/[PAMELA software]/yoda/event/EventTrkEvent.h
ViewVC logotype

Contents of /yoda/event/EventTrkEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.0 - (show annotations) (download)
Sun Mar 6 04:33:01 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_0/01, YODA4_3/02, YODA4_3/00, YODA4_3/01, YODA4_2/01, YODA4_2/00, YODA4_2/03, yodaPreTermistores2_0/00
Branch point for: PreThermistores2
Changes since 3.0: +0 -0 lines
File MIME type: text/plain
Stable version 4.0 - 6 March 2005 - Maurizio Nagni

1 #ifndef EVENTTRK_EVENT_H
2 #define EVENTTRK_EVENT_H
3
4 #include "SubPacket.h"
5 #include <TArrayI.h>
6 namespace pamela {
7 /**
8 * Information events about the EventTrk.
9 */
10 class EventTrkEvent: public pamela::SubPacket {
11 private:
12
13 public:
14 EventTrkEvent(void);
15
16 int good0;
17 int nev0;
18 int DAQmode[12];
19 int DSPnumber[12];
20 int DATAlength[12];
21 int eventn[12];
22 int nclust[12];
23 int cutc[12];
24 int cutcl[12];
25 int addrcluster[12][3];
26 int signcluster[12][3];
27 int fc[12];
28 int compressiontime[12];
29 int fl5[12];
30 int fl4[12];
31 int fl3[12];
32 int fl2[12];
33 int fl1[12];
34 int fl6[12];
35 int checksum[12];
36 int pnum[12];
37 int cmdnum[12];
38 int bid[12];
39 int alarm[12];
40 int aswr[12];
41 int TOTDATAlength;
42 TArrayI *TrackerData;
43 //int datatracker[49152];
44 UINT8 unpackError;
45 ClassDef(EventTrkEvent, 1)
46 };
47 }
48
49 #endif /* EVENTTRK_EVENT_H */
50

  ViewVC Help
Powered by ViewVC 1.1.23