Jpp  15.0.1-rc.2-highQE
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
28  ClassDef(JCLBID, 1);
29  };
30 }
31 
32 #endif
JUPI_t CLBUPI
Definition: JCLBID.hh:24
MAC address.
JMACAddress MACADDR
Definition: JCLBID.hh:25
Definition: JRoot.hh:19
Universal product identifier (UPI).
Definition: JUPI_t.hh:29
ClassDef(JCLBID, 1)
static const char *const getName()
Table name.
Definition: JCLBID.hh:22