Jpp
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
TObject
Definition: JRoot.hh:19
JDATABASE::JCLBMap::FLOORID
int FLOORID
Definition: JCLBMap.hh:24
JDATABASE::JCLBMap::getName
static const char *const getName()
Table name.
Definition: JCLBMap.hh:20
JDATABASE
Auxiliary classes and methods for database I/O.
Definition: JAHRS.hh:12
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JDATABASE::JCLBMap::UPI
std::string UPI
Definition: JCLBMap.hh:26
JDATABASE::JCLBMap::DUID
int DUID
Definition: JCLBMap.hh:23
JDATABASE::JCLBMap::ClassDef
ClassDef(JCLBMap, 1)
JDATABASE::JCLBMap
Definition: JCLBMap.hh:17
JDATABASE::JCLBMap::DOMID
int DOMID
Definition: JCLBMap.hh:27
JDATABASE::JCLBMap::SERIALNUMBER
int SERIALNUMBER
Definition: JCLBMap.hh:25
JDATABASE::JCLBMap::DETOID
std::string DETOID
constraint
Definition: JCLBMap.hh:22