/** @file * $Source: /home/cvsmanager/yoda/event/tsbt/TsbTEvent.h,v $ * $Id: TsbTEvent.h,v 1.1 2005/03/03 12:35:59 kusanagi Exp $ * $Author: kusanagi $ * * Header file for the TsbTEvent class. */ #ifndef TSBT_EVENT_H #define TSBT_EVENT_H #include #include "event/SubPacket.h" #include "event/tsbt/TsbTRecord.h" #include using namespace std; namespace pamela { /** * TsbTEvent data Wrapper */ class TsbTEvent: public pamela::SubPacket { private: static TClonesArray *fgRecords; public: TClonesArray* Records; TsbTEvent(void); ~TsbTEvent(void); ClassDef(TsbTEvent, 1) }; } #endif /* TSBT_EVENT_H */