From 5da64a0855a8d9e6341fa0e2859240e45f020293 Mon Sep 17 00:00:00 2001 From: Fabrizio Grosa Date: Wed, 2 Feb 2022 15:46:20 +0100 Subject: [PATCH 1/2] Add back HFTrackSel in join of track tables --- EventFiltering/PWGHF/HFFilter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EventFiltering/PWGHF/HFFilter.cxx b/EventFiltering/PWGHF/HFFilter.cxx index 0647f791768..cf10033a86a 100644 --- a/EventFiltering/PWGHF/HFFilter.cxx +++ b/EventFiltering/PWGHF/HFFilter.cxx @@ -590,8 +590,8 @@ struct HfFilter { // Main struct for HF triggers using HfTrackIndexProng2withColl = soa::Join; using HfTrackIndexProng3withColl = soa::Join; - using BigTracksWithProtonPID = soa::Join; - using BigTracksMCPID = soa::Join; + using BigTracksWithProtonPID = soa::Join; + using BigTracksMCPID = soa::Join; void process(aod::Collision const& collision, HfTrackIndexProng2withColl const& cand2Prongs, From 2ca3cd6bcca5a5270fc78780c8b0f93fd9fe7b4f Mon Sep 17 00:00:00 2001 From: Fabrizio Grosa Date: Wed, 2 Feb 2022 23:41:45 +0100 Subject: [PATCH 2/2] Fix typo --- EventFiltering/PWGHF/HFFilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventFiltering/PWGHF/HFFilter.cxx b/EventFiltering/PWGHF/HFFilter.cxx index cf10033a86a..e4599722d0f 100644 --- a/EventFiltering/PWGHF/HFFilter.cxx +++ b/EventFiltering/PWGHF/HFFilter.cxx @@ -591,7 +591,7 @@ struct HfFilter { // Main struct for HF triggers using HfTrackIndexProng2withColl = soa::Join; using HfTrackIndexProng3withColl = soa::Join; using BigTracksWithProtonPID = soa::Join; - using BigTracksMCPID = soa::Join; + using BigTracksMCPID = soa::Join; void process(aod::Collision const& collision, HfTrackIndexProng2withColl const& cand2Prongs,