Jpp  17.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JRunCalibration.hh
Go to the documentation of this file.
1 #ifndef __JDB_JRUNCALIBRATION__
2 #define __JDB_JRUNCALIBRATION__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 #include <string>
8 #include <vector>
9 
10 #include "JDB/JSonSupportkit.hh"
11 
12 
13 /**
14  * \author mdejong
15  */
16 namespace JDATABASE {}
17 namespace JPP { using namespace JDATABASE; }
18 
19 namespace JDATABASE {
20 
22  public JSonHelper<JRunCalibration_t>,
23  public TObject
24  {
29  int Ranking;
30  int Run;
31 
33  };
34 
35 
36  struct JRunCalibration :
37  public TObject
38  {
39  static const char* const getName() { return "RunCalibration"; } //!< Table name
40 
41  std::string DetectorId; ///< constraint
42  int Run; ///< constraint
43  int Ranking; ///<
44 
46  };
47 }
48 
49 #endif
std::string DetectorId
constraint
ClassDef(JRunCalibration, 1)
Definition: JRoot.hh:19
ClassDef(JRunCalibration_t, 1)
Auxiliary base class for JSon I/O based on ROOT dictionary.
then awk string
static const char *const getName()
Table name.