Jpp  17.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
29 
30  ClassDef(JDetectors, 1);
31  };
32 }
33 
34 #endif
Wrapper class to read string until end-of-line.
Definition: JDBString.hh:19
Definition: JRoot.hh:19
ClassDef(JDetectors, 1)
std::string LOCATIONID
Definition: JDetectors.hh:27
then awk string
static const char *const getName()
Table name.
Definition: JDetectors.hh:23