Skip to content

Commit ab0522e

Browse files
committed
Please consider the following formatting changes
1 parent b8d4457 commit ab0522e

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)