Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JCLBMap.hh
Go to the documentation of this file.
1 #ifndef __JDB_JCLBMAP__
2 #define __JDB_JCLBMAP__
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 JCLBMap :
18  public TObject
19  {
20  static const char* const getName() { return "clbmap"; } //!< Table name
21 
22  std::string DETOID; ///< constraint
23  int DUID;
24  int FLOORID;
26  std::string UPI;
27  int DOMID;
28 
29  ClassDef(JCLBMap, 1);
30  };
31 }
32 
33 #endif
std::string UPI
Definition: JCLBMap.hh:26
Definition: JRoot.hh:19
std::string DETOID
constraint
Definition: JCLBMap.hh:22
static const char *const getName()
Table name.
Definition: JCLBMap.hh:20
ClassDef(JCLBMap, 1)