Skip to content

Commit

Permalink
setting clusterE to 0 for circular clusters assuming tracking reso is…
Browse files Browse the repository at this point in the history
… better
  • Loading branch information
Archita-Dash committed Jan 24, 2025
1 parent 7979ef9 commit de7e4db
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 = Ecluster; // 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 de7e4db

Please sign in to comment.