Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JDetCalibrations.hh
Go to the documentation of this file.
1#ifndef __JDB_JDETCALIBRATIONS__
2#define __JDB_JDETCALIBRATIONS__
3
4#include <string>
5
6#include <TROOT.h>
7#include <TObject.h>
8
9#include "JDB/JDate_t.hh"
10
11
12/**
13 * \author mdejong
14 */
15namespace JDATABASE {}
16namespace JPP { using namespace JDATABASE; }
17
18namespace JDATABASE {
19
21 public TObject
22 {
23 static const char* const getName() { return "detcalibrations"; } //!< Table name
24
25 std::string DETOID; ///< constraint
26 std::string OPERATIONID;
30 std::string LOGIN;
31 std::string OPTYPE;
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).
static const char *const getName()
Table name.
ClassDef(JDetCalibrations, 1)
std::string DETOID
constraint