Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
11 
12 /**
13  * \author mdejong
14  */
15 namespace JDATABASE {}
16 namespace JPP { using namespace JDATABASE; }
17 
18 namespace JDATABASE {
19 
21  public TObject
22  {
23  static const char* const getName() { return "integration"; } //!< Table name
24 
25  std::string OPERATIONID;
26  std::string CITY;
27  std::string LOCATIONID;
28  std::string LOGIN;
29  std::string USERID;
30  std::string STARTD;
31  std::string ENDD;
33  int POSITION;
35 
37  };
38 }
39 
40 #endif
Definition: JRoot.hh:19
Universal product identifier (UPI).
Definition: JUPI_t.hh:29
ClassDef(JProductIntegration, 1)
static const char *const getName()
Table name.