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
JUPI.hh
Go to the documentation of this file.
1 #ifndef __JDB_JUPI__
2 #define __JDB_JUPI__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 #include <string>
8 
9 #include "JDB/JPBS_t.hh"
10 
11 /**
12  * \author mdejong
13  */
14 namespace JDATABASE {}
15 namespace JPP { using namespace JDATABASE; }
16 
17 namespace JDATABASE {
18 
19  struct JUPI :
20  public TObject
21  {
22  static const char* const getName() { return "upi"; } //!< Table name
23 
24  JPBS_t PBS; ///< constraint
26  int VERSION;
29 
30  ClassDef(JUPI, 1);
31  };
32 }
33 
34 #endif
static const char *const getName()
Table name.
Definition: JUPI.hh:22
Definition: JRoot.hh:19
std::string PRODUCER_SERIAL
Definition: JUPI.hh:28
ClassDef(JUPI, 1)
int SERIALNUMBER
Definition: JUPI.hh:27
then awk string
int VERSION
Definition: JUPI.hh:26
std::string VARIANT
Definition: JUPI.hh:25
Product breakdown structure (PBS).
Definition: JPBS_t.hh:27
JPBS_t PBS
constraint
Definition: JUPI.hh:24