Jpp
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 
22  std::string DETOID;
23  int DETID;
24  int RUN;
25  std::string RUNSETUPID;
26  int DUID;
27  int FLOORID;
28  int PMTINTID;
29  int CABLEPOS;
30  int PMTSERIAL;
31  std::string CG_OID;
32  int HV_INDEX;
33  double HV_VALUE;
34 
36  };
37 }
38 
39 #endif
JDATABASE::JPMTHVRunSettings::CABLEPOS
int CABLEPOS
Definition: JPMTHVRunSettings.hh:29
JDATABASE::JPMTHVRunSettings::HV_INDEX
int HV_INDEX
Definition: JPMTHVRunSettings.hh:32
JDATABASE::JPMTHVRunSettings::HV_VALUE
double HV_VALUE
Definition: JPMTHVRunSettings.hh:33
TObject
Definition: JRoot.hh:19
JDATABASE
Auxiliary classes and methods for database I/O.
Definition: JAHRS.hh:12
JDATABASE::JPMTHVRunSettings::ClassDef
ClassDef(JPMTHVRunSettings, 1)
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JDATABASE::JPMTHVRunSettings::RUNSETUPID
std::string RUNSETUPID
Definition: JPMTHVRunSettings.hh:25
JDATABASE::JPMTHVRunSettings
Definition: JPMTHVRunSettings.hh:17
JDATABASE::JPMTHVRunSettings::DUID
int DUID
Definition: JPMTHVRunSettings.hh:26
JDATABASE::JPMTHVRunSettings::DETID
int DETID
Definition: JPMTHVRunSettings.hh:23
JDATABASE::JPMTHVRunSettings::FLOORID
int FLOORID
Definition: JPMTHVRunSettings.hh:27
JDATABASE::JPMTHVRunSettings::PMTINTID
int PMTINTID
Definition: JPMTHVRunSettings.hh:28
JDATABASE::JPMTHVRunSettings::CG_OID
std::string CG_OID
Definition: JPMTHVRunSettings.hh:31
JDATABASE::JPMTHVRunSettings::RUN
int RUN
Definition: JPMTHVRunSettings.hh:24
JDATABASE::JPMTHVRunSettings::DETOID
std::string DETOID
Definition: JPMTHVRunSettings.hh:22
JDATABASE::JPMTHVRunSettings::getName
static const char *const getName()
Table name.
Definition: JPMTHVRunSettings.hh:20
JDATABASE::JPMTHVRunSettings::PMTSERIAL
int PMTSERIAL
Definition: JPMTHVRunSettings.hh:30