#ifndef __JDB_JPMTHVSETTINGS__ #define __JDB_JPMTHVSETTINGS__ #include #include #include /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JPMTHVSettings : public TObject { static const char* const getName() { return "pmt_hv_settings"; } //!< Table name std::string DETOID; int DETID; int DUID; int FLOORID; int PMTINTID; int CABLEPOS; std::string DUUPI; std::string DOMUPI; std::string PMTUPI; std::string CG_OID; std::string CG_NAME; int HV_INDEX; double HV_VALUE; ClassDef(JPMTHVSettings, 1); }; } #endif