Jpp  18.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JVendorHV.hh
Go to the documentation of this file.
1 #ifndef __JDB_JVENDORHV__
2 #define __JDB_JVENDORHV__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 
8 /**
9  * \author mdejong
10  */
11 namespace JDATABASE {}
12 namespace JPP { using namespace JDATABASE; }
13 
14 namespace JDATABASE {
15 
16  struct JVendorHV :
17  public TObject
18  {
19  static const char* const getName() { return "vendorhv"; } //!< Table name
20 
21  int DETID; ///< constraint
22  int DUID;
23  int FLOORID;
24  int CABLEPOS;
25  int PMTSERIAL;
27 
28  ClassDef(JVendorHV, 1);
29  };
30 }
31 
32 #endif
int DETID
constraint
Definition: JVendorHV.hh:21
static const char *const getName()
Table name.
Definition: JVendorHV.hh:19
Definition: JRoot.hh:19
ClassDef(JVendorHV, 1)
double PMT_SUPPLY_VOLTAGE
Definition: JVendorHV.hh:26