File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments