/** @file * $Source: /home/cvsmanager/yoda/event/tstb/TsbBEvent.h,v $ * $Id: TsbBEvent.h,v 2.1 2004/12/09 08:47:54 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the TsbBEvent class. */ #ifndef TSBB_EVENT_H #define TSBB_EVENT_H #include #include "event/SubPacket.h" #include "event/tsbb/TsbBRecord.h" #include using namespace std; 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 */