Jpp  15.0.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JAHRSDetectorCalibration.hh
Go to the documentation of this file.
1 #ifndef __JDB_JAHRSDETECTORCALIBRATION__
2 #define __JDB_JAHRSDETECTORCALIBRATION__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 #include <string>
8 
10 #include "JDB/JDatim_t.hh"
11 
12 /**
13  * \author mdejong
14  */
15 namespace JDATABASE {}
16 namespace JPP { using namespace JDATABASE; }
17 
18 namespace JDATABASE {
19 
21  public JAHRSCalibration
22  {
23  static const char* const getName() { return "detahrscalib"; } //!< Table name
24 
25  std::string DETOID;
28  int DUID;
29  int FLOORID;
30  int DOMID;
31  int CLBSER;
33  std::string INTOPID;
36 
38  };
39 }
40 
41 #endif
Auxiliairy data structure for date and time.
Definition: JDatim_t.hh:28
ClassDef(JAHRSDetectorCalibration, 1)
static const char *const getName()
Table name.