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