Jpp
16.0.0-rc.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
JDetectorIntegration.hh
Go to the documentation of this file.
1
#ifndef __JDB_JDETECTORINTEGRATION__
2
#define __JDB_JDETECTORINTEGRATION__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include <string>
8
9
#include "
JDB/JDBString.hh
"
10
#include "
JDB/JUPI_t.hh
"
11
12
/**
13
* \author mdejong
14
*/
15
namespace
JDATABASE {}
16
namespace
JPP {
using namespace
JDATABASE; }
17
18
namespace
JDATABASE {
19
20
struct
JDetectorIntegration
:
21
public
TObject
22
{
23
static
const
char
*
const
getName
() {
return
"detectorintegration"
; }
//!< Table name
24
25
std::string
DETOID
;
26
int
DETID
;
///< constraint
27
JDBString
DETTIME
;
28
int
DUID
;
29
int
FLOORID
;
30
int
PMTID
;
31
int
CABLEPOS
;
32
JUPI_t
DUUPI
;
33
JUPI_t
DOMUPI
;
34
JUPI_t
CLBUPI
;
35
JUPI_t
PMTUPI
;
36
std::string
DUSER
;
37
int
DOMSER
;
38
int
CLBSER
;
39
int
PMTSER
;
40
int
DOMID
;
41
42
ClassDef
(
JDetectorIntegration
, 1);
43
};
44
}
45
46
#endif
JDATABASE::JDetectorIntegration::getName
static const char *const getName()
Table name.
Definition:
JDetectorIntegration.hh:23
JDATABASE::JDetectorIntegration::DUSER
std::string DUSER
Definition:
JDetectorIntegration.hh:36
JDATABASE::JDBString
Wrapper class to read string until end-of-line.
Definition:
JDBString.hh:19
JDATABASE::JDetectorIntegration::DUID
int DUID
Definition:
JDetectorIntegration.hh:28
JDATABASE::JDetectorIntegration::CABLEPOS
int CABLEPOS
Definition:
JDetectorIntegration.hh:31
JDATABASE::JDetectorIntegration::DUUPI
JUPI_t DUUPI
Definition:
JDetectorIntegration.hh:32
TObject
Definition:
JRoot.hh:19
JDATABASE::JDetectorIntegration::DETID
int DETID
constraint
Definition:
JDetectorIntegration.hh:26
JDATABASE::JUPI_t
Universal product identifier (UPI).
Definition:
JUPI_t.hh:29
JDATABASE::JDetectorIntegration::PMTID
int PMTID
Definition:
JDetectorIntegration.hh:30
JDATABASE::JDetectorIntegration::DOMID
int DOMID
Definition:
JDetectorIntegration.hh:40
JDATABASE::JDetectorIntegration::CLBUPI
JUPI_t CLBUPI
Definition:
JDetectorIntegration.hh:34
JDATABASE::JDetectorIntegration::FLOORID
int FLOORID
Definition:
JDetectorIntegration.hh:29
JDATABASE::JDetectorIntegration::PMTSER
int PMTSER
Definition:
JDetectorIntegration.hh:39
JDATABASE::JDetectorIntegration::DOMUPI
JUPI_t DOMUPI
Definition:
JDetectorIntegration.hh:33
JDATABASE::JDetectorIntegration::DETOID
std::string DETOID
Definition:
JDetectorIntegration.hh:25
JDATABASE::JDetectorIntegration::CLBSER
int CLBSER
Definition:
JDetectorIntegration.hh:38
JDATABASE::JDetectorIntegration::ClassDef
ClassDef(JDetectorIntegration, 1)
JDATABASE::JDetectorIntegration::PMTUPI
JUPI_t PMTUPI
Definition:
JDetectorIntegration.hh:35
JDATABASE::JDetectorIntegration::DETTIME
JDBString DETTIME
Definition:
JDetectorIntegration.hh:27
JUPI_t.hh
JDATABASE::JDetectorIntegration
Definition:
JDetectorIntegration.hh:20
JDBString.hh
JDATABASE::JDetectorIntegration::DOMSER
int DOMSER
Definition:
JDetectorIntegration.hh:37
Generated by
1.8.5