]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Suppressed secondary decision ased in reco-time set kMultSec flag (Anton)
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jul 2012 09:18:30 +0000 (09:18 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jul 2012 09:18:30 +0000 (09:18 +0000)
ANALYSIS/AliESDtrackCuts.cxx

index 9792342489d17266fd12af70fcab4ad2a36d0a84..401d5dbd9907bda9e4b38d7d12d83a3e07442815 100644 (file)
@@ -2239,13 +2239,13 @@ Int_t AliESDtrackCuts::GetReferenceMultiplicity(const AliESDEvent* esd, MultEstT
       track->SetBit(kSecBit);
       continue;
     }
-    
+    /* done via proper DCA cut
     //secondary?
     if (track->IsOn(AliESDtrack::kMultSec)) {
       track->SetBit(kSecBit);
       continue;
     }
-
+    */
     // check tracks with ITS part
     //*******************************************************************************************************
     if (track->IsOn(AliESDtrack::kITSin) && !track->IsOn(AliESDtrack::kITSpureSA) && trackType == kTrackletsITSTPC) { // track has ITS part but is not an ITS_SA