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

Diff of /yoda/event/CalibTrk1Event.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 5.1 by kusanagi, Sat Feb 4 12:37:42 2006 UTC
# Line 17  namespace pamela { Line 17  namespace pamela {
17            
18    public:    public:
19      CalibTrk1Event(void);      CalibTrk1Event(void);
20        int good0;
21    
22      /**      /**
23       * The acquisition mode of the Tracker; each element concerns a different plane.       * The acquisition mode of the Tracker; each element concerns a different plane.
# Line 106  namespace pamela { Line 107  namespace pamela {
107       * Identify which strip is bad (3072 strips in 6 planes).         * Identify which strip is bad (3072 strips in 6 planes).  
108       */               */        
109      int   DSPbad_par[6][3072];      int   DSPbad_par[6][3072];
110        int  crc_cal[6][3];
111        int  crc_hcal[6];
112      UINT8 unpackError;      UINT8 unpackError;
113      ClassDef(CalibTrk1Event, 3)      ClassDef(CalibTrk1Event, 5)
114    };    };
115  }  }
116    

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

  ViewVC Help
Powered by ViewVC 1.1.23