Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
JAHRSCalibration.hh
Go to the documentation of this file.
1 #ifndef __JDB_JAHRSCALIBRATION__
2 #define __JDB_JAHRSCALIBRATION__
3 
4 #include <TROOT.h>
5 #include <TObject.h>
6 
7 #include <string>
8 
9 #include "JDB/JUPI_t.hh"
10 #include "JDB/JDatim_t.hh"
11 
12 /**
13  * \author mdejong
14  */
15 namespace JDATABASE {}
16 namespace JPP { using namespace JDATABASE; }
17 
18 namespace JDATABASE {
19 
21  public TObject
22  {
23  static const char* const getName() { return "ahrscalib"; } //!< Table name
24 
25  std::string TESTOPID;
26  std::string TESTNAME;
29  std::string PRODUCTTESTID;
32  std::string OPERATIONREPORT;
33  std::string FIRMWARE_VERSION;
34  std::string KALMAN_FILTER;
35  double MAG_DECL;
36  double ACC_GAIN_X;
37  double ACC_GAIN_Y;
38  double ACC_GAIN_Z;
39  double ACC_OFFSET_X;
40  double ACC_OFFSET_Y;
41  double ACC_OFFSET_Z;
42  double GYRO_GAIN_X;
43  double GYRO_GAIN_Y;
44  double GYRO_GAIN_Z;
45  double MAG_XMIN;
46  double MAG_XMAX;
47  double MAG_YMIN;
48  double MAG_YMAX;
49  double MAG_ZMIN;
50  double MAG_ZMAX;
51  double MAG_ROT_XX;
52  double MAG_ROT_XY;
53  double MAG_ROT_XZ;
54  double MAG_ROT_YX;
55  double MAG_ROT_YY;
56  double MAG_ROT_YZ;
57  double MAG_ROT_ZX;
58  double MAG_ROT_ZY;
59  double MAG_ROT_ZZ;
60  double GYRO_ROT_XX;
61  double GYRO_ROT_XY;
62  double GYRO_ROT_XZ;
63  double GYRO_ROT_YX;
64  double GYRO_ROT_YY;
65  double GYRO_ROT_YZ;
66  double GYRO_ROT_ZX;
67  double GYRO_ROT_ZY;
68  double GYRO_ROT_ZZ;
69  double ACC_ROT_XX;
70  double ACC_ROT_XY;
71  double ACC_ROT_XZ;
72  double ACC_ROT_YX;
73  double ACC_ROT_YY;
74  double ACC_ROT_YZ;
75  double ACC_ROT_ZX;
76  double ACC_ROT_ZY;
77  double ACC_ROT_ZZ;
78 
80  };
81 }
82 
83 #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).
static const char *const getName()
Table name.
ClassDef(JAHRSCalibration, 1)
Auxiliairy data structure for date and time.
Definition: JDatim_t.hh:32
Definition: JRoot.hh:19