Jpp  16.0.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JPMTHVSettings.hh
Go to the documentation of this file.
1 #ifndef __JDB_JPMTHVSETTINGS__
2 #define __JDB_JPMTHVSETTINGS__
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 
17  struct JPMTHVSettings :
18  public TObject
19  {
20  static const char* const getName() { return "pmt_hv_settings"; } //!< Table name
21 
22  std::string DETOID;
23  int DETID;
24  int DUID;
25  int FLOORID;
26  int PMTINTID;
27  int CABLEPOS;
28  std::string DUUPI;
29  std::string DOMUPI;
30  std::string PMTUPI;
31  std::string CG_OID;
32  std::string CG_NAME;
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.
ClassDef(JPMTHVSettings, 1)