/** @file * $Source: /home/cvsmanager/yoda/event/tsbb/TsbBEvent.h,v $ * $Id: TsbBEvent.h,v 4.4 2005/05/28 10:44:14 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the TsbBEvent class. */ #ifndef TSBB_EVENT_H #define TSBB_EVENT_H #include "TsbBRecord.h" #include namespace pamela { /** * TstbEvent data Wrapper */ class TsbBEvent: public pamela::SubPacket { private: static TClonesArray *fgRecords; public: TClonesArray* Records; TsbBEvent(void); ~TsbBEvent(void); ClassDef(TsbBEvent, 1) }; } #endif /* TSBB_EVENT_H */