205 |
if ( nox && view == 0 ) mip = 0.; |
if ( nox && view == 0 ) mip = 0.; |
206 |
if ( noy && view == 1 ) mip = 0.; |
if ( noy && view == 1 ) mip = 0.; |
207 |
// |
// |
208 |
|
if ( emulate18 && view == 0 && plane == 18 ) mip = 0.; |
209 |
|
// |
210 |
// 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 |
211 |
// included so plane < (22 - 2) |
// included so plane < (22 - 2) |
212 |
// |
// |