Skip to content

Update of TrackingReco and CombinedMuon ESDMC20e ART tests [fix ATLASRECTS-6852, ATLASRECTS-6845, ATLASRECTS-6846]

Thomas Strebler requested to merge tstreble-master-patch-75339 into master

This MR properly configures the tracking from ESD reco test using PoolReadCfg as in the other similar tests. The GlobalTag is also updated to the reprocessing tag OFLCOND-MC16-SDR-RUN2-09.

The error observed in ATLASRECTS-6852 is now addressed as /Digitization/Parameters is properly retrieved from the metadata and ATLASRECTS-6845 and ATLASRECTS-6846 are fixed with the new reprocessing tag.

The tracking test now crashes with

InDetPixelClusterization                            ERROR InDetPrepRawDataFormation/src/PixelClusterization.cxx:128 (StatusCode InDet::PixelClusterization::execute(const EventContext&) const): code FAILURE: rdoContainer.isValid()

which is expected considering the input is ESD and the config will need to be adjusted to skip the first steps of the track reconstruction.

The combined muon test now crashes after 35 events with

 0x7f340887a6fc Trk::CylinderBounds::r() const inlined at /build/atnight/localbuilds/nightlies/Athena/master/athena/Tracking/TrkExtrapolation/TrkExSTEP_Propagator/src/STEP_Propagator.cxx:831:78 in Trk::STEP_Propagator::intersect(EventContext const&, Trk::ParametersBase<5, Trk::Charged> const&, Trk::Surface const&, Trk::MagneticFieldProperties const&, Trk::ParticleHypothesis, Trk::TrackingVolume const*) const /build/atnight/localbuilds/nightlies/Athena/master/athena/Tracking/TrkDetDescr/TrkSurfaces/TrkSurfaces/CylinderBounds.icc:134:49   + 0x56c [/cvmfs/atlas-nightlies.cern.ch/repo/sw/master_Athena_x86_64-centos7-gcc11-opt/2022-02-27T2101/Athena/22.0.58/InstallArea/x86_64-centos7-gcc11-opt/lib/libTrkExSTEP_Propagator.so D[0x4d6fc]]

FYI @mhodgkin @goetz

Edited by Thomas Strebler

Merge request reports