/[PAMELA software]/chewbacca/event/tsbb/TsbBEvent.h
ViewVC logotype

Contents of /chewbacca/event/tsbb/TsbBEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Sep 23 07:19:58 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00, MAIN
CVS Tags: v1r02, v1r00, v1r01, start, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources, 23/09/2008

1 /** @file
2 * $Source: /repository/event/tsbb/TsbBEvent.h,v $
3 * $Id: TsbBEvent.h,v 1.1 2008-01-11 17:14:22 messineo Exp $
4 * $Author: messineo $
5 *
6 * Header file for the TsbBEvent class.
7 */
8 #ifndef TSBB_EVENT_H
9 #define TSBB_EVENT_H
10
11 #include "TsbBRecord.h"
12 #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