17 |
|
|
18 |
public: |
public: |
19 |
CalibTrk2Event(void); |
CalibTrk2Event(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. |
95 |
|
|
96 |
/** |
/** |
97 |
* The value of the pedestal for each strip (3072 strips in 6 planes). |
* The value of the pedestal for each strip (3072 strips in 6 planes). |
98 |
*/ |
*/ |
99 |
float DSPped_par[6][3072]; |
float DSPped_par[6][3072]; |
100 |
|
|
101 |
/** |
/** |
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(CalibTrk2Event, 3) |
ClassDef(CalibTrk2Event, 5) |
114 |
}; |
}; |
115 |
} |
} |
116 |
|
|