3from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory
import CompFactory
8 result = ComponentAccumulator()
9 the_tool = CompFactory.JiveXML.LVL1ResultRetriever(name=
"LVL1ResultRetriever")
10 result.addPublicTool(the_tool, primary=
True)
15 result = ComponentAccumulator()
16 the_tool = CompFactory.JiveXML.TriggerInfoRetriever(name=
"TriggerInfoRetriever")
17 result.addPublicTool(the_tool, primary=
True)
22 result = ComponentAccumulator()
23 the_tool = CompFactory.JiveXML.xAODEmTauROIRetriever(name=
"xAODEmTauROIRetriever")
24 result.addPublicTool(the_tool, primary=
True)
29 result = ComponentAccumulator()
30 the_tool = CompFactory.JiveXML.xAODJetROIRetriever(name=
"xAODJetROIRetriever")
31 result.addPublicTool(the_tool, primary=
True)
36 result = ComponentAccumulator()
37 the_tool = CompFactory.JiveXML.xAODMuonROIRetriever(name=
"xAODMuonROIRetriever")
38 result.addPublicTool(the_tool, primary=
True)
43 result = ComponentAccumulator()
44 the_tool = CompFactory.JiveXML.xAODTriggerTowerRetriever(
45 name=
"xAODTriggerTowerRetriever"
47 result.addPublicTool(the_tool, primary=
True)
52 result = ComponentAccumulator()
55 if flags.Reco.EnableTrigger:
xAODTriggerTowerRetrieverCfg(flags, **kwargs)
TriggerRetrieversCfg(flags)
LVL1ResultRetrieverCfg(flags, **kwargs)
xAODJetROIRetrieverCfg(flags, **kwargs)
xAODMuonROIRetrieverCfg(flags, **kwargs)
TriggerInfoRetrieverCfg(flags, **kwargs)
xAODEmTauROIRetrieverCfg(flags, **kwargs)