Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JRunsetupParams.hh
Go to the documentation of this file.
1 #ifndef __JDB_JRUNSETUPPARAMS__
2 #define __JDB_JRUNSETUPPARAMS__
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 
17  struct JRunsetupParams :
18  public TObject
19  {
20  static const char* const getName() { return "runsetupparams"; } //!< Table name
21 
22  std::string DETID; ///< constraint
23  std::string RS_OID; ///< constraint
24  int ORDER;
25  std::string CG_OID;
26  std::string CG_NAME;
27  std::string UPIFILTER;
28  std::string PAR_OID;
29  char ISINPUT;
30  std::string VALUE;
31 
33  };
34 }
35 
36 #endif
Definition: JRoot.hh:19
std::string RS_OID
constraint
std::string DETID
constraint
ClassDef(JRunsetupParams, 1)
static const char *const getName()
Table name.