From c860bb712c204649d403e785f974445d491acc4e Mon Sep 17 00:00:00 2001 From: gconesab Date: Fri, 13 Jun 2014 14:57:06 +0200 Subject: [PATCH] change IsTPCOnly by IsTPCConstrained since first is being removed --- EMCAL/AliEMCALRecoUtils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALRecoUtils.cxx b/EMCAL/AliEMCALRecoUtils.cxx index 6268bc56ce4..be450374705 100644 --- a/EMCAL/AliEMCALRecoUtils.cxx +++ b/EMCAL/AliEMCALRecoUtils.cxx @@ -1762,7 +1762,7 @@ void AliEMCALRecoUtils::FindMatches(AliVEvent *event, if (fAODTPCOnlyTracks) { // Match with TPC only tracks, default from May 2013, before filter bit 32 //printf("Match with TPC only tracks, accept? %d, test bit 128 <%d> \n", aodTrack->IsTPCOnly(), aodTrack->TestFilterMask(128)); - if (!aodTrack->IsTPCOnly()) continue ; + if (!aodTrack->IsTPCConstrained()) continue ; } else if (fAODHybridTracks) { // Match with hybrid tracks //printf("Match with Hybrid tracks, accept? %d \n", aodTrack->IsHybridGlobalConstrainedGlobal()); if (!aodTrack->IsHybridGlobalConstrainedGlobal()) continue ; -- 2.39.3