Jpp
17.3.1
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
JVendorHV.hh
Go to the documentation of this file.
1
#ifndef __JDB_JVENDORHV__
2
#define __JDB_JVENDORHV__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
8
/**
9
* \author mdejong
10
*/
11
namespace
JDATABASE {}
12
namespace
JPP {
using namespace
JDATABASE; }
13
14
namespace
JDATABASE {
15
16
struct
JVendorHV
:
17
public
TObject
18
{
19
static
const
char
*
const
getName
() {
return
"vendorhv"
; }
//!< Table name
20
21
int
DETID
;
///< constraint
22
int
DUID
;
23
int
FLOORID
;
24
int
CABLEPOS
;
25
int
PMTSERIAL
;
26
double
PMT_SUPPLY_VOLTAGE
;
27
28
ClassDef
(
JVendorHV
, 1);
29
};
30
}
31
32
#endif
JDATABASE::JVendorHV::FLOORID
int FLOORID
Definition:
JVendorHV.hh:23
JDATABASE::JVendorHV::DETID
int DETID
constraint
Definition:
JVendorHV.hh:21
JDATABASE::JVendorHV::getName
static const char *const getName()
Table name.
Definition:
JVendorHV.hh:19
JDATABASE::JVendorHV::PMTSERIAL
int PMTSERIAL
Definition:
JVendorHV.hh:25
TObject
Definition:
JRoot.hh:19
JDATABASE::JVendorHV::CABLEPOS
int CABLEPOS
Definition:
JVendorHV.hh:24
JDATABASE::JVendorHV::DUID
int DUID
Definition:
JVendorHV.hh:22
JDATABASE::JVendorHV
Definition:
JVendorHV.hh:16
JDATABASE::JVendorHV::ClassDef
ClassDef(JVendorHV, 1)
JDATABASE::JVendorHV::PMT_SUPPLY_VOLTAGE
double PMT_SUPPLY_VOLTAGE
Definition:
JVendorHV.hh:26
Generated by
1.8.5