Skip to content

MuonRecRTT: Prevent cross-talk of Reco_tf runs

Marten Zefanja Barel requested to merge MuonRecRTT_cross_talk_fix into 24.0

Part of ATLASRECTS-7092

This MR will fix a bug that occurred in the nightly ART run of test_q443_RAWtoALL_MT.sh, where RAWtoALL Substep of the 1-threaded Reco_tf run used output of the RDOtoRDOTrigger step of the serial Reco_tf run, which lead to a crash. By running each Reco_tf in its own directory, this will no longer be possible. This change is also implemented in all other tests that run multiple instances of Reco_tf in the same test. These were running fine as is, but it will prevent any such issues from occurring in the future.

Merge request reports