]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
HBT like cuts for all pairs (before only like sign)
authormiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Feb 2013 15:57:37 +0000 (15:57 +0000)
committermiweber <miweber@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Feb 2013 15:57:37 +0000 (15:57 +0000)
PWGCF/EBYE/BalanceFunctions/AliBalancePsi.cxx

index eb7115d855c501bb338b39a71bfb67d4fe825de6..49ab29f7d6b29715d1fd5c0e7f4d1412e7de175f 100644 (file)
@@ -427,7 +427,8 @@ void AliBalancePsi::CalculateBalance(Double_t gReactionPlane,
       //       trackVariablesPair[5]    =  fCentrality;  // centrality
 
       // HBT like cut
-      if(fHBTCut && charge1 * charge2 > 0){
+      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;