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 Mar 7, 2025
1 parent 8522aec commit 1239c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGHF/D2H/Tasks/taskD0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ struct HfTaskD0 {
auto trackNeg = candidate.template prong1_as<o2::aod::TracksWExtra>(); // negative daughter
int minItsClustersOfProngs = std::min(trackPos.itsNCls(), trackNeg.itsNCls());
int minTpcCrossedRowsOfProngs = std::min(trackPos.tpcNClsCrossedRows(), trackNeg.tpcNClsCrossedRows());

if constexpr (applyMl) {
if (storeCentrality && storeOccupancy) {
if (candidate.isSelD0() >= selectionFlagD0) {
Expand Down Expand Up @@ -521,7 +521,7 @@ struct HfTaskD0 {
template <int reconstructionType, bool applyMl, typename CandType, typename CollType>
void processMc(CandType const& candidates,
soa::Join<aod::McParticles,
aod::HfCand2ProngMcGen> const& mcParticles,
aod::HfCand2ProngMcGen> const& mcParticles,
TracksSelQuality const&,
CollType const& collisions,
aod::McCollisions const&)
Expand Down

0 comments on commit 1239c08

Please sign in to comment.