/** @file * $Source: /home/cvsmanager/yoda/event/tsbb/TsbBRecord.h,v $ * $Id: TsbBRecord.h,v 3.0 2005/03/04 15:54:56 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 */