Skip to content

Commit b6d06f7

Browse files
authored
Please consider the following formatting changes to #17023 (#17024)
1 parent 5c1c0fa commit b6d06f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,8 +1854,8 @@ struct HfCorrelatorLcScHadrons {
18541854
if (cfgCharmCand.pidTrkApplied && (std::abs(particleAssoc.pdgCode()) != kProton)) {
18551855
continue; // proton PID
18561856
}
1857-
int8_t const chargeLc = static_cast<int8_t>pdg->GetParticle(candidate.pdgCode())->Charge(); // Retrieve charge
1858-
int8_t const chargeAssoc = static_cast<int8_t>pdg->GetParticle(particleAssoc.pdgCode())->Charge(); // Retrieve charge
1857+
int8_t const chargeLc = static_cast<int8_t> pdg->GetParticle(candidate.pdgCode())->Charge(); // Retrieve charge
1858+
int8_t const chargeAssoc = static_cast<int8_t> pdg->GetParticle(particleAssoc.pdgCode())->Charge(); // Retrieve charge
18591859
float cent = 100.0; // will be updated later
18601860

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

0 commit comments

Comments
 (0)