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. |
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 |
|
|