#ifndef __JDB_JTOASHORT__ #define __JDB_JTOASHORT__ #include #include #include /** * \author mdejong */ namespace JDATABASE {} namespace JPP { using namespace JDATABASE; } namespace JDATABASE { struct JToAshort : public TObject { static const char* const getName() { return "toashort"; } //!< Table name std::string DETID; ///< constraint int RUN; int RUNNUMBER; double UNIXTIMEBASE; ///< [s] int DOMID; int EMITTERID; ///< waveform identifier double TOA_S; ///< [s] int QUALITYFACTOR; int QUALITYNORMALISATION = 0; ClassDef(JToAshort, 1); }; } #endif