#ifndef __JDB_JAHRSDETECTORCALIBRATION__ #define __JDB_JAHRSDETECTORCALIBRATION__ #include #include #include #include "JDB/JAHRSCalibration.hh" #include "JDB/JDatim_t.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JAHRSDetectorCalibration : public JAHRSCalibration { static const char* const getName() { return "detahrscalib"; } //!< Table name std::string DETOID; JDatim_t DETSTART; JDatim_t DETEND; int DUID; int FLOORID; int DOMID; int CLBSER; int COMPASSSER; std::string INTOPID; JDatim_t INTSTART; JDatim_t INTEND; ClassDef(JAHRSDetectorCalibration, 1); }; } #endif