3from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory
import CompFactory
8 result = ComponentAccumulator()
9 the_tool = CompFactory.JiveXML.xAODElectronRetriever(
10 name=
"xAODElectronRetriever")
11 result.addPublicTool(the_tool, primary=
True)
16 result = ComponentAccumulator()
17 the_tool = CompFactory.JiveXML.xAODMissingETRetriever(
18 name=
"xAODMissingETRetriever")
19 result.addPublicTool(the_tool, primary=
True)
24 result = ComponentAccumulator()
25 the_tool = CompFactory.JiveXML.xAODMuonRetriever(
26 name=
"xAODMuonRetriever")
27 result.addPublicTool(the_tool, primary=
True)
32 result = ComponentAccumulator()
33 the_tool = CompFactory.JiveXML.xAODPhotonRetriever(
34 name=
"xAODPhotonRetriever")
35 result.addPublicTool(the_tool, primary=
True)
40 result = ComponentAccumulator()
41 the_tool = CompFactory.JiveXML.xAODJetRetriever(
42 name=
"xAODJetRetriever")
43 result.addPublicTool(the_tool, primary=
True)
48 result = ComponentAccumulator()
49 the_tool = CompFactory.JiveXML.xAODTauRetriever(
50 name=
"xAODTauRetriever")
51 result.addPublicTool(the_tool, primary=
True)
56 result = ComponentAccumulator()
57 the_tool = CompFactory.JiveXML.xAODTrackParticleRetriever(
58 name=
"xAODTrackParticleRetriever")
59 result.addPublicTool(the_tool, primary=
True)
64 result = ComponentAccumulator()
65 the_tool = CompFactory.JiveXML.xAODVertexRetriever(
66 name=
"xAODVertexRetriever")
67 result.addPublicTool(the_tool, primary=
True)
72 result = ComponentAccumulator()
73 the_tool = CompFactory.JiveXML.xAODCaloClusterRetriever(
74 name=
"xAODCaloClusterRetriever")
75 result.addPublicTool(the_tool, primary=
True)
80 result = ComponentAccumulator()
xAODTrackParticleRetrieverCfg(flags, **kwargs)
xAODMissingETRetrieverCfg(flags, **kwargs)
xAODPhotonRetrieverCfg(flags, **kwargs)
xAODJetRetrieverCfg(flags, **kwargs)
xAODVertexRetrieverCfg(flags, **kwargs)
xAODElectronRetrieverCfg(flags, **kwargs)
xAODCaloClusterRetrieverCfg(flags, **kwargs)
xAODMuonRetrieverCfg(flags, **kwargs)
xAODTauRetrieverCfg(flags, **kwargs)