Skip to content

Commit

Permalink
PWGHF: Fix mistakenly removed parameters (#5681)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Apr 17, 2024
1 parent 9c3a915 commit 8387f40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion PWGHF/TableProducer/candidateCreatorB0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
3 changes: 2 additions & 1 deletion PWGHF/TableProducer/candidateCreatorBplus.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8387f40

Please sign in to comment.