Jpp  17.3.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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  */
15 namespace JDATABASE {}
16 namespace JPP { using namespace JDATABASE; }
17 
18 namespace JDATABASE {
19 
21  public TObject
22  {
23  static const char* const getName() { return "detectorintegration"; } //!< Table name
24 
26  int DETID; ///< constraint
28  int DUID;
29  int FLOORID;
30  int PMTID;
31  int CABLEPOS;
37  int DOMSER;
38  int CLBSER;
39  int PMTSER;
40  int DOMID;
41 
43  };
44 }
45 
46 #endif
static const char *const getName()
Table name.
Wrapper class to read string until end-of-line.
Definition: JDBString.hh:19
Definition: JRoot.hh:19
Universal product identifier (UPI).
Definition: JUPI_t.hh:29
then awk string
ClassDef(JDetectorIntegration, 1)