Jpp  master_rocky
the software that should make you happy
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 
29  };
30 }
31 
32 #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).
ClassDef(JVendorHV, 1)
int DETID
constraint
Definition: JVendorHV.hh:21
static const char *const getName()
Table name.
Definition: JVendorHV.hh:19
double PMT_SUPPLY_VOLTAGE
Definition: JVendorHV.hh:26
Definition: JRoot.hh:19