Jpp
master_rocky-40-g5f0272dcd
the software that should make you happy
software
JDB
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
*/
15
namespace
JDATABASE
{}
16
namespace
JPP
{
using namespace
JDATABASE
; }
17
18
namespace
JDATABASE
{
19
20
struct
JDetCalibrations
:
21
public
TObject
22
{
23
static
const
char
*
const
getName
() {
return
"detcalibrations"
; }
//!< Table name
24
25
std::string
DETOID
;
///< constraint
26
std::string
OPERATIONID
;
27
JDateAndTimeUS_t
STARTTIME
;
28
JDateAndTimeUS_t
VALIDFROM
;
29
JDateAndTimeUS_t
VALIDTHROUGH
;
30
std::string
LOGIN
;
31
std::string
OPTYPE
;
32
33
ClassDef
(
JDetCalibrations
, 1);
34
};
35
}
36
37
#endif
JDate_t.hh
JDATABASE
Auxiliary classes and methods for database I/O.
Definition:
JAHRS.hh:14
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition:
JAAnetToolkit.hh:43
JDATABASE::JDateAndTimeUS_t
Date and time.
Definition:
JDate_t.hh:91
JDATABASE::JDetCalibrations
Definition:
JDetCalibrations.hh:22
JDATABASE::JDetCalibrations::VALIDFROM
JDateAndTimeUS_t VALIDFROM
Definition:
JDetCalibrations.hh:28
JDATABASE::JDetCalibrations::OPERATIONID
std::string OPERATIONID
Definition:
JDetCalibrations.hh:26
JDATABASE::JDetCalibrations::OPTYPE
std::string OPTYPE
Definition:
JDetCalibrations.hh:31
JDATABASE::JDetCalibrations::VALIDTHROUGH
JDateAndTimeUS_t VALIDTHROUGH
Definition:
JDetCalibrations.hh:29
JDATABASE::JDetCalibrations::LOGIN
std::string LOGIN
Definition:
JDetCalibrations.hh:30
JDATABASE::JDetCalibrations::STARTTIME
JDateAndTimeUS_t STARTTIME
Definition:
JDetCalibrations.hh:27
JDATABASE::JDetCalibrations::ClassDef
ClassDef(JDetCalibrations, 1)
JDATABASE::JDetCalibrations::getName
static const char *const getName()
Table name.
Definition:
JDetCalibrations.hh:23
JDATABASE::JDetCalibrations::DETOID
std::string DETOID
constraint
Definition:
JDetCalibrations.hh:25
TObject
Definition:
JRoot.hh:19
Generated by
1.9.1