Parent Directory | Revision Log
*** empty log message ***
1 | /** @file |
2 | * $Source: /home/cvsmanager/yoda/event/physics/tracker/TrackerEvent.h,v $ |
3 | * $Id: TrackerEvent.h,v 1.2 2004/07/26 23:09:40 kusanagi Exp $ |
4 | * $Author: kusanagi $ |
5 | * |
6 | * Header file for the raw tracker events |
7 | */ |
8 | #ifndef TRACKER_EVENT_H |
9 | #define TRACKER_EVENT_H |
10 | |
11 | #include <exception> |
12 | |
13 | #include <TObject.h> |
14 | |
15 | #include "event/SubPacket.h" |
16 | |
17 | |
18 | namespace pamela { |
19 | /** |
20 | * Namespace for the tracker specific code. |
21 | */ |
22 | namespace tracker { |
23 | class TrackerEvent: public pamela::SubPacket { |
24 | |
25 | private: |
26 | |
27 | public: |
28 | |
29 | TrackerEvent(void); |
30 | int good0; |
31 | int nev0; |
32 | int DAQmode[12]; |
33 | int DSPnumber[12]; |
34 | int DATAlength[12]; |
35 | int eventn[12]; |
36 | int nclust[12]; |
37 | int cutc[12]; |
38 | int cutcl[12]; |
39 | int addrcluster[12][3]; |
40 | int signcluster[12][3]; |
41 | int fc[12]; |
42 | int compressiontime[12]; |
43 | int fl5[12]; |
44 | int fl4[12]; |
45 | int fl3[12]; |
46 | int fl2[12]; |
47 | int fl1[12]; |
48 | int fl6[12]; |
49 | int checksum[12]; |
50 | int pnum[12]; |
51 | int cmdnum[12]; |
52 | int bid[12]; |
53 | int alarm[12]; |
54 | int aswr[12]; |
55 | int TOTDATAlength; |
56 | int datatracker[49152]; |
57 | ClassDef(TrackerEvent, 1) |
58 | }; |
59 | } |
60 | } |
61 | #endif /* TRACKER_EVENT_H */ |
ViewVC Help | |
Powered by ViewVC 1.1.23 |