Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JUPI.hh
Go to the documentation of this file.
1#ifndef __JDB_JUPI__
2#define __JDB_JUPI__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7#include <string>
8
9#include "JDB/JPBS_t.hh"
10
11/**
12 * \author mdejong
13 */
14namespace JDATABASE {}
15namespace JPP { using namespace JDATABASE; }
16
17namespace JDATABASE {
18
19 struct JUPI :
20 public TObject
21 {
22 static const char* const getName() { return "upi"; } //!< Table name
23
24 JPBS_t PBS; ///< constraint
25 std::string VARIANT;
28 std::string PRODUCER_SERIAL;
29
31 };
32}
33
34#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).
Product breakdown structure (PBS).
Definition JPBS_t.hh:29
static const char *const getName()
Table name.
Definition JUPI.hh:22
ClassDef(JUPI, 1)
int SERIALNUMBER
Definition JUPI.hh:27
JPBS_t PBS
constraint
Definition JUPI.hh:24
std::string VARIANT
Definition JUPI.hh:25
std::string PRODUCER_SERIAL
Definition JUPI.hh:28