25 |
// |
// |
26 |
debug = false; |
debug = false; |
27 |
usetrack = false; |
usetrack = false; |
28 |
|
usepl18x = false; |
29 |
// |
// |
30 |
}; |
}; |
31 |
|
|
125 |
for ( Int_t i=0; i<L2->GetCaloLevel1()->istrip; i++ ){ |
for ( Int_t i=0; i<L2->GetCaloLevel1()->istrip; i++ ){ |
126 |
// |
// |
127 |
mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); |
mip = L2->GetCaloLevel1()->DecodeEstrip(i,view,plane,strip); |
128 |
|
// |
129 |
|
if ( !usepl18x && view==0 && plane==18 ) mip = 0.; |
130 |
|
// |
131 |
epiano[plane][view]+=mip; |
epiano[plane][view]+=mip; |
132 |
// |
// |
133 |
// |
// |
188 |
Float_t sum4 = 0.; |
Float_t sum4 = 0.; |
189 |
Float_t qm = 0.; |
Float_t qm = 0.; |
190 |
while ( RN < 4 && ind < 44 ){ |
while ( RN < 4 && ind < 44 ){ |
191 |
qm = TMath::KOrdStat((Long_64_t)44,ordplane,(Long_64_t)ind,work); |
qm = TMath::KOrdStat((Long64_t)44,ordplane,(Long64_t)ind,work); |
192 |
if (qm >= 0.7 ){ |
if (qm >= 0.7 ){ |
193 |
if ( RN < 4 ){ |
if ( RN < 4 ){ |
194 |
sum4 += qm; |
sum4 += qm; |