Skip to content
Snippets Groups Projects

Protect against FPE in GSF MultiState merger

Merged Anthony Morley requested to merge amorley/athena:GSF-ATLASRECTS-5597 into master
2 files
+ 32
16
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -75,6 +75,8 @@ public:
@@ -75,6 +75,8 @@ public:
*
*
* The is owned by the tools that call the extrapolatator (Currently the GSFSmoother or Forward fitter)
* The is owned by the tools that call the extrapolatator (Currently the GSFSmoother or Forward fitter)
* and it not exposed to the caller of the track fitter.
* and it not exposed to the caller of the track fitter.
 
* Caller of the GSF Extrapolator is needs to ensure that there is one cache per thread
 
* to ensure thread safety.
* */
* */
struct Cache
struct Cache
{
{
Loading