]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAnalysisTaskKineFilter.cxx
updated multiplicity analysis for the INEL>0 case
[u/mrichter/AliRoot.git] / ANALYSIS / AliAnalysisTaskKineFilter.cxx
index 8566e8daf779cc9e4ea37a4f40ebf15e5d430db0..332bc6de8d1259a273db07ca91949400e5d10f45 100644 (file)
@@ -172,7 +172,7 @@ void AliAnalysisTaskKineFilter::UserExec(Option_t */*option*/)
     // Track selection
     UInt_t selectInfo = 0;
     if (fTrackFilter) {
-       selectInfo = fTrackFilter->IsSelected(part,0);
+       selectInfo = fTrackFilter->IsSelected(part);
        if (!selectInfo) continue;
     }
     
@@ -257,7 +257,7 @@ Int_t AliAnalysisTaskKineFilter::LoopOverSecondaries(TParticle *mother, Int_t &j
       //
       // Track selection
       if (fTrackFilter) {
-        selectInfo = fTrackFilter->IsSelected(part,0);
+        selectInfo = fTrackFilter->IsSelected(part);
         if (!selectInfo) continue;
       }