Jpp  17.1.1
the software that should make you happy
 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 #include "JDB/JUPI_t.hh"
10 
11 /**
12  * \author mdejong
13  */
14 namespace JDATABASE {}
15 namespace JPP { using namespace JDATABASE; }
16 
17 namespace JDATABASE {
18 
19  struct JCLBMap :
20  public TObject
21  {
22  static const char* const getName() { return "clbmap"; } //!< Table name
23 
24  std::string DETOID; ///< constraint
25  int DUID;
26  int FLOORID;
29  int DOMID;
30 
31  ClassDef(JCLBMap, 1);
32  };
33 }
34 
35 #endif
Definition: JRoot.hh:19
Universal product identifier (UPI).
Definition: JUPI_t.hh:29
std::string DETOID
constraint
Definition: JCLBMap.hh:24
static const char *const getName()
Table name.
Definition: JCLBMap.hh:22
ClassDef(JCLBMap, 1)