/[PAMELA software]/quicklook/OrbitalRate/inc/tsbb/TsbBEvent.h
ViewVC logotype

Contents of /quicklook/OrbitalRate/inc/tsbb/TsbBEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Dec 5 19:49:18 2006 UTC (18 years ago) by pam-rm2
Branch: MAIN
CVS Tags: v2r02, v2r01, v2r00, HEAD
File MIME type: text/plain
New version of OrbitalRate quicklook.  Initial import.
Nico

1 /** @file
2 * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/event/tsbb/TsbBEvent.h,v $
3 * $Id: TsbBEvent.h,v 6.0 2006/02/07 17:11:09 kusanagi Exp $
4 * $Author: kusanagi $
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