/** @file * $Source: /home/cvsmanager/yoda/event/tsbb/TsbBEvent.h,v $ * $Id: TsbBEvent.h,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ * $Author: Maurizio Nagni $ * * 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 */