#ifndef __JDB_JVENDORHV__ #define __JDB_JVENDORHV__ #include #include /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JVendorHV : public TObject { static const char* const getName() { return "vendorhv"; } //!< Table name int DETID; ///< constraint int DUID; int FLOORID; int CABLEPOS; int PMTSERIAL; double PMT_SUPPLY_VOLTAGE; ClassDef(JVendorHV, 1); }; } #endif