29 |
|
|
30 |
void CaloNuclei::Clear(){ |
void CaloNuclei::Clear(){ |
31 |
// |
// |
32 |
|
UN = 0; |
33 |
tr = 0; |
tr = 0; |
34 |
sntr = 0; |
sntr = 0; |
35 |
interplane = 0; |
interplane = 0; |
109 |
if ( debug ) printf(" Processing event at OBT %u PKT %u time %u \n",OBT,PKT,atime); |
if ( debug ) printf(" Processing event at OBT %u PKT %u time %u \n",OBT,PKT,atime); |
110 |
// |
// |
111 |
Clear(); |
Clear(); |
112 |
|
// |
113 |
if ( debug ) printf(" Always calculate stdedx1 \n"); |
if ( debug ) printf(" Always calculate stdedx1 \n"); |
114 |
// |
// |
115 |
// Always calculate stdedx1 |
// Always calculate stdedx1 |
142 |
// find energy released along the strip of maximum on the first plane and on the two neighbour strips |
// find energy released along the strip of maximum on the first plane and on the two neighbour strips |
143 |
// |
// |
144 |
if ( indx > 0 ){ |
if ( indx > 0 ){ |
145 |
Int_t mindx = (Int_t)TMath::LocMax(indx,stfpl); |
Int_t mindx = (Int_t)TMath::LocMax(indx,vfpl); |
146 |
for (Int_t ii=0; ii<indx; ii++){ |
for (Int_t ii=0; ii<indx; ii++){ |
147 |
if ( stfpl[ii] == stfpl[mindx] ) stdedx1 += vfpl[ii]; |
if ( stfpl[ii] == stfpl[mindx] ) stdedx1 += vfpl[ii]; |
148 |
if ( (mindx-1)>=0 && stfpl[ii] == stfpl[mindx-1] ) stdedx1 += vfpl[ii]; |
if ( (mindx-1)>=0 && stfpl[ii] == stfpl[mindx-1] ) stdedx1 += vfpl[ii]; |
504 |
}; |
}; |
505 |
// |
// |
506 |
qpremeanN /= (Float_t)RN; |
qpremeanN /= (Float_t)RN; |
507 |
|
UN = RN; |
508 |
// |
// |
509 |
if ( debug ) printf(" charge is %f \n",sqrt(qpremean)); |
if ( debug ) printf(" charge is %f \n",sqrt(qpremean)); |
510 |
// |
// |