Skip to content

Fix TrackSystematicsAlg config for IDTR2

Thomas Strebler requested to merge tstreble/athena:IDTR2_fix into main

Follow up to !64158 (merged)

Fixes crash in IDTR2 derivation. Also use consistent config for LLP1.

https://bigpanda.cern.ch//media/filebrowser/0e6377a2-cd65-42d9-af1f-7e9b4b8a886d/group.art/tarball_PandaJob_5946880916_INFN-T1_TEST/log.Derivation

04:21:23 Traceback (most recent call last):
04:21:23   File "/srv/workDir/./runargs.Derivation.py", line 39, in <module>
04:21:23     fromRunArgs(runArgs)
04:21:23   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-08-29T2101/Athena/24.0.11/InstallArea/x86_64-centos7-gcc11-opt/python/DerivationFrameworkConfiguration/DerivationSkeleton.py", line 106, in fromRunArgs
04:21:23     cfg.merge(derivationConfig(flags))
04:21:23   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-08-29T2101/Athena/24.0.11/InstallArea/x86_64-centos7-gcc11-opt/python/DerivationFrameworkInDet/IDTR2.py", line 99, in IDTR2Cfg
04:21:23     acc.merge(TrackSystematicsAlgCfg(
04:21:23   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-08-29T2101/Athena/24.0.11/InstallArea/x86_64-centos7-gcc11-opt/python/InDetTrackSystematicsTools/InDetTrackSystematicsToolsConfig.py", line 52, in TrackSystematicsAlgCfg
04:21:23     acc.addEventAlgo(CompFactory.InDet.TrackSystematicsAlg(name, **kwargs))
04:21:23   File "/cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-centos7-gcc11-opt/2023-08-29T2101/AthenaExternals/24.0.11/InstallArea/x86_64-centos7-gcc11-opt/python/GaudiConfig2/_configurables.py", line 167, in __init__
04:21:23     setattr(self, key, value)
04:21:23 AttributeError: 'TrackSystematicsAlg' object has no attribute 'TrackFilterTool'

FYI @jackson

Merge request reports