Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JPMTBestHVSettings.hh
Go to the documentation of this file.
1 #ifndef __JDB_JPMTBESTHVSETTINGS__
2 #define __JDB_JPMTBESTHVSETTINGS__
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 "pmt_best_hv_settings"; } //!< Table name
21 
22  std::string DETOID;
23  std::string OPERATIONID;
24  std::string TESTNAME;
25  std::string UPI;
27  double VALUE;
29  double REAL_VALUE;
30 
32  };
33 }
34 
35 #endif
Definition: JRoot.hh:19
ClassDef(JPMTBestHVSettings, 1)
static const char *const getName()
Table name.