/[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 5.0 by kusanagi, Mon Aug 29 09:45:48 2005 UTC revision 6.2 by kusanagi, Wed Mar 8 10:49:50 2006 UTC
# Line 13  namespace pamela { Line 13  namespace pamela {
13    public:    public:
14      EventTrkEvent(void);      EventTrkEvent(void);
15    
16      int good0;        int good0;
       int nev0;  
17        int DAQmode[12];        int DAQmode[12];
18        int DSPnumber[12];        int DSPnumber[12];
19        int DATAlength[12];        int DATAlength[12];
# Line 33  namespace pamela { Line 32  namespace pamela {
32        int fl1[12];        int fl1[12];
33        int fl6[12];        int fl6[12];
34        int checksum[12];        int checksum[12];
35          int crc[12];
36          int TOTDATAlength;
37          TArrayI  TrackerData;
38        int pnum[12];        int pnum[12];
39        int cmdnum[12];        int cmdnum[12];
40        int bid[12];        int bid[12];
41        int alarm[12];        int alarm[12];
42        int aswr[12];        int aswr[12];
43        int TOTDATAlength;        /*
44        TArrayI  *TrackerData;         * unpackError =
45        //int datatracker[49152];         *
46        UINT8 unpackError;         */
47      ClassDef(EventTrkEvent, 1)        unsigned short unpackError;
48        ClassDef(EventTrkEvent, 3)
49    };    };
50  }  }
51    

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

  ViewVC Help
Powered by ViewVC 1.1.23