#ifndef __JDB_JCLBMAP__ #define __JDB_JCLBMAP__ #include #include #include #include "JDB/JUPI_t.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JCLBMap : public TObject { static const char* const getName() { return "clbmap"; } //!< Table name std::string DETOID; ///< constraint int DUID; int FLOORID; int SERIALNUMBER; JUPI_t UPI; int DOMID; ClassDef(JCLBMap, 1); }; } #endif