#ifndef __JDB_JCALIBRATION__ #define __JDB_JCALIBRATION__ #include #include #include /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { namespace APIV2 { struct JCalibration_t : public TObject { static const char* const getName() { return "Calibration"; } //!< Table name std::string DetOID; ///< constraint int DetID; ///< constraint std::string OperationId; ///< constraint ClassDef(JCalibration_t, 1); }; } } #endif