Skip to content

Commit

Permalink
resolving merge conflicts on local fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Archita-Dash committed Jan 28, 2025
1 parent 1177551 commit a58bebc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PWGJE/TableProducer/emcalClusterHadronicCorrectionTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +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)
<<<<<<< HEAD
Ecorr = 0; // Single electron, single MIP
=======
Ecorr = Ecluster; // Single electron, single MIP
>>>>>>> 25236bd08 (Please consider the following formatting changes)
} 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 a58bebc

Please sign in to comment.