#ifndef __JDB_JDETECTORS__ #define __JDB_JDETECTORS__ #include #include #include #include "JDB/JDBString.hh" /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JDetectors : public TObject { static const char* const getName() { return "detectors"; } //!< Table name std::string OID; int SERIALNUMBER; std::string LOCATIONID; JDBString CITY; ClassDef(JDetectors, 1); }; } #endif