Jpp  master_rocky-40-g5f0272dcd
the software that should make you happy
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
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(JDetCalibrations, 1)
static const char *const getName()
Table name.
std::string DETOID
constraint
Definition: JRoot.hh:19