Deduplicate calorimeter eloss state updater
Previously, this bit of code was duplicated three times across the code, which is a code smell. @cbittric suggested this change in a code review for !35949. This commit deduplicates the code, converting all three instances to a call to a single new method.
Showing
- Tracking/TrkFitter/TrkGlobalChi2Fitter/TrkGlobalChi2Fitter/GXFTrajectory.h 2 additions, 0 deletions...r/TrkGlobalChi2Fitter/TrkGlobalChi2Fitter/GXFTrajectory.h
- Tracking/TrkFitter/TrkGlobalChi2Fitter/src/GXFTrajectory.cxx 21 additions, 26 deletionsTracking/TrkFitter/TrkGlobalChi2Fitter/src/GXFTrajectory.cxx
Please register or sign in to comment