diff --git a/Trigger/TrigValidation/TrigUpgradeTest/python/HLTSignatureConfig.py b/Trigger/TrigValidation/TrigUpgradeTest/python/HLTSignatureConfig.py index f7c66a18af7ae855648ffb32dbd340608bb308b3..a9431c6c7f78b3f850110770fcaab109757b8909 100644 --- a/Trigger/TrigValidation/TrigUpgradeTest/python/HLTSignatureConfig.py +++ b/Trigger/TrigValidation/TrigUpgradeTest/python/HLTSignatureConfig.py @@ -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")