Jpp  18.0.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JRunSummaryNumbers.hh
Go to the documentation of this file.
1 #ifndef __JDB_JRUNSUMMARYNUMBERS__
2 #define __JDB_JRUNSUMMARYNUMBERS__
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 "runsummarynumbers"; } //!< Table name
21 
22  std::string DETID; ///< constraint
23  int RUN;
27 
29  };
30 }
31 
32 #endif
Definition: JRoot.hh:19
then awk string
std::string DETID
constraint
static const char *const getName()
Table name.
ClassDef(JRunSummaryNumbers, 1)