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 Jul 11, 2024
1 parent f7cd230 commit 2da62df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ struct Pi0EtaToGammaGamma {
used_dileptonIds.emplace_back(tuple_tmp_id2);
}
ndiphoton++;
} // end of dielectron loop
} // end of g1 loop
} // end of dielectron loop
} // end of g1 loop
} else { // PCM-EMC, PCM-PHOS. Nightmare. don't run these pairs.
auto photons1_per_collision = photons1.sliceBy(perCollision1, collision.globalIndex());
auto photons2_per_collision = photons2.sliceBy(perCollision2, collision.globalIndex());
Expand Down Expand Up @@ -667,7 +667,7 @@ struct Pi0EtaToGammaGamma {
}
ndiphoton++;
} // end of pairing loop
} // end of pairing in same event
} // end of pairing in same event

// event mixing
if (!cfgDoMix || !(ndiphoton > 0)) {
Expand Down
8 changes: 4 additions & 4 deletions PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ struct Pi0EtaToGammaGammaMC {
auto etamc = mcparticles.iteratorAt(etaid);
o2::aod::pwgem::photonmeson::utils::nmhistogram::fillTruePairInfo(&fRegistry, veeg, etamc, mcparticles, mccollisions, f1fd_k0s_to_pi0);
}
} // end of dielectron loop
} // end of pcm loop
} // end of dielectron loop
} // end of pcm loop
} else { // PCM-EMC, PCM-PHOS. Nightmare. don't run these pairs.
auto photons1_per_collision = photons1.sliceBy(perCollision1, collision.globalIndex());
auto photons2_per_collision = photons2.sliceBy(perCollision2, collision.globalIndex());
Expand All @@ -593,8 +593,8 @@ struct Pi0EtaToGammaGammaMC {
// o2::aod::pwgem::photonmeson::utils::nmhistogram::fillTruePairInfo(&fRegistry, v12, etamc, mcparticles, mccollisions, f1fd_k0s_to_pi0);
// }
} // end of pairing loop
} // end of pairing in same event
} // end of collision loop
} // end of pairing in same event
} // end of collision loop
}

template <int par_id, typename TBinnedData>
Expand Down
2 changes: 1 addition & 1 deletion PWGEM/PhotonMeson/Tasks/emcalQC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ struct emcalQC {
}
fRegistry.fill(HIST("Cluster/after/hNgamma"), ng);
} // end of collision loop
} // end of process
} // end of process

void processDummy(MyCollisions const&) {}

Expand Down

0 comments on commit 2da62df

Please sign in to comment.