Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JDetectorIntegration.hh
Go to the documentation of this file.
1#ifndef __JDB_JDETECTORINTEGRATION__
2#define __JDB_JDETECTORINTEGRATION__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7#include <string>
8
9#include "JDB/JDBString.hh"
10#include "JDB/JUPI_t.hh"
11
12/**
13 * \author mdejong
14 */
15namespace JDATABASE {}
16namespace JPP { using namespace JDATABASE; }
17
18namespace JDATABASE {
19
21 public TObject
22 {
23 static const char* const getName() { return "detectorintegration"; } //!< Table name
24
25 std::string DETOID;
26 int DETID; ///< constraint
28 int DUID;
30 int PMTID;
36 std::string DUSER;
37 int DOMSER;
38 int CLBSER;
39 int PMTSER;
40 int DOMID;
41
43 };
44}
45
46#endif
Auxiliary classes and methods for database I/O.
Definition JAHRS.hh:14
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Wrapper class to read string until end-of-line.
Definition JDBString.hh:22
ClassDef(JDetectorIntegration, 1)
static const char *const getName()
Table name.
Universal product identifier (UPI).
Definition JUPI_t.hh:32