Jpp  19.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JDetCalibrations.hh
Go to the documentation of this file.
1 #ifndef __JDB_JDETCALIBRATIONS__
2 #define __JDB_JDETCALIBRATIONS__
3 
4 #include <string>
5 
6 #include <TROOT.h>
7 #include <TObject.h>
8 
9 #include "JDB/JDate_t.hh"
10 
11 
12 /**
13  * \author mdejong
14  */
15 namespace JDATABASE {}
16 namespace JPP { using namespace JDATABASE; }
17 
18 namespace JDATABASE {
19 
21  public TObject
22  {
23  static const char* const getName() { return "detcalibrations"; } //!< Table name
24 
25  std::string DETOID; ///< constraint
26  std::string OPERATIONID;
30  std::string LOGIN;
31  std::string OPTYPE;
32 
34  };
35 }
36 
37 #endif
ClassDef(JDetCalibrations, 1)
Definition: JRoot.hh:19
std::string DETOID
constraint
Date and time.
Definition: JDate_t.hh:89
static const char *const getName()
Table name.