Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JCLBMap.hh
Go to the documentation of this file.
1#ifndef __JDB_JCLBMAP__
2#define __JDB_JCLBMAP__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7#include <string>
8
9#include "JDB/JUPI_t.hh"
10
11/**
12 * \author mdejong
13 */
14namespace JDATABASE {}
15namespace JPP { using namespace JDATABASE; }
16
17namespace JDATABASE {
18
19 struct JCLBMap :
20 public TObject
21 {
22 static const char* const getName() { return "clbmap"; } //!< Table name
23
24 std::string DETOID; ///< constraint
25 int DUID;
29 int DOMID;
30
32 };
33}
34
35#endif
Auxiliary classes and methods for database I/O.
Definition JAHRS.hh:14
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
std::string DETOID
constraint
Definition JCLBMap.hh:24
ClassDef(JCLBMap, 1)
static const char *const getName()
Table name.
Definition JCLBMap.hh:22
Universal product identifier (UPI).
Definition JUPI_t.hh:32