Skip to content
Snippets Groups Projects
Commit 296d1e85 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'mhodgkin_ATLASRECTS_6508' into 'master'

Bug fix to EventInfoCnvAlg to allow egamma and track refit algs to run from ESD.

Closes ATLASRECTS-6508

See merge request atlas/athena!45639
parents c105269a 0126d52a
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ if nThreads >=1 :
theApp.EvtMax = 20
from xAODEventInfoCnv.xAODEventInfoCreator import xAODMaker__EventInfoCnvAlg
xAODMaker__EventInfoCnvAlg.AODKey="EventInfo"
topSequence+=xAODMaker__EventInfoCnvAlg()
#---------------------------------------------------------------------------------#
......
......@@ -51,6 +51,7 @@ if nThreads >=1 :
theApp.EvtMax = 20
from xAODEventInfoCnv.xAODEventInfoCreator import xAODMaker__EventInfoCnvAlg
xAODMaker__EventInfoCnvAlg.AODKey="EventInfo"
topSequence+=xAODMaker__EventInfoCnvAlg()
#---------------------------------------------------------------------------------#
......
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