42 |
nox = false; |
nox = false; |
43 |
noy = false; |
noy = false; |
44 |
forcecalo = false; |
forcecalo = false; |
45 |
|
memset(mask,0,2*22*sizeof(Int_t)); |
46 |
// |
// |
47 |
Clear(); |
Clear(); |
48 |
// |
// |
201 |
// |
// |
202 |
// Mask x or y view if nox and/or noy are true (default false) |
// Mask x or y view if nox and/or noy are true (default false) |
203 |
// |
// |
204 |
|
if ( mask[view][plane] ) mip = 0.; |
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 |
// |
// |