Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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 */
14namespace JDATABASE {}
15namespace JPP { using namespace JDATABASE; }
16
17namespace 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
ClassDef(JCLBID, 1)
static const char *const getName()
Table name.
Definition JCLBID.hh:22
Universal product identifier (UPI).
Definition JUPI_t.hh:32