| 38 | simulation = false; | simulation = false; | 
| 39 | withtrk = true; | withtrk = true; | 
| 40 | rigdefault = 50.; | rigdefault = 50.; | 
| 41 |  | nox = false; | 
| 42 |  | noy = false; | 
| 43 | // | // | 
| 44 | Clear(); | Clear(); | 
| 45 | // | // | 
| 172 | // | // | 
| 173 | mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); | mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); | 
| 174 | // | // | 
| 175 |  | // Mask x or y view if nox and/or noy are true (default false) | 
| 176 |  | // | 
| 177 |  | if ( nox && view == 0 ) mip = 0.; | 
| 178 |  | if ( noy && view == 1 ) mip = 0.; | 
| 179 |  | // | 
| 180 | // Selection mode: fill the matrix only for plane < (22 - N) REMEMBER N = number of W planes to be used as presampler, ie if N = 2 then we want to use planes from 0 to 19 | // Selection mode: fill the matrix only for plane < (22 - N) REMEMBER N = number of W planes to be used as presampler, ie if N = 2 then we want to use planes from 0 to 19 | 
| 181 | //                 included so plane < (22 - 2) | //                 included so plane < (22 - 2) | 
| 182 | // | // |