Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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; ///< [s]
26  int DOMID;
27  int EMITTERID; ///< waveform identifier
28  double TOA_S; ///< [s]
30 
31  ClassDef(JToAshort, 1);
32  };
33 }
34 
35 #endif
double UNIXTIMEBASE
[s]
Definition: JToAshort.hh:25
Definition: JRoot.hh:19
std::string DETID
constraint
Definition: JToAshort.hh:22
static const char *const getName()
Table name.
Definition: JToAshort.hh:20
ClassDef(JToAshort, 1)
double TOA_S
[s]
Definition: JToAshort.hh:28
int EMITTERID
waveform identifier
Definition: JToAshort.hh:27