Jpp
15.0.3
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JDB
JPMTHVRunSettings.hh
Go to the documentation of this file.
1
#ifndef __JDB_JPMTHVRUNSETTINGS__
2
#define __JDB_JPMTHVRUNSETTINGS__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include <string>
8
9
/**
10
* \author mdejong
11
*/
12
namespace
JDATABASE {}
13
namespace
JPP {
using namespace
JDATABASE; }
14
15
namespace
JDATABASE {
16
17
struct
JPMTHVRunSettings
:
18
public
TObject
19
{
20
static
const
char
*
const
getName
() {
return
"pmt_hv_run_settings"
; }
//!< Table name
21
22
std::string
DETOID
;
23
int
DETID
;
24
int
RUN
;
25
std::string
RUNSETUPID
;
26
int
DUID
;
27
int
FLOORID
;
28
int
PMTINTID
;
29
int
CABLEPOS
;
30
int
PMTSERIAL
;
31
std::string
CG_OID
;
32
std::string
CG_NAME
;
33
int
HV_INDEX
;
34
double
HV_VALUE
;
35
36
ClassDef
(
JPMTHVRunSettings
, 2);
37
};
38
}
39
40
#endif
JDATABASE::JPMTHVRunSettings::RUNSETUPID
std::string RUNSETUPID
Definition:
JPMTHVRunSettings.hh:25
TObject
Definition:
JRoot.hh:19
JDATABASE::JPMTHVRunSettings::getName
static const char *const getName()
Table name.
Definition:
JPMTHVRunSettings.hh:20
JDATABASE::JPMTHVRunSettings::HV_INDEX
int HV_INDEX
Definition:
JPMTHVRunSettings.hh:33
JDATABASE::JPMTHVRunSettings::DETOID
std::string DETOID
Definition:
JPMTHVRunSettings.hh:22
JDATABASE::JPMTHVRunSettings
Definition:
JPMTHVRunSettings.hh:17
JDATABASE::JPMTHVRunSettings::DUID
int DUID
Definition:
JPMTHVRunSettings.hh:26
JDATABASE::JPMTHVRunSettings::HV_VALUE
double HV_VALUE
Definition:
JPMTHVRunSettings.hh:34
JDATABASE::JPMTHVRunSettings::CABLEPOS
int CABLEPOS
Definition:
JPMTHVRunSettings.hh:29
JDATABASE::JPMTHVRunSettings::CG_OID
std::string CG_OID
Definition:
JPMTHVRunSettings.hh:31
JDATABASE::JPMTHVRunSettings::ClassDef
ClassDef(JPMTHVRunSettings, 2)
JDATABASE::JPMTHVRunSettings::FLOORID
int FLOORID
Definition:
JPMTHVRunSettings.hh:27
JDATABASE::JPMTHVRunSettings::PMTINTID
int PMTINTID
Definition:
JPMTHVRunSettings.hh:28
JDATABASE::JPMTHVRunSettings::CG_NAME
std::string CG_NAME
Definition:
JPMTHVRunSettings.hh:32
JDATABASE::JPMTHVRunSettings::PMTSERIAL
int PMTSERIAL
Definition:
JPMTHVRunSettings.hh:30
JDATABASE::JPMTHVRunSettings::RUN
int RUN
Definition:
JPMTHVRunSettings.hh:24
JDATABASE::JPMTHVRunSettings::DETID
int DETID
Definition:
JPMTHVRunSettings.hh:23
Generated by
1.8.5