Parent Directory
| 
 Revision Log
Starting form this version: 1) includes are defined with relative (not absolute) path respect to the YODA aplication 2) RegistryEvent class is foreseen to contain post-unpack data.
| 1 | kusanagi | 1.1 | /** @file | 
| 2 | kusanagi | 3.0 | * $Source: /home/cvsmanager/yoda/event/tsbb/TsbBEvent.h,v $ | 
| 3 | kusanagi | 5.0 | * $Id: TsbBEvent.h,v 4.5 2005/08/29 08:28:03 kusanagi Exp $ | 
| 4 | kusanagi | 1.1 | * $Author: kusanagi $ | 
| 5 | * | ||
| 6 | * Header file for the TsbBEvent class. | ||
| 7 | */ | ||
| 8 | #ifndef TSBB_EVENT_H | ||
| 9 | #define TSBB_EVENT_H | ||
| 10 | |||
| 11 | kusanagi | 4.5 | #include "TsbBRecord.h" | 
| 12 | kusanagi | 1.1 | #include <TClonesArray.h> | 
| 13 | |||
| 14 | namespace pamela { | ||
| 15 | /** | ||
| 16 | * TstbEvent data Wrapper | ||
| 17 | */ | ||
| 18 | class TsbBEvent: public pamela::SubPacket { | ||
| 19 | private: | ||
| 20 | static TClonesArray *fgRecords; | ||
| 21 | public: | ||
| 22 | |||
| 23 | TClonesArray* Records; | ||
| 24 | |||
| 25 | TsbBEvent(void); | ||
| 26 | ~TsbBEvent(void); | ||
| 27 | |||
| 28 | ClassDef(TsbBEvent, 1) | ||
| 29 | }; | ||
| 30 | } | ||
| 31 | |||
| 32 | #endif /* TSBB_EVENT_H */ | ||
| 33 | 
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |