Skip to content

Commit 60b9253

Browse files
authored
Merge pull request #62 from alibuild/alibot-cleanup-17307
[PWGHF] Please consider the following formatting changes to #17307
2 parents b8d4457 + ab0522e commit 60b9253

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,13 +1574,13 @@ struct HfCorrelatorXicHadrons {
15741574
if (IsXicPlus) {
15751575
// Final state: p, pi-, pi-, pi+, pi+
15761576
std::array<int, XicDecayDaughtersCount::XicPlusDaughtersCount> const arrDaughXicPlusPDG = {kProton, kPiMinus, kPiMinus, kPiPlus, kPiPlus};
1577-
1577+
15781578
// Pass -1 to automatically traverse the entire cascade down to the final state
15791579
RecoDecay::getDaughters(particle, &listDaughters, arrDaughXicPlusPDG);
15801580
} else {
15811581
// Final state: p, pi-, pi-, pi+
15821582
std::array<int, XicDecayDaughtersCount::Xic0DaughtersCount> const arrDaughXic0PDG = {kProton, kPiMinus, kPiMinus, kPiPlus};
1583-
1583+
15841584
// Pass -1 to automatically traverse the entire cascade down to the final state
15851585
RecoDecay::getDaughters(particle, &listDaughters, arrDaughXic0PDG);
15861586
}

0 commit comments

Comments
 (0)