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

Merge branch 'muWriter2.RecExCommon-20200522' into 'master'

RecExCommon: Schedule LumiBlockMuWriter in more cases.

See merge request atlas/athena!33113
parents 3ebacb41 ac60dff4
No related branches found
No related tags found
No related merge requests found
......@@ -597,7 +597,9 @@ if globalflags.InputFormat.is_bytestream():
### write mu values into xAOD::EventInfo
if rec.doESD() and rec.readRDO():
if globalflags.DataSource()=='geant4':
include_muwriter = hasattr( condSeq, "xAODMaker::EventInfoCnvAlg" )
include_muwriter = (globalflags.InputFormat.is_bytestream() or
hasattr( condSeq, "xAODMaker::EventInfoCnvAlg" ) or
objKeyStore.isInInput( "xAOD::EventInfo"))
else:
include_muwriter = not athenaCommonFlags.isOnline()
......
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