From fc539388c251a277cfa55471f36115e7b85f64e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Wed, 17 Apr 2024 16:14:07 +0200 Subject: [PATCH] PWGHF: Fix mistakenly removed parameters --- PWGHF/TableProducer/candidateCreatorB0.cxx | 3 ++- PWGHF/TableProducer/candidateCreatorBplus.cxx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PWGHF/TableProducer/candidateCreatorB0.cxx b/PWGHF/TableProducer/candidateCreatorB0.cxx index dacd4e5413b..2a6ce856352 100644 --- a/PWGHF/TableProducer/candidateCreatorB0.cxx +++ b/PWGHF/TableProducer/candidateCreatorB0.cxx @@ -344,7 +344,8 @@ struct HfCandidateCreatorB0Expressions { void init(InitContext const&) {} - void processMc(aod::TracksWMc const&, + void processMc(aod::HfCand3Prong const&, + aod::TracksWMc const&, aod::McParticles const& mcParticles, aod::HfCandB0Prongs const& candsB0) { diff --git a/PWGHF/TableProducer/candidateCreatorBplus.cxx b/PWGHF/TableProducer/candidateCreatorBplus.cxx index b9931455087..40440dbf27a 100644 --- a/PWGHF/TableProducer/candidateCreatorBplus.cxx +++ b/PWGHF/TableProducer/candidateCreatorBplus.cxx @@ -344,7 +344,8 @@ struct HfCandidateCreatorBplusExpressions { void init(InitContext const&) {} - void processMc(aod::TracksWMc const&, + void processMc(aod::HfCand2Prong const&, + aod::TracksWMc const&, aod::McParticles const& mcParticles, aod::HfCandBplusProngs const& candsBplus) {