/[PAMELA software]/yoda/event/tsbt/TsbTEvent.h
ViewVC logotype

Contents of /yoda/event/tsbt/TsbTEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.5 - (show annotations) (download)
Mon Aug 29 08:28:05 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
Changes since 4.4: +2 -6 lines
File MIME type: text/plain
Update *.h files. Now includes have a relative path.
That is
From -----> xxx/name.h
to      -----> ../name.h

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/tsbt/TsbTEvent.h,v $
3 * $Id: TsbTEvent.h,v 4.4 2005/05/28 10:44:14 kusanagi Exp $
4 * $Author: kusanagi $
5 *
6 * Header file for the TsbTEvent class.
7 */
8 #ifndef TSBT_EVENT_H
9 #define TSBT_EVENT_H
10
11 #include "TsbTRecord.h"
12 #include <TClonesArray.h>
13
14 namespace pamela {
15 /**
16 * TsbTEvent data Wrapper
17 */
18 class TsbTEvent: public pamela::SubPacket {
19 private:
20 static TClonesArray *fgRecords;
21 public:
22
23 TClonesArray* Records;
24
25 TsbTEvent(void);
26 ~TsbTEvent(void);
27
28 ClassDef(TsbTEvent, 1)
29 };
30 }
31
32 #endif /* TSBT_EVENT_H */
33

  ViewVC Help
Powered by ViewVC 1.1.23