Skip to content

Fix crash in iPatFitter (ATLASRECTS-5516)

Nicolas Koehler requested to merge nkoehler/athena:rec5516_ipat into master

Hi,

this MR fixes a crash in iPatFitter which occurred during physics validation processing in ATLASRECTS-5516. For ExtrapolationType==FittedTrajectory, the m_intersection[type] was non-null, but its deletion resulted in a crash.

Best, Nico

Merge request reports