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