From 6552b4208694cbd1c0a7ea45beef93bf4f6c910d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 13 Feb 2025 06:56:17 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/candidateSelectorOmegac0ToOmegaPi.cxx | 2 +- PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGHF/TableProducer/candidateSelectorOmegac0ToOmegaPi.cxx b/PWGHF/TableProducer/candidateSelectorOmegac0ToOmegaPi.cxx index 757e58d514d..117dee5430c 100644 --- a/PWGHF/TableProducer/candidateSelectorOmegac0ToOmegaPi.cxx +++ b/PWGHF/TableProducer/candidateSelectorOmegac0ToOmegaPi.cxx @@ -427,7 +427,7 @@ struct HfCandidateSelectorToOmegaPi { } } - //Omegac Pt selection + // Omegac Pt selection hPtCharmBaryon->Fill(std::abs(candidate.kfptOmegac())); if (std::abs(candidate.kfptOmegac()) < ptCandMin || std::abs(candidate.kfptOmegac()) > ptCandMax) { resultSelections = false; diff --git a/PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx b/PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx index 1706ce6075c..0b0c3a2a4e4 100644 --- a/PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx +++ b/PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx @@ -426,9 +426,9 @@ struct HfTreeCreatorOmegac0ToOmegaPi { // Filling candidate properties rowCandidateLite.reserve(candidates.size()); for (const auto& candidate : candidates) { - if (keepOnlyMcSignal){ + if (keepOnlyMcSignal) { if (candidate.originRec() != 0) { - fillKfCandidate(candidate, candidate.flagMcMatchRec(), candidate.originRec(), candidate.collisionMatched()); + fillKfCandidate(candidate, candidate.flagMcMatchRec(), candidate.originRec(), candidate.collisionMatched()); } } else { fillKfCandidate(candidate, candidate.flagMcMatchRec(), candidate.originRec(), candidate.collisionMatched());