3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 the_tool = CompFactory.JiveXML.xAODElectronRetriever(
10 name=
"xAODElectronRetriever")
11 result.addPublicTool(the_tool, primary=
True)
17 the_tool = CompFactory.JiveXML.xAODMissingETRetriever(
18 name=
"xAODMissingETRetriever")
19 result.addPublicTool(the_tool, primary=
True)
25 the_tool = CompFactory.JiveXML.xAODMuonRetriever(
26 name=
"xAODMuonRetriever")
27 result.addPublicTool(the_tool, primary=
True)
33 the_tool = CompFactory.JiveXML.xAODPhotonRetriever(
34 name=
"xAODPhotonRetriever")
35 result.addPublicTool(the_tool, primary=
True)
41 the_tool = CompFactory.JiveXML.xAODJetRetriever(
42 name=
"xAODJetRetriever")
43 result.addPublicTool(the_tool, primary=
True)
49 the_tool = CompFactory.JiveXML.xAODTauRetriever(
50 name=
"xAODTauRetriever")
51 result.addPublicTool(the_tool, primary=
True)
57 the_tool = CompFactory.JiveXML.xAODTrackParticleRetriever(
58 name=
"xAODTrackParticleRetriever")
59 result.addPublicTool(the_tool, primary=
True)
65 the_tool = CompFactory.JiveXML.xAODVertexRetriever(
66 name=
"xAODVertexRetriever")
67 result.addPublicTool(the_tool, primary=
True)
73 the_tool = CompFactory.JiveXML.xAODCaloClusterRetriever(
74 name=
"xAODCaloClusterRetriever")
75 result.addPublicTool(the_tool, primary=
True)