Skip to content
Snippets Groups Projects
Commit d5edab5a authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

CaloRingerAlgs: explicit str conversion of DataHandle property

parent 68f496f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment