Jpp  19.1.0-rc.1
the software that should make you happy
JProductIntegration.hh
Go to the documentation of this file.
1 #ifndef __JDB_JPRODUCTINTEGRATION__
2 #define __JDB_JPRODUCTINTEGRATION__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 #include <string>
8 
9 #include "JDB/JUPI_t.hh"
10 #include "JDB/JDBString.hh"
11 
12 
13 /**
14  * \author mdejong
15  */
16 namespace JDATABASE {}
17 namespace JPP { using namespace JDATABASE; }
18 
19 namespace JDATABASE {
20 
22  public TObject
23  {
24  static const char* const getName() { return "integration"; } //!< Table name
25 
26  std::string OPERATIONID;
28  std::string LOCATIONID;
29  std::string LOGIN;
30  std::string USERID;
31  std::string STARTD;
32  std::string ENDD;
34  int POSITION;
36 
38  };
39 }
40 
41 #endif
Auxiliary classes and methods for database I/O.
Definition: JAHRS.hh:14
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Wrapper class to read string until end-of-line.
Definition: JDBString.hh:22
static const char *const getName()
Table name.
ClassDef(JProductIntegration, 1)
Universal product identifier (UPI).
Definition: JUPI_t.hh:32
Definition: JRoot.hh:19