Jpp
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 /**
10  * \author mdejong
11  */
12 namespace JDATABASE {}
13 namespace JPP { using namespace JDATABASE; }
14 
15 namespace JDATABASE {
16 
18  public TObject
19  {
20  static const char* const getName() { return "integration"; } //!< Table name
21 
22  std::string OPERATIONID;
23  std::string CITY;
24  std::string LOCATIONID;
25  std::string LOGIN;
26  std::string USERID;
27  std::string STARTD;
28  std::string ENDD;
29  std::string CONTAINER_UPI;
30  int POSITION;
31  std::string CONTENT_UPI;
32 
34  };
35 }
36 
37 #endif
JDATABASE::JProductIntegration::USERID
std::string USERID
Definition: JProductIntegration.hh:26
JDATABASE::JProductIntegration::STARTD
std::string STARTD
Definition: JProductIntegration.hh:27
TObject
Definition: JRoot.hh:19
JDATABASE::JProductIntegration::CONTENT_UPI
std::string CONTENT_UPI
Definition: JProductIntegration.hh:31
JDATABASE::JProductIntegration::POSITION
int POSITION
Definition: JProductIntegration.hh:30
JDATABASE::JProductIntegration::LOCATIONID
std::string LOCATIONID
Definition: JProductIntegration.hh:24
JDATABASE::JProductIntegration::CONTAINER_UPI
std::string CONTAINER_UPI
Definition: JProductIntegration.hh:29
JDATABASE::JProductIntegration::OPERATIONID
std::string OPERATIONID
Definition: JProductIntegration.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::JProductIntegration::CITY
std::string CITY
Definition: JProductIntegration.hh:23
JDATABASE::JProductIntegration::ENDD
std::string ENDD
Definition: JProductIntegration.hh:28
JDATABASE::JProductIntegration::getName
static const char *const getName()
Table name.
Definition: JProductIntegration.hh:20
JDATABASE::JProductIntegration::ClassDef
ClassDef(JProductIntegration, 1)
JDATABASE::JProductIntegration::LOGIN
std::string LOGIN
Definition: JProductIntegration.hh:25
JDATABASE::JProductIntegration
Definition: JProductIntegration.hh:17