#ifndef __JDB_JAHRS__ #define __JDB_JAHRS__ #include #include #include #include "JDB/JUPI_t.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JAHRS : public TObject { static const char* const getName() { return "ahrs"; } //!< Table name int DETID; ///< constraint int RUN; long long int UNIXTIME; ///< [ms] int DUID; int FLOORID; JUPI_t CLBUPI; int DOMID; double AHRS_A0; double AHRS_A1; double AHRS_A2; double AHRS_G0; double AHRS_G1; double AHRS_G2; double AHRS_H0; double AHRS_H1; double AHRS_H2; ClassDef(JAHRS, 1); }; } #endif