3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
5 from RecJobTransforms.AODFixHelper
import releaseInRange
17 from SGComps.AddressRemappingConfig
import InputRenameCfg
18 result.merge(
InputRenameCfg(
"xAOD::ElectronContainer",
"Electrons",
"old_Electrons"))
19 result.merge(
InputRenameCfg(
"xAOD::PhotonContainer",
"Photons",
"old_Photons"))
20 result.merge(
InputRenameCfg(
"xAOD::ElectronAuxContainer",
"ElectronsAux.",
"old_ElectronsAux."))
21 result.merge(
InputRenameCfg(
"xAOD::PhotonAuxContainer",
"PhotonsAux.",
"old_PhotonsAux."))
24 result.addEventAlgo(CompFactory.egammaAmbiguityRelinker(ElectronInputName=
"old_Electrons",
25 ElectronOutputName=
"Electrons",
26 PhotonInputName=
"old_Photons",
27 PhotonOutputName=
"Photons"))