Jpp
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;
33 
34  ClassDef(JAllParams, 1);
35  };
36 }
37 
38 #endif
JDATABASE::JAllParams::TYPE
std::string TYPE
Definition: JAllParams.hh:28
TObject
Definition: JRoot.hh:19
JDATABASE::JAllParams::DESCRIPTION
std::string DESCRIPTION
Definition: JAllParams.hh:27
JDATABASE
Auxiliary classes and methods for database I/O.
Definition: JAHRS.hh:12
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JDATABASE::JAllParams::IO_TYPE
std::string IO_TYPE
Definition: JAllParams.hh:29
JDATABASE::JAllParams::SUBSYSTEMID
std::string SUBSYSTEMID
Definition: JAllParams.hh:26
JDATABASE::JAllParams::getName
static const char *const getName()
Table name.
Definition: JAllParams.hh:21
JDATABASE::JAllParams::MAPNAME
std::string MAPNAME
Definition: JAllParams.hh:25
JDATABASE::JAllParams::UNIT_NAME
std::string UNIT_NAME
Definition: JAllParams.hh:30
JDATABASE::JAllParams::OID
std::string OID
Definition: JAllParams.hh:23
JDATABASE::JAllParams
Definition: JAllParams.hh:18
JDATABASE::JAllParams::UNIT_EASY_SCALE
int UNIT_EASY_SCALE
Definition: JAllParams.hh:31
JDATABASE::JAllParams::INTEGER_UNIT_SCALE
int INTEGER_UNIT_SCALE
Definition: JAllParams.hh:32
JDATABASE::JAllParams::ClassDef
ClassDef(JAllParams, 1)
JDATABASE::JAllParams::NAME
std::string NAME
Definition: JAllParams.hh:24