Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Sep 3, 2024
1 parent 6b0652e commit 1aee358
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 1aee358

Please sign in to comment.