Jpp  18.3.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JPMTHVRunSettings.hh
Go to the documentation of this file.
1 #ifndef __JDB_JPMTHVRUNSETTINGS__
2 #define __JDB_JPMTHVRUNSETTINGS__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 #include <string>
8 
9 /**
10  * \author mdejong
11  */
12 namespace JDATABASE {}
13 namespace JPP { using namespace JDATABASE; }
14 
15 namespace JDATABASE {
16 
18  public TObject
19  {
20  static const char* const getName() { return "pmt_hv_run_settings"; } //!< Table name
21 
23  int DETID;
24  int RUN;
26  int DUID;
27  int FLOORID;
28  int PMTINTID;
29  int CABLEPOS;
30  int PMTSERIAL;
33  int HV_INDEX;
34  double HV_VALUE;
35 
37  };
38 }
39 
40 #endif
Definition: JRoot.hh:19
static const char *const getName()
Table name.
then awk string
ClassDef(JPMTHVRunSettings, 2)