Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
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 */
15namespace JDATABASE {}
16namespace JPP { using namespace JDATABASE; }
17
18namespace 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;
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;
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).
ClassDef(JAHRSCalibration, 1)
static const char *const getName()
Table name.
Auxiliairy data structure for date and time.
Definition JDatim_t.hh:31