Fix TrackSystematicsAlg config for IDTR2
Follow up to !64158 (merged)
Fixes crash in IDTR2 derivation. Also use consistent config for LLP1.
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