3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 the_tool = CompFactory.JiveXML.LVL1ResultRetriever(name=
"LVL1ResultRetriever")
10 result.addPublicTool(the_tool, primary=
True)
16 the_tool = CompFactory.JiveXML.TriggerInfoRetriever(name=
"TriggerInfoRetriever")
17 result.addPublicTool(the_tool, primary=
True)
23 the_tool = CompFactory.JiveXML.xAODEmTauROIRetriever(name=
"xAODEmTauROIRetriever")
24 result.addPublicTool(the_tool, primary=
True)
30 the_tool = CompFactory.JiveXML.xAODJetROIRetriever(name=
"xAODJetROIRetriever")
31 result.addPublicTool(the_tool, primary=
True)
37 the_tool = CompFactory.JiveXML.xAODMuonROIRetriever(name=
"xAODMuonROIRetriever")
38 result.addPublicTool(the_tool, primary=
True)
44 the_tool = CompFactory.JiveXML.xAODTriggerTowerRetriever(
45 name=
"xAODTriggerTowerRetriever"
47 result.addPublicTool(the_tool, primary=
True)
55 if flags.Reco.EnableTrigger: