#ifndef __JDB_JDETCALIBRATIONS__ #define __JDB_JDETCALIBRATIONS__ #include #include #include #include "JDB/JDate_t.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JDetCalibrations : public TObject { static const char* const getName() { return "detcalibrations"; } //!< Table name std::string DETOID; ///< constraint std::string OPERATIONID; JDateAndTimeUS_t STARTTIME; JDateAndTimeUS_t VALIDFROM; JDateAndTimeUS_t VALIDTHROUGH; std::string LOGIN; std::string OPTYPE; ClassDef(JDetCalibrations, 1); }; } #endif