Jpp  debug
the software that should make you happy
JCLBID.hh
Go to the documentation of this file.
1 #ifndef __JDB_JCLBID__
2 #define __JDB_JCLBID__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 #include "JDB/JUPI_t.hh"
8 #include "JDB/JMACAddress.hh"
9 
10 
11 /**
12  * \author mdejong
13  */
14 namespace JDATABASE {}
15 namespace JPP { using namespace JDATABASE; }
16 
17 namespace JDATABASE {
18 
19  struct JCLBID :
20  public TObject
21  {
22  static const char* const getName() { return "clbid"; } //!< Table name
23 
26  int CLBID;
27 
29  };
30 }
31 
32 #endif
MAC address.
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).
JMACAddress MACADDR
Definition: JCLBID.hh:25
JUPI_t CLBUPI
Definition: JCLBID.hh:24
ClassDef(JCLBID, 1)
static const char *const getName()
Table name.
Definition: JCLBID.hh:22
Universal product identifier (UPI).
Definition: JUPI_t.hh:32
Definition: JRoot.hh:19