Skip to content

Commit 6552b42

Browse files
committed
Please consider the following formatting changes
1 parent e1910fc commit 6552b42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PWGHF/TableProducer/candidateSelectorOmegac0ToOmegaPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ struct HfCandidateSelectorToOmegaPi {
427427
}
428428
}
429429

430-
//Omegac Pt selection
430+
// Omegac Pt selection
431431
hPtCharmBaryon->Fill(std::abs(candidate.kfptOmegac()));
432432
if (std::abs(candidate.kfptOmegac()) < ptCandMin || std::abs(candidate.kfptOmegac()) > ptCandMax) {
433433
resultSelections = false;

PWGHF/TableProducer/treeCreatorOmegacToOmegaPi.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
426426
// Filling candidate properties
427427
rowCandidateLite.reserve(candidates.size());
428428
for (const auto& candidate : candidates) {
429-
if (keepOnlyMcSignal){
429+
if (keepOnlyMcSignal) {
430430
if (candidate.originRec() != 0) {
431-
fillKfCandidate(candidate, candidate.flagMcMatchRec(), candidate.originRec(), candidate.collisionMatched());
431+
fillKfCandidate(candidate, candidate.flagMcMatchRec(), candidate.originRec(), candidate.collisionMatched());
432432
}
433433
} else {
434434
fillKfCandidate(candidate, candidate.flagMcMatchRec(), candidate.originRec(), candidate.collisionMatched());

0 commit comments

Comments
 (0)