RecoHGCal/TICL: avoid NaN energies in PF and superclustering#51341
RecoHGCal/TICL: avoid NaN energies in PF and superclustering#51341felicepantaleo wants to merge 1 commit into
Conversation
felicepantaleo
commented
Jun 28, 2026
- PFTICLProducer: guard the EM/total energy fraction when a candidate has no tracksters (track-only/global-muon) -> no NaN ECAL energy on the PFCandidate.
- EGammaSuperclusterProducer: initialise the running maxima with numeric_limits::lowest() instead of ::min(), which corrupted etaWidth/phiWidth regression features.
- TracksterP4FromEnergySumPlugin: guard the barycentre/energy division (> 0, not >= 0).
- PFTICLProducer: guard the EM/total energy fraction when a candidate has no tracksters (track-only/global-muon) -> no NaN ECAL energy on the PFCandidate. - EGammaSuperclusterProducer: initialise the running maxima with numeric_limits::lowest() instead of ::min(), which corrupted etaWidth/phiWidth regression features. - TracksterP4FromEnergySumPlugin: guard the barycentre/energy division (> 0, not >= 0).
|
cms-bot internal usage |
|
@cmsbuild please test |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-51341/49973
|
|
A new Pull Request was created by @felicepantaleo for master. It involves the following packages:
@Moanwar, @jfernan2, @mandrenguyen, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
type bug fix |
|
type bugfix |
|
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
|