3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 the_tool = CompFactory.JiveXML.xAODElectronRetriever(
10 name=
"xAODElectronRetriever",
11 StoreGateKey=
"Electrons",
12 OtherCollections=[
"Electrons"],
14 result.addPublicTool(the_tool, primary=
True)
20 the_tool = CompFactory.JiveXML.xAODMissingETRetriever(
21 name=
"xAODMissingETRetriever",
22 FavouriteMETCollection=
"MET_Reference_AntiKt4EMPFlow",
24 "MET_Reference_AntiKt4EMTopo",
27 "MET_Core_AntiKt4LCTopo",
30 result.addPublicTool(the_tool, primary=
True)
36 the_tool = CompFactory.JiveXML.xAODMuonRetriever(
37 name=
"xAODMuonRetriever", StoreGateKey=
"Muons", OtherCollections=[
"Muons"]
39 result.addPublicTool(the_tool, primary=
True)
45 the_tool = CompFactory.JiveXML.xAODPhotonRetriever(
46 name=
"xAODPhotonRetriever",
47 StoreGateKey=
"Photons",
48 OtherCollections=[
"Photons"],
50 result.addPublicTool(the_tool, primary=
True)
56 the_tool = CompFactory.JiveXML.xAODJetRetriever(
57 name=
"xAODJetRetriever",
58 FavouriteJetCollection=
"AntiKt4EMPFlowJets",
63 "AntiKt10UFOCSSKJets",
70 "xAODBTaggingEfficiency/13p6TeV/2023-22-13p6TeV-MC21-CDI_Test_2023-08-1_v1.root",
71 "xAODBTaggingEfficiency/13p6TeV/2023-02_MC23_CDI_GN2v01-noSF.root",
74 result.addPublicTool(the_tool, primary=
True)
80 the_tool = CompFactory.JiveXML.xAODTauRetriever(
81 name=
"xAODTauRetriever", StoreGateKey=
"TauJets"
83 result.addPublicTool(the_tool, primary=
True)
89 the_tool = CompFactory.JiveXML.xAODTrackParticleRetriever(
90 name=
"xAODTrackParticleRetriever",
91 StoreGateKey=
"InDetTrackParticles",
92 OtherTrackCollections=[
93 "InDetLargeD0TrackParticles",
94 "CombinedMuonTrackParticles",
98 result.addPublicTool(the_tool, primary=
True)
104 the_tool = CompFactory.JiveXML.xAODVertexRetriever(
105 name=
"xAODVertexRetriever",
106 PrimaryVertexCollection=
"PrimaryVertices",
107 SecondaryVertexCollection=
"BTagging_AntiKt2TrackSecVtx",
109 result.addPublicTool(the_tool, primary=
True)
115 the_tool = CompFactory.JiveXML.xAODCaloClusterRetriever(
116 name=
"xAODCaloClusterRetriever",
117 FavouriteClusterCollection=
"egammaClusters",
118 OtherClusterCollections=[
"CaloCalTopoClusters"],
120 result.addPublicTool(the_tool, primary=
True)