]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Revert change on Pair pT cut:
authormiweber <m.weber@cern.ch>
Mon, 13 Oct 2014 14:43:55 +0000 (16:43 +0200)
committermiweber <m.weber@cern.ch>
Mon, 13 Oct 2014 14:43:55 +0000 (16:43 +0200)
- switch ON again the check that pT,Assoc < pT,Trig

PWGCF/EBYE/BalanceFunctions/AliBalancePsi.cxx

index cad065cd57ed9beafc286a608349c357adb01885..87f14fdb7f9b64b48f0e1c88bda03ccba58d06c7 100644 (file)
@@ -508,7 +508,7 @@ void AliBalancePsi::CalculateBalance(Double_t gReactionPlane,
       if(!particlesMixed && j == i) continue; // no auto correlations (only for non mixing)
 
       // pT,Assoc < pT,Trig
-      //if(firstPt < secondPt[j]) continue;
+      if(firstPt < secondPt[j]) continue;
 
       Short_t charge2 = secondCharge[j];