Jpp
18.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
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
#include "
JDB/JUPI_t.hh
"
10
11
/**
12
* \author mdejong
13
*/
14
namespace
JDATABASE {}
15
namespace
JPP {
using namespace
JDATABASE; }
16
17
namespace
JDATABASE {
18
19
struct
JCLBMap
:
20
public
TObject
21
{
22
static
const
char
*
const
getName
() {
return
"clbmap"
; }
//!< Table name
23
24
std::string
DETOID
;
///< constraint
25
int
DUID
;
26
int
FLOORID
;
27
int
SERIALNUMBER
;
28
JUPI_t
UPI
;
29
int
DOMID
;
30
31
ClassDef
(
JCLBMap
, 1);
32
};
33
}
34
35
#endif
TObject
Definition:
JRoot.hh:19
JDATABASE::JUPI_t
Universal product identifier (UPI).
Definition:
JUPI_t.hh:30
JDATABASE::JCLBMap::FLOORID
int FLOORID
Definition:
JCLBMap.hh:26
JDATABASE::JCLBMap::UPI
JUPI_t UPI
Definition:
JCLBMap.hh:28
string
then awk string
Definition:
pre-calibration.sh:45
JDATABASE::JCLBMap::DETOID
std::string DETOID
constraint
Definition:
JCLBMap.hh:24
JDATABASE::JCLBMap::DOMID
int DOMID
Definition:
JCLBMap.hh:29
JDATABASE::JCLBMap::getName
static const char *const getName()
Table name.
Definition:
JCLBMap.hh:22
JDATABASE::JCLBMap::SERIALNUMBER
int SERIALNUMBER
Definition:
JCLBMap.hh:27
JDATABASE::JCLBMap::DUID
int DUID
Definition:
JCLBMap.hh:25
JDATABASE::JCLBMap::ClassDef
ClassDef(JCLBMap, 1)
JDATABASE::JCLBMap
Definition:
JCLBMap.hh:19
JUPI_t.hh
Generated by
1.8.5