diff --git a/Reconstruction/RecoAlgs/CaloRingerAlgs/share/CaloRingerOutputItemList_jobOptions.py b/Reconstruction/RecoAlgs/CaloRingerAlgs/share/CaloRingerOutputItemList_jobOptions.py index a512fb2cb5af851e4d22d032c894c950047a9fd0..eb5083169933275700f41a61b3d040359026d1f4 100644 --- a/Reconstruction/RecoAlgs/CaloRingerAlgs/share/CaloRingerOutputItemList_jobOptions.py +++ b/Reconstruction/RecoAlgs/CaloRingerAlgs/share/CaloRingerOutputItemList_jobOptions.py @@ -34,8 +34,7 @@ def addOutputToList(streamList, localCType, localCKey, auxOption): streamList.append('%s#%s' % (localCType, localCKey ) ) if 'xAOD::' in localCType: auxType = localCType.replace('Container', 'AuxContainer') - auxKey = localCKey + 'Aux.' - streamList.append( '%s#%s%s' % (auxType, auxKey, auxOption) ) + streamList.append( '%s#%sAux.%s' % (auxType, localCKey, auxOption) ) def addRingerInputMetaToList(streamList, containerType): # NOTE: Keys defined at: http://acode-browser.usatlas.bnl.gov/lxr/source/atlas/Reconstruction/RecExample/RecExConfig/python/InputFilePeeker.py