Skip to content
Snippets Groups Projects
Commit a2cc9175 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'ATR21292Fix2' into 'master'

HLTSignatureConfig.py: Use getComps-syntax for component import, compatible...

Closes ATR-21292

See merge request atlas/athena!32395
parents b1562f22 3a72f5eb
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ from AthenaConfiguration.AllConfigFlags import ConfigFlags
import sys
HLTTest__TestHypoAlg=CompFactory.HLTTest.TestHypoAlg
HLTTest__TestRecoAlg=CompFactory.HLTTest.TestRecoAlg
HLTTest__TestHypoAlg=CompFactory.getComp("HLTTest::TestHypoAlg")
HLTTest__TestRecoAlg=CompFactory.getComp("HLTTest::TestRecoAlg")
......@@ -18,7 +18,7 @@ UseThisLinkName="initialRoI"
#UseThisLinkName="feature"
HLTTest__TestInputMaker=CompFactory.HLTTest.TestInputMaker
HLTTest__TestInputMaker=CompFactory.getComp("HLTTest::TestInputMaker")
def InputMakerForInitialRoIAlg(name):
return HLTTest__TestInputMaker(name, RoIsLink="initialRoI", LinkName="initialRoI")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment