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
JDetectors.hh
Go to the documentation of this file.
1
#ifndef __JDB_JDETECTORS__
2
#define __JDB_JDETECTORS__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include <string>
8
9
#include "
JDB/JDBString.hh
"
10
11
12
/**
13
* \author mdejong
14
*/
15
namespace
JDATABASE {}
16
namespace
JPP {
using namespace
JDATABASE; }
17
18
namespace
JDATABASE {
19
20
struct
JDetectors
:
21
public
TObject
22
{
23
static
const
char
*
const
getName
() {
return
"detectors"
; }
//!< Table name
24
25
std::string
OID
;
26
int
SERIALNUMBER
;
27
std::string
LOCATIONID
;
28
JDBString
CITY
;
29
30
ClassDef
(
JDetectors
, 1);
31
};
32
}
33
34
#endif
JDATABASE::JDetectors
Definition:
JDetectors.hh:20
JDATABASE::JDBString
Wrapper class to read string until end-of-line.
Definition:
JDBString.hh:19
JDATABASE::JDetectors::SERIALNUMBER
int SERIALNUMBER
Definition:
JDetectors.hh:26
JDATABASE::JDetectors::OID
std::string OID
Definition:
JDetectors.hh:25
TObject
Definition:
JRoot.hh:19
JDATABASE::JDetectors::ClassDef
ClassDef(JDetectors, 1)
JDATABASE::JDetectors::LOCATIONID
std::string LOCATIONID
Definition:
JDetectors.hh:27
string
then awk string
Definition:
pre-calibration.sh:45
JDATABASE::JDetectors::CITY
JDBString CITY
Definition:
JDetectors.hh:28
JDBString.hh
JDATABASE::JDetectors::getName
static const char *const getName()
Table name.
Definition:
JDetectors.hh:23
Generated by
1.8.5