Skip to content

Pass config of TrackParticleCreator to TrackCollectionCnvTool

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

Required to properly deal with TrackParticleCnvAlgNoPIDCfg case.

Checked to leave Run 3 and Run 4 default outputs unchanged.

Relevant for cosmics case (ATLASRECTS-7331) where this get rids of the following difference between CA and legacy config

Py:diff-root      WARNING the following variables exist only in the new file !
Py:diff-root      WARNING  - [InDetPixelTrackParticlesAuxDyn.TRTdEdx]
Py:diff-root      WARNING  - [InDetPixelTrackParticlesAuxDyn.TRTdEdxUsedHits]
Py:diff-root      WARNING  - [InDetPixelTrackParticlesAuxDyn.eProbabilityNN]
Py:diff-root      WARNING  - [InDetPixelTrackParticlesAuxDyn.nBC_meas]
Py:diff-root      WARNING  - [InDetPixelTrackParticlesAuxDyn.trackLink]
Py:diff-root      WARNING  - [InDetPixelTrackParticlesAuxDyn.trackLink.m_persIndex]
Py:diff-root      WARNING  - [InDetPixelTrackParticlesAuxDyn.trackLink.m_persKey]

Merge request reports