Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JVendorHV.hh
Go to the documentation of this file.
1#ifndef __JDB_JVENDORHV__
2#define __JDB_JVENDORHV__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7
8/**
9 * \author mdejong
10 */
11namespace JDATABASE {}
12namespace JPP { using namespace JDATABASE; }
13
14namespace JDATABASE {
15
16 struct JVendorHV :
17 public TObject
18 {
19 static const char* const getName() { return "vendorhv"; } //!< Table name
20
21 int DETID; ///< constraint
22 int DUID;
27
29 };
30}
31
32#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).
ClassDef(JVendorHV, 1)
int DETID
constraint
Definition JVendorHV.hh:21
static const char *const getName()
Table name.
Definition JVendorHV.hh:19