Bug #17068
Floating point divide by zero in TrajClusterAlg::UpdateTraj
Start date:
06/29/2017
Due date:
% Done:
100%
Estimated time:
Occurs In:
Experiment:
-
Co-Assignees:
Description
In larsoft v06_42_00, the debug build, in TrajClusterAlg.cxx, the method TrajClusterAlg::UpdateTraj
has a floating divide by zero in this line:
if(prevPtWithHits != USHRT_MAX) chirat = lastTP.FitChi / tj.Pts[prevPtWithHits].FitChi;
Just part of the campaign to track these down.
Related issues
History
#1 Updated by Gianluca Petrillo over 3 years ago
- Related to Necessary Maintenance #17047: Floating Point Exceptions added
#2 Updated by Gianluca Petrillo over 3 years ago
- Related to deleted (Necessary Maintenance #17047: Floating Point Exceptions)
#3 Updated by Gianluca Petrillo over 3 years ago
- Blocks Necessary Maintenance #17047: Floating Point Exceptions added
#4 Updated by Lynn Garren over 3 years ago
- Category set to Reconstruction
- Status changed from New to Assigned
- Assignee set to Bruce Baller
Bruce, would you please take a look?
#5 Updated by Bruce Baller over 3 years ago
- % Done changed from 0 to 100
#6 Updated by Bruce Baller over 2 years ago
- Status changed from Assigned to Resolved