Jpp  18.0.1-rc.2
the software that should make you happy
 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 #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 
34  int POSITION;
36 
38  };
39 }
40 
41 #endif
Wrapper class to read string until end-of-line.
Definition: JDBString.hh:19
Definition: JRoot.hh:19
Universal product identifier (UPI).
Definition: JUPI_t.hh:29
then awk string
ClassDef(JProductIntegration, 1)
static const char *const getName()
Table name.