Skip to content

Only setup trigger acceleration tool and service for running FTF in GPU mode

Elliot Watton requested to merge ewatton/athena:ewatton_FixOfflineFTF into 24.0

Currently the offline ART tests for FTF inside InDetPhysValMonitoring are failing. Investigating this locally it seems as if the jobs crash in the finalize step for TrigInDetAccelerationSvc. Such tools are for GPU so are not required for these CPU tests. This MR adds checks based on the setting of flags.Trigger.InDetTracking.doGPU when deciding what tools to setup when running FTF as part of the offline, just as is done inside TrigFastTrackFinderConfig for when running FTF as part of the trigger (https://gitlab.cern.ch/atlas/athena/-/blob/24.0/Trigger/TrigAlgorithms/TrigFastTrackFinder/python/TrigFastTrackFinderConfig.py?ref_type=heads#L344).

Tagging @baines, @smh, @demelian, @aporeba

Merge request reports