]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Change in Two-Track Cuts:
authormiweber <m.weber@cern.ch>
Wed, 8 Oct 2014 08:09:15 +0000 (10:09 +0200)
committermiweber <m.weber@cern.ch>
Wed, 8 Oct 2014 08:09:15 +0000 (10:09 +0200)
- rewinding to Version 2
- Pair cut is only applied for Like Sign Pairs

PWGCF/EBYE/BalanceFunctions/AliBalancePsi.cxx

index 7230f14a1c8efe287caa36f082fe4af526381209..cad065cd57ed9beafc286a608349c357adb01885 100644 (file)
@@ -569,8 +569,8 @@ void AliBalancePsi::CalculateBalance(Double_t gReactionPlane,
       }//resonance cut
 
       // HBT like cut
-      if(fHBTCut){ // VERSION 3 (all pairs)
-        //if(fHBTCut && charge1 * charge2 > 0){  // VERSION 2 (only for LS)
+      //if(fHBTCut){ // VERSION 3 (all pairs)
+      if(fHBTCut && charge1 * charge2 > 0){  // VERSION 2 (only for LS)
        //if( dphi < 3 || deta < 0.01 ){   // VERSION 1
        //  continue;