Skip to content

Commit

Permalink
Update treeCreatorLcToPKPi.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
phymanshu authored Sep 4, 2024
1 parent e1b9057 commit b229976
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions PWGHF/TableProducer/treeCreatorLcToPKPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,12 @@ DECLARE_SOA_TABLE(HfCandLcFullEvs, "AOD", "HFCANDLCFULLEV",
full::MultZeqNTracksPV);

DECLARE_SOA_TABLE(HfCandLcFullPs, "AOD", "HFCANDLCFULLP",
// full::McCollisionId,
full::Pt,
full::Eta,
full::Phi,
full::Y,
full::FlagMc,
full::OriginMcGen);
// full::McParticleId);

} // namespace o2::aod

/// Writes the full information in an output TTree
Expand Down Expand Up @@ -502,14 +499,12 @@ struct HfTreeCreatorLcToPKPi {
for (const auto& particle : particles) {
if (std::abs(particle.flagMcMatchGen()) == 1 << aod::hf_cand_3prong::DecayType::LcToPKPi) {
rowCandidateFullParticles(
// particle.mcCollisionId(),
particle.pt(),
particle.eta(),
particle.phi(),
RecoDecay::y(particle.pVector(), o2::constants::physics::MassLambdaCPlus),
particle.flagMcMatchGen(),
particle.originMcGen());
// particle.globalIndex());
}
}
}
Expand Down

0 comments on commit b229976

Please sign in to comment.