| 32 |
cstrip = new CaloStrip(false); |
cstrip = new CaloStrip(false); |
| 33 |
debug = false; |
debug = false; |
| 34 |
simulation = false; |
simulation = false; |
| 35 |
|
usepl18x = false; |
| 36 |
// |
// |
| 37 |
Clear(); |
Clear(); |
| 38 |
// |
// |
| 157 |
for ( Int_t i=0; i<L2->GetCaloLevel1()->istrip; i++ ){ |
for ( Int_t i=0; i<L2->GetCaloLevel1()->istrip; i++ ){ |
| 158 |
// |
// |
| 159 |
mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); |
mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); |
| 160 |
|
// |
| 161 |
|
if ( !usepl18x && view==0 && plane==18 ) mip = 0.; |
| 162 |
|
// |
| 163 |
event->clevel1->estrip[strip][plane][view] = mip; |
event->clevel1->estrip[strip][plane][view] = mip; |
| 164 |
// |
// |
| 165 |
}; |
}; |