Skip to content
Snippets Groups Projects
Commit d8734da3 authored by scott snyder's avatar scott snyder
Browse files

RecExCommon: Enable LumiBlockMuWriter for cosmics.

It will fill the decorations with 0 in this case.
parent b38afd55
No related branches found
No related tags found
No related merge requests found
...@@ -599,7 +599,7 @@ if rec.doESD() and rec.readRDO(): ...@@ -599,7 +599,7 @@ if rec.doESD() and rec.readRDO():
if globalflags.DataSource()=='geant4': if globalflags.DataSource()=='geant4':
include_muwriter = hasattr( condSeq, "xAODMaker::EventInfoCnvAlg" ) include_muwriter = hasattr( condSeq, "xAODMaker::EventInfoCnvAlg" )
else: else:
include_muwriter = jobproperties.Beam.beamType()=="collisions" and not athenaCommonFlags.isOnline() include_muwriter = not athenaCommonFlags.isOnline()
if include_muwriter: if include_muwriter:
try: try:
......
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