#ifndef __JDB_JPMTBESTHVSETTINGS__ #define __JDB_JPMTBESTHVSETTINGS__ #include #include #include #include "JDB/JUPI_t.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JPMTBestHVSettings : public TObject { static const char* const getName() { return "pmt_best_hv_settings"; } //!< Table name std::string DETOID; std::string OPERATIONID; std::string TESTNAME; JUPI_t UPI; int SERIALNUMBER; double VALUE; int INTEGER_INDEX; double REAL_VALUE; ClassDef(JPMTBestHVSettings, 1); }; } #endif