Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
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#include "JDB/JUPI_t.hh"
10
11/**
12 * \author mdejong
13 */
14namespace JDATABASE {}
15namespace JPP { using namespace JDATABASE; }
16
17namespace JDATABASE {
18
20 public TObject
21 {
22 static const char* const getName() { return "pmt_best_hv_settings"; } //!< Table name
23
24 std::string DETOID;
25 std::string OPERATIONID;
26 std::string TESTNAME;
29 double VALUE;
31 double REAL_VALUE;
32
34 };
35}
36
37#endif
Auxiliary classes and methods for database I/O.
Definition JAHRS.hh:14
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
ClassDef(JPMTBestHVSettings, 1)
static const char *const getName()
Table name.
Universal product identifier (UPI).
Definition JUPI_t.hh:32