#ifndef __JDB_JPMTHVRUNSETTINGS__ #define __JDB_JPMTHVRUNSETTINGS__ #include #include #include /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JPMTHVRunSettings : public TObject { static const char* const getName() { return "pmt_hv_run_settings"; } //!< Table name std::string DETOID; int DETID; int RUN; std::string RUNSETUPID; int DUID; int FLOORID; int PMTINTID; int CABLEPOS; int PMTSERIAL; std::string CG_OID; std::string CG_NAME; int HV_INDEX; double HV_VALUE; ClassDef(JPMTHVRunSettings, 2); }; } #endif