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.
parent
b1091906
No related branches found
No related tags found
This commit is part of merge request !36142. Comments created here will be created in the context of that merge request.
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
Loading
Please register or sign in to comment