Skip to content
Snippets Groups Projects
Commit fbd6d7d5 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'setEmptyCollections' into 'master'

[ATR-19328] Set empty Collections when running with athenaHLT.py

See merge request atlas/athena!41637
parents 4aea6fe0 4f2212a5
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ else: # athenaHLT
globalflags.InputFormat = 'bytestream'
globalflags.DataSource = 'data' if not opt.setupForMC else 'data'
ConfigFlags.Input.isMC = False
ConfigFlags.Input.Collections = []
if '_run_number' not in dir():
import PyUtils.AthFile as athFile
from AthenaCommon.AthenaCommonFlags import athenaCommonFlags
......
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