Jpp
JToAshort.hh
Go to the documentation of this file.
1 #ifndef __JDB_JTOASHORT__
2 #define __JDB_JTOASHORT__
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 JToAshort :
18  public TObject
19  {
20  static const char* const getName() { return "toashort"; } //!< Table name
21 
22  std::string DETID; ///< constraint
23  int RUN;
24  int RUNNUMBER;
25  double UNIXTIMEBASE;
26  int DOMID;
27  int EMITTERID;
28  double TOA_S;
30 
31  ClassDef(JToAshort, 1);
32  };
33 }
34 
35 #endif
TObject
Definition: JRoot.hh:19
JDATABASE::JToAshort::DOMID
int DOMID
Definition: JToAshort.hh:26
JDATABASE::JToAshort::UNIXTIMEBASE
double UNIXTIMEBASE
Definition: JToAshort.hh:25
JDATABASE::JToAshort
Definition: JToAshort.hh:17
JDATABASE::JToAshort::DETID
std::string DETID
constraint
Definition: JToAshort.hh:22
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::JToAshort::RUN
int RUN
Definition: JToAshort.hh:23
JDATABASE::JToAshort::getName
static const char *const getName()
Table name.
Definition: JToAshort.hh:20
JDATABASE::JToAshort::ClassDef
ClassDef(JToAshort, 1)
JDATABASE::JToAshort::QUALITYFACTOR
int QUALITYFACTOR
Definition: JToAshort.hh:29
JDATABASE::JToAshort::EMITTERID
int EMITTERID
Definition: JToAshort.hh:27
JDATABASE::JToAshort::RUNNUMBER
int RUNNUMBER
Definition: JToAshort.hh:24
JDATABASE::JToAshort::TOA_S
double TOA_S
Definition: JToAshort.hh:28