/[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.5 by mocchiut, Fri Nov 28 15:59:25 2008 UTC revision 1.6 by mocchiut, Fri Nov 28 16:01:38 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((Long_64_t)44,ordplane,(Long_64_t)ind,work);        qm = TMath::KOrdStat((Long64_t)44,ordplane,(Long64_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.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23