#ifndef __JDB_JUPI__ #define __JDB_JUPI__ #include #include #include #include "JDB/JPBS_t.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JUPI : public TObject { static const char* const getName() { return "upi"; } //!< Table name JPBS_t PBS; ///< constraint std::string VARIANT; int VERSION; int SERIALNUMBER; std::string PRODUCER_SERIAL; ClassDef(JUPI, 1); }; } #endif