Jpp
19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
software
JDB
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
*/
14
namespace
JDATABASE
{}
15
namespace
JPP
{
using namespace
JDATABASE
; }
16
17
namespace
JDATABASE
{
18
19
struct
JRunsetupParams
:
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
;
32
JDBString
VALUE
;
33
34
ClassDef
(
JRunsetupParams
, 1);
35
};
36
}
37
38
#endif
JDBString.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::JDBString
Wrapper class to read string until end-of-line.
Definition
JDBString.hh:22
JDATABASE::JRunsetupParams
Definition
JRunsetupParams.hh:21
JDATABASE::JRunsetupParams::DETID
std::string DETID
constraint
Definition
JRunsetupParams.hh:24
JDATABASE::JRunsetupParams::PAR_OID
std::string PAR_OID
Definition
JRunsetupParams.hh:30
JDATABASE::JRunsetupParams::UPIFILTER
std::string UPIFILTER
Definition
JRunsetupParams.hh:29
JDATABASE::JRunsetupParams::CG_OID
std::string CG_OID
Definition
JRunsetupParams.hh:27
JDATABASE::JRunsetupParams::ORDER
int ORDER
Definition
JRunsetupParams.hh:26
JDATABASE::JRunsetupParams::ISINPUT
char ISINPUT
Definition
JRunsetupParams.hh:31
JDATABASE::JRunsetupParams::CG_NAME
std::string CG_NAME
Definition
JRunsetupParams.hh:28
JDATABASE::JRunsetupParams::getName
static const char *const getName()
Table name.
Definition
JRunsetupParams.hh:22
JDATABASE::JRunsetupParams::RS_OID
std::string RS_OID
constraint
Definition
JRunsetupParams.hh:25
JDATABASE::JRunsetupParams::VALUE
JDBString VALUE
Definition
JRunsetupParams.hh:32
JDATABASE::JRunsetupParams::ClassDef
ClassDef(JRunsetupParams, 1)
TObject
Definition
JROOT_t.hh:19
Generated by
1.12.0