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

Merge branch 'autoconf.CaloRecEx-20171029' into 'master'

CaloRecEx: Enable autoconfiguration.

See merge request !5933
parents 98be27b3 71a94a08
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
......@@ -45,8 +45,13 @@ rec.doEgamma = False
jp.AthenaCommonFlags.EvtMax=5
include ("RecExCond/RecExCommon_flags.py")
rec.AutoConfiguration = ['everything']
import RecExConfig.AutoConfiguration as auto
auto.ConfigureFromListOfKeys(rec.AutoConfiguration())
# Flags that are defined in python are best set here
# switch off ID and muons
DetFlags.ID_setOff()
......
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