Skip to content

Commit a75a280

Browse files
authored
Update treeCreatorOmegacToOmegaPi.cxx
1 parent 64626cd commit a75a280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
294294
}
295295

296296
template <typename T>
297-
void fillKfCandidate(const T& candidate, int8_t flagMc, int8_t debugMc, int8_t originMc, bool collisionMatched)
297+
void fillKfCandidate(const T& candidate, int8_t flagMc, int8_t originMc, bool collisionMatched)
298298
{
299299
rowKfCandidateFull(
300300
candidate.tpcNSigmaPiFromCharmBaryon(),
@@ -382,7 +382,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
382382
// Filling candidate properties
383383
rowKfCandidateFull.reserve(candidates.size());
384384
for (const auto& candidate : candidates) {
385-
fillKfCandidate(candidate, -7, -7, RecoDecay::OriginType::None, false);
385+
fillKfCandidate(candidate, -7, RecoDecay::OriginType::None, false);
386386
}
387387
}
388388
PROCESS_SWITCH(HfTreeCreatorOmegac0ToOmegaPi, processKfDataFull, "Process KF data", false);

0 commit comments

Comments
 (0)