Skip to content

modify inverse pt residual filling

Mark Sutton requested to merge sutt/athena:x into 22.0

The filling of the residuals was suboptimal - attempting to fill the values for positive and negative tracks with the samne sign, but only ever storing the values for positive tracks. This fixes it.

Merge request reports