/** @file * $Source: /repository/event/tsbb/TsbBRecord.h,v $ * $Id: TsbBRecord.h,v 1.1 2008-01-11 17:14:22 messineo Exp $ * $Author: messineo $ * * Header file for the TsbBRecord class. */ #ifndef TsbB_RECORD_H #define TsbB_RECORD_H #include "../SubPacket.h" namespace pamela { /** * TsbBBlock data Wrapper */ class TsbBRecord: public TObject { private: public: /** * Get the run name according to a certain run number. */ UINT32 RECORD_OBT; UINT8 STATUS_CODE; UINT16 B_FIELD[7]; TsbBRecord(void); ~TsbBRecord(void){}; ClassDef(TsbBRecord, 1) }; } #endif /* TSBB_RECORD_H */