]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removed TPC pad-row pair cut
authordgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Jan 2013 13:21:59 +0000 (13:21 +0000)
committerdgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 31 Jan 2013 13:21:59 +0000 (13:21 +0000)
PWGCF/FEMTOSCOPY/Chaoticity/AliChaoticity.cxx

index b8209b5e87c3f3def3b03e079b5d5d615a8be513..a216acfa92eeb1a9563fb80c523fa6502b1ffc74 100644 (file)
@@ -3072,7 +3072,7 @@ Bool_t AliChaoticity::AcceptPair(AliChaoticityTrackStruct first, AliChaoticityTr
 
    
   //
-  
+  /*
   Int_t ncl1 = first.fClusterMap.GetNbits();
   Int_t ncl2 = second.fClusterMap.GetNbits();
   Int_t sumCls = 0; Int_t sumSha = 0; Int_t sumQ = 0;
@@ -3095,7 +3095,7 @@ Bool_t AliChaoticity::AcceptPair(AliChaoticityTrackStruct first, AliChaoticityTr
   }
    
   if(qfactor > fShareQuality || shfrac > fShareFraction) return kFALSE;
-  
+  */
   
   return kTRUE;