#ifndef __JDB_JRUNSETUPPARAMS__ #define __JDB_JRUNSETUPPARAMS__ #include #include #include #include "JDB/JDBString.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JRunsetupParams : public TObject { static const char* const getName() { return "runsetupparams"; } //!< Table name std::string DETID; ///< constraint std::string RS_OID; ///< constraint int ORDER; std::string CG_OID; std::string CG_NAME; std::string UPIFILTER; std::string PAR_OID; char ISINPUT; JDBString VALUE; ClassDef(JRunsetupParams, 1); }; } #endif