Skip to content

Commit

Permalink
Merge pull request #10 from alibuild/alibot-cleanup-7550
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to #7550
  • Loading branch information
phymanshu authored Sep 3, 2024
2 parents 6b0652e + 1aee358 commit e1b9057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGHF/TableProducer/treeCreatorLcToPKPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ DECLARE_SOA_TABLE(HfCandLcFullPs, "AOD", "HFCANDLCFULLP",
full::Y,
full::FlagMc,
full::OriginMcGen);
// full::McParticleId);
// full::McParticleId);

} // namespace o2::aod

Expand Down Expand Up @@ -509,7 +509,7 @@ struct HfTreeCreatorLcToPKPi {
RecoDecay::y(particle.pVector(), o2::constants::physics::MassLambdaCPlus),
particle.flagMcMatchGen(),
particle.originMcGen());
// particle.globalIndex());
// particle.globalIndex());
}
}
}
Expand Down

0 comments on commit e1b9057

Please sign in to comment.