/** @file * $Source: /home/cvsmanager/yoda/event/tsbT/TsbTEvent.h,v $ * $Id: LogEvent.h,v 2.1 2004/12/09 08:47:54 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 */