Jpp
17.3.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
JAllParams.hh
Go to the documentation of this file.
1
#ifndef __JDB_JALLPARAMS__
2
#define __JDB_JALLPARAMS__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include <string>
8
9
10
/**
11
* \author mdejong
12
*/
13
namespace
JDATABASE {}
14
namespace
JPP {
using namespace
JDATABASE; }
15
16
namespace
JDATABASE {
17
18
struct
JAllParams
:
19
public
TObject
20
{
21
static
const
char
*
const
getName
() {
return
"allparams"
; }
//!< Table name
22
23
std::string
OID
;
24
std::string
NAME
;
25
std::string
MAPNAME
;
26
std::string
SUBSYSTEMID
;
27
std::string
DESCRIPTION
;
28
std::string
TYPE
;
29
std::string
IO_TYPE
;
30
std::string
UNIT_NAME
;
31
std::string
UNIT_EASY_SCALE
;
32
double
INTEGER_UNIT_SCALE
;
33
34
ClassDef
(
JAllParams
, 1);
35
};
36
}
37
38
#endif
JDATABASE::JAllParams::SUBSYSTEMID
std::string SUBSYSTEMID
Definition:
JAllParams.hh:26
JDATABASE::JAllParams::ClassDef
ClassDef(JAllParams, 1)
TObject
Definition:
JRoot.hh:19
JDATABASE::JAllParams::NAME
std::string NAME
Definition:
JAllParams.hh:24
JDATABASE::JAllParams::INTEGER_UNIT_SCALE
double INTEGER_UNIT_SCALE
Definition:
JAllParams.hh:32
JDATABASE::JAllParams::UNIT_NAME
std::string UNIT_NAME
Definition:
JAllParams.hh:30
JDATABASE::JAllParams::IO_TYPE
std::string IO_TYPE
Definition:
JAllParams.hh:29
string
then awk string
Definition:
pre-calibration.sh:45
JDATABASE::JAllParams::DESCRIPTION
std::string DESCRIPTION
Definition:
JAllParams.hh:27
JDATABASE::JAllParams::getName
static const char *const getName()
Table name.
Definition:
JAllParams.hh:21
JDATABASE::JAllParams::OID
std::string OID
Definition:
JAllParams.hh:23
JDATABASE::JAllParams::UNIT_EASY_SCALE
std::string UNIT_EASY_SCALE
Definition:
JAllParams.hh:31
JDATABASE::JAllParams
Definition:
JAllParams.hh:18
JDATABASE::JAllParams::MAPNAME
std::string MAPNAME
Definition:
JAllParams.hh:25
JDATABASE::JAllParams::TYPE
std::string TYPE
Definition:
JAllParams.hh:28
Generated by
1.8.5