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

Diff of /yoda/event/EventTrkEvent.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by kusanagi, Thu Aug 19 15:24:10 2004 UTC revision 6.2 by kusanagi, Wed Mar 8 10:49:50 2006 UTC
# Line 2  Line 2 
2  #define EVENTTRK_EVENT_H  #define EVENTTRK_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    #include <TArrayI.h>
6  namespace pamela {  namespace pamela {
7    /**    /**
8     * Information events about the EventTrk.     * Information events about the EventTrk.
# Line 13  namespace pamela { Line 13  namespace pamela {
13    public:    public:
14      EventTrkEvent(void);      EventTrkEvent(void);
15    
16      /* to be defined */        int good0;
17              int DAQmode[12];
18              int DSPnumber[12];
19      ClassDef(EventTrkEvent, 1)        int DATAlength[12];
20          int eventn[12];
21          int nclust[12];
22          int cutc[12];
23          int cutcl[12];
24          int addrcluster[12][3];
25          int signcluster[12][3];
26          int fc[12];
27          int compressiontime[12];
28          int fl5[12];
29          int fl4[12];
30          int fl3[12];
31          int fl2[12];
32          int fl1[12];
33          int fl6[12];
34          int checksum[12];
35          int crc[12];
36          int TOTDATAlength;
37          TArrayI  TrackerData;
38          int pnum[12];
39          int cmdnum[12];
40          int bid[12];
41          int alarm[12];
42          int aswr[12];
43          /*
44           * unpackError =
45           *
46           */
47          unsigned short unpackError;
48        ClassDef(EventTrkEvent, 3)
49    };    };
50  }  }
51    

Legend:
Removed from v.1.1  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23