Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JAHRS.hh
Go to the documentation of this file.
1#ifndef __JDB_JAHRS__
2#define __JDB_JAHRS__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7#include <string>
8
9#include "JDB/JUPI_t.hh"
10
11/**
12 * \author mdejong
13 */
14namespace JDATABASE {}
15namespace JPP { using namespace JDATABASE; }
16
17namespace JDATABASE {
18
19 struct JAHRS :
20 public TObject
21 {
22 static const char* const getName() { return "ahrs"; } //!< Table name
23
24 int DETID; ///< constraint
25 int RUN;
26 long long int UNIXTIME; ///< [ms]
27 int DUID;
30 int DOMID;
31 double AHRS_A0;
32 double AHRS_A1;
33 double AHRS_A2;
34 double AHRS_G0;
35 double AHRS_G1;
36 double AHRS_G2;
37 double AHRS_H0;
38 double AHRS_H1;
39 double AHRS_H2;
40
42 };
43}
44
45#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).
double AHRS_H2
Definition JAHRS.hh:39
long long int UNIXTIME
[ms]
Definition JAHRS.hh:26
double AHRS_A1
Definition JAHRS.hh:32
double AHRS_H1
Definition JAHRS.hh:38
ClassDef(JAHRS, 1)
double AHRS_H0
Definition JAHRS.hh:37
double AHRS_A0
Definition JAHRS.hh:31
double AHRS_G2
Definition JAHRS.hh:36
int DETID
constraint
Definition JAHRS.hh:24
double AHRS_G0
Definition JAHRS.hh:34
static const char *const getName()
Table name.
Definition JAHRS.hh:22
double AHRS_A2
Definition JAHRS.hh:33
double AHRS_G1
Definition JAHRS.hh:35
JUPI_t CLBUPI
Definition JAHRS.hh:29
Universal product identifier (UPI).
Definition JUPI_t.hh:32