Skip to content

Move tracking expected hit info computation from TrackSummaryHelper to TrackParticleCreator

Thomas Strebler requested to merge tstreble/athena:ExpHitTrkPart into master

Following previous discussions with @christos, this MR aims at removing the computation of the expected hit information in the innermost pixel layers from the TrackSummaryHelper and the associated variables from the Trk::TrackSummary object into the TrackParticleCreator tool and the xAOD::TrackParticle variables, similarly to what was done for the TRT and pixel PID variables in !53027 (merged)

q445 AOD outputs unchanged, both for RecExCommon and CA configs. Run 4 q447 AOD outputs updated, following enabling of expected hit information for GSF TrackParticles. The current config had this protected behind if flags.Detector.EnablePixel: here TrkTrackSummaryToolConfig.py#L203, as no ITk bypass had been implemented yet for InDetTestPixelLayerToolInnerCfg

For master only as the InDet monitoring has been left unchanged in 22.0 to avoid disturbance in data-taking monitoring.

FYI @goetz

Edited by Thomas Strebler

Merge request reports