/[PAMELA software]/calo/flight/CaloBragg/src/CaloBragg.cpp
ViewVC logotype

Diff of /calo/flight/CaloBragg/src/CaloBragg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pamelats, Tue Oct 14 13:08:30 2008 UTC revision 1.5 by mocchiut, Fri Nov 28 15:59:25 2008 UTC
# Line 184  void CaloBragg::Process(Int_t ntr){ Line 184  void CaloBragg::Process(Int_t ntr){
184      Float_t sum4 = 0.;      Float_t sum4 = 0.;
185      Float_t qm = 0.;      Float_t qm = 0.;
186      while ( RN < 4 && ind < 44 ){      while ( RN < 4 && ind < 44 ){
187        qm = TMath::KOrdStat(44,ordplane,ind,work);        qm = TMath::KOrdStat((Long_64_t)44,ordplane,(Long_64_t)ind,work);
188        if (qm >= 0.7 ){          if (qm >= 0.7 ){  
189          if ( RN < 4 ){          if ( RN < 4 ){
190            sum4 += qm;            sum4 += qm;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23