Jpp
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JDB
JCLBMap.hh
Go to the documentation of this file.
1
#ifndef __JDB_JCLBMAP__
2
#define __JDB_JCLBMAP__
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
JCLBMap
:
18
public
TObject
19
{
20
static
const
char
*
const
getName
() {
return
"clbmap"
; }
//!< Table name
21
22
std::string
DETOID
;
///< constraint
23
int
DUID
;
24
int
FLOORID
;
25
int
SERIALNUMBER
;
26
std::string
UPI
;
27
int
DOMID
;
28
29
ClassDef
(
JCLBMap
, 1);
30
};
31
}
32
33
#endif
JDATABASE::JCLBMap::UPI
std::string UPI
Definition:
JCLBMap.hh:26
TObject
Definition:
JRoot.hh:19
JDATABASE::JCLBMap::FLOORID
int FLOORID
Definition:
JCLBMap.hh:24
JDATABASE::JCLBMap::DETOID
std::string DETOID
constraint
Definition:
JCLBMap.hh:22
JDATABASE::JCLBMap::DOMID
int DOMID
Definition:
JCLBMap.hh:27
JDATABASE::JCLBMap::getName
static const char *const getName()
Table name.
Definition:
JCLBMap.hh:20
JDATABASE::JCLBMap::SERIALNUMBER
int SERIALNUMBER
Definition:
JCLBMap.hh:25
JDATABASE::JCLBMap::DUID
int DUID
Definition:
JCLBMap.hh:23
JDATABASE::JCLBMap::ClassDef
ClassDef(JCLBMap, 1)
JDATABASE::JCLBMap
Definition:
JCLBMap.hh:17
Generated by
1.8.5