Skip to content

Commit b60f1ce

Browse files
committed
Please consider the following formatting changes
1 parent fa98e59 commit b60f1ce

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,8 +1859,8 @@ struct HfCorrelatorLcScHadrons {
18591859
if (cfgCharmCand.pidTrkApplied && (std::abs(particleAssoc.pdgCode()) != kProton)) {
18601860
continue; // proton PID
18611861
}
1862-
auto const chargeLc = pdg->GetParticle(candidate.pdgCode())->Charge(); // Retrieve charge
1863-
auto const chargeAssoc = pdg->GetParticle(particleAssoc.pdgCode())->Charge(); // Retrieve charge
1862+
auto const chargeLc = pdg->GetParticle(candidate.pdgCode())->Charge(); // Retrieve charge
1863+
auto const chargeAssoc = pdg->GetParticle(particleAssoc.pdgCode())->Charge(); // Retrieve charge
18641864
float cent = 100.0; // will be updated later
18651865

18661866
int trackOrigin = RecoDecay::getCharmHadronOrigin(mcParticles, particleAssoc, true);

PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ struct HfCorrelatorXicHadrons {
677677
// if strange TOF is unavailable
678678
passTOF = track.tofNSigmaPr() > cfgV0.cfgV0DaughPIDCutsTOFPr;
679679
}
680-
681680
}
682681

683682
if ((std::abs(track.tpcNSigmaPr()) > cfgV0.cfgV0DaughPIDCutsTPCPr) && !passTOF) {
@@ -707,7 +706,6 @@ struct HfCorrelatorXicHadrons {
707706
// Fallback to standard track TOF
708707
passTOF = std::abs(track.tofNSigmaPi()) > cfgV0.cfgV0DaughPIDCutsTOFPi;
709708
}
710-
711709
}
712710

713711
if ((std::abs(track.tpcNSigmaPi()) > cfgV0.cfgV0DaughPIDCutsTPCPi) && !passTOF) {
@@ -1579,7 +1577,7 @@ struct HfCorrelatorXicHadrons {
15791577
listDaughters.clear();
15801578
const std::size_t nDaughtersExpected = IsXicPlus ? XicDecayDaughtersCount::XicPlusDaughtersCount : XicDecayDaughtersCount::Xic0DaughtersCount;
15811579

1582-
if (IsXicPlus) {
1580+
if (IsXicPlus) {
15831581
// Final state: p, pi-, pi-, pi+, pi+
15841582
std::array<int, XicDecayDaughtersCount::XicPlusDaughtersCount> const arrDaughXicPlusPDG = {kProton, kPiMinus, kPiMinus, kPiPlus, kPiPlus};
15851583

0 commit comments

Comments
 (0)