Skip to content

Commit

Permalink
Merge pull request #16 from alibuild/alibot-cleanup-9084
Browse files Browse the repository at this point in the history
[PWGJE] Please consider the following formatting changes to AliceO2Group#9084
  • Loading branch information
Archita-Dash authored Jan 24, 2025
2 parents fd468ed + cb9eadd commit f284c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGJE/TableProducer/emcalClusterHadronicCorrectionTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ struct EmcalClusterHadronicCorrectionTask {

// For M02 in the single photon region, the signal is primarily: Single photons, single electrons, single MIPs
if (m02 > 0.1 && m02 < 0.4) { // circular clusters(electron/photon)
Ecorr = 0; // Single electron, single MIP
Ecorr = 0; // Single electron, single MIP
} else if (m02 > 0.4) {
// Large M02 region (M02 > 0.4), more complex overlaps and hadronic showers.
// The signal is primarily: Single hadronic shower, photon-photon overlap, photon-MIP overlap, MIP-MIP overlap,
Expand Down

0 comments on commit f284c59

Please sign in to comment.