The source project of this merge request has been removed.
FPEs in TgcRawDataMonAlg
Hi,
this MR fixes (parts of) the FPEs occurring in the latest large scale tests, e.g. in this job.
23:52:55 MuonCombinedAlg_LRT.M...MuonTrackSummaryHelperTool2550 4 WARNING Number of hits in road < 0 in second projection: -3, setting = 0. (nhits in second projection = -3)
23:52:56 MuonInsideOutRecoAlg....MuonTrackSummaryHelperTool2547 1 WARNING Inconsistent hole count: expected hits eta 2 phi 2 hits eta 2 phi 0 missed eta 0 phi 2 holes eta 1 phi 1 recalculated phi holes 1
23:52:56 FPEAuditor 2550 4 WARNING FPE DIVBYZERO in [Execute] of [TgcRawDataMonAlg] on event 725642829 0 0
23:52:56 MuGirlStauAlg.MuonSta...MuonTrackSummaryHelperTool2547 1 WARNING Inconsistent hole count: expected hits eta 2 phi 2 hits eta 0 phi 0 missed eta 2 phi 2 holes eta 2 phi 1 recalculated phi holes 1
23:52:56 MuGirlStauAlg.MuonSta...MuonTrackSummaryHelperTool2547 1 WARNING Inconsistent hole count: expected hits eta 2 phi 2 hits eta 0 phi 0 missed eta 2 phi 2 holes eta 2 phi 1 recalculated phi holes 1
and addresses ATLASRECTS-5918
Further changes:
- Reindentaion of the full file
- Avoid container copies where applicable
- Use
Gaudi::Units
- Use references in ranged for loops
Edited by Johannes Junggeburth