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

Merge branch 'fe-201125' into 'master'

Enable FlowElement reconstruction by default for PFlow

See merge request atlas/athena!38598
parents 817e53c6 0b216781
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ class useFlowElements(JobProperty):
""" Flag to toggle whether to create the new FlowElement EDM objects in addition to the PFO EDM objects. """
statusOn = True
allowedTypes = ['bool']
StoredValue = False
StoredValue = True
class doFlowElementValidation(JobProperty):
"""Flag to turn on Validation plots for Flow Elements (only works if useFlowElements also set ON)"""
......
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