Skip to content

Commit 760886f

Browse files
authored
PWGHF: fix typo introduced in PR#7013 (#7027)
1 parent e1639cc commit 760886f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/TableProducer/candidateCreatorDstar.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ struct HfCandidateCreatorDstarExpressions {
636636
if (rejectionMask != 0) {
637637
// at least one event selection not satisfied --> reject all particles from this collision
638638
for (unsigned int i = 0; i < mcParticlesPerMcColl.size(); ++i) {
639-
rowsMcMatchRecDstar(0, 0, -1.f, 0);
640-
rowsMcMatchRecD0(0, 0, -1.f, 0);
639+
rowsMcMatchGenDstar(0, 0, -1);
640+
rowsMcMatchGenD0(0, 0, -1);
641641
}
642642
continue;
643643
}

0 commit comments

Comments
 (0)