/** @file * $Source: /home/cvsmanager/yoda/event/log/TsbBRecord.h,v $ * $Id: LogRecord.h,v 2.2 2004/12/03 22:04:14 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the TsbBRecord class. */ #ifndef TsbB_RECORD_H #define TsbB_RECORD_H #include "event/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 */