Skip to content

Commit f284c59

Browse files
authored
Merge pull request #16 from alibuild/alibot-cleanup-9084
[PWGJE] Please consider the following formatting changes to AliceO2Group#9084
2 parents fd468ed + cb9eadd commit f284c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/TableProducer/emcalClusterHadronicCorrectionTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ struct EmcalClusterHadronicCorrectionTask {
287287

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

0 commit comments

Comments
 (0)