Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JRunSummaryNumbers.hh
Go to the documentation of this file.
1#ifndef __JDB_JRUNSUMMARYNUMBERS__
2#define __JDB_JRUNSUMMARYNUMBERS__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7#include <string>
8
9/**
10 * \author mdejong
11 */
12namespace JDATABASE {}
13namespace JPP { using namespace JDATABASE; }
14
15namespace JDATABASE {
16
18 public TObject
19 {
20 static const char* const getName() { return "runsummarynumbers"; } //!< Table name
21
22 std::string DETID; ///< constraint
23 int RUN;
24 std::string PARAMETER_NAME;
25 std::string SOURCE_NAME;
26 std::string DATA_VALUE;
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(JRunSummaryNumbers, 1)
static const char *const getName()
Table name.