#ifndef __JDB_JRUNSUMMARYNUMBERS__ #define __JDB_JRUNSUMMARYNUMBERS__ #include #include #include /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JRunSummaryNumbers : public TObject { static const char* const getName() { return "runsummarynumbers"; } //!< Table name std::string DETID; ///< constraint int RUN; std::string PARAMETER_NAME; std::string SOURCE_NAME; std::string DATA_VALUE; ClassDef(JRunSummaryNumbers, 1); }; } #endif