Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JRunsetupParams.hh
Go to the documentation of this file.
1#ifndef __JDB_JRUNSETUPPARAMS__
2#define __JDB_JRUNSETUPPARAMS__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7#include <string>
8
9#include "JDB/JDBString.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 "runsetupparams"; } //!< Table name
23
24 std::string DETID; ///< constraint
25 std::string RS_OID; ///< constraint
26 int ORDER;
27 std::string CG_OID;
28 std::string CG_NAME;
29 std::string UPIFILTER;
30 std::string PAR_OID;
31 char ISINPUT;
33
35 };
36}
37
38#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).
Wrapper class to read string until end-of-line.
Definition JDBString.hh:22
std::string DETID
constraint
static const char *const getName()
Table name.
std::string RS_OID
constraint
ClassDef(JRunsetupParams, 1)