/[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 3.0 - (show annotations) (download)
Fri Mar 4 15:54:56 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)

1 /** @file
2 * $Source: /home/cvsmanager/yoda/event/tsbt/TsbTEvent.h,v $
3 * $Id: TsbTEvent.h,v 1.1 2005/03/03 12:35:59 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 <vector>
12 #include "event/SubPacket.h"
13 #include "event/tsbt/TsbTRecord.h"
14 #include <TClonesArray.h>
15
16 using namespace std;
17
18 namespace pamela {
19 /**
20 * TsbTEvent data Wrapper
21 */
22 class TsbTEvent: public pamela::SubPacket {
23 private:
24 static TClonesArray *fgRecords;
25 public:
26
27 TClonesArray* Records;
28
29 TsbTEvent(void);
30 ~TsbTEvent(void);
31
32 ClassDef(TsbTEvent, 1)
33 };
34 }
35
36 #endif /* TSBT_EVENT_H */
37

  ViewVC Help
Powered by ViewVC 1.1.23