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 #include "JDB/JDBString.hh"
10 
11 /**
12  * \author mdejong
13  */
14 namespace JDATABASE {}
15 namespace JPP { using namespace JDATABASE; }
16 
17 namespace JDATABASE {
18 
19  struct JRunsetupParams :
20  public TObject
21  {
22  static const char* const getName() { return "runsetupparams"; } //!< Table name
23 
24  std::string DETID; ///< constraint
25  std::string RS_OID; ///< constraint
26  int ORDER;
27  std::string CG_OID;
28  std::string CG_NAME;
29  std::string UPIFILTER;
30  std::string PAR_OID;
31  char ISINPUT;
33 
35  };
36 }
37 
38 #endif
Wrapper class to read string until end-of-line.
Definition: JDBString.hh:19
Definition: JRoot.hh:19
std::string RS_OID
constraint
std::string DETID
constraint
ClassDef(JRunsetupParams, 1)
static const char *const getName()
Table name.