From 1326cddb7ea34da06009bfb40dde03026e8b9edd Mon Sep 17 00:00:00 2001 From: jcatmore <james.catmore@cern.ch> Date: Fri, 21 Apr 2017 11:43:43 +0200 Subject: [PATCH] AOD reductions for release 21 - pflow moment list ATLASRECTS-3820 Applies the reduced particle flow moment list as agreed in the AOD reduction task force, via the flag useAODReductionClusterMomentList in eflowRecFlags.py Former-commit-id: 9842f501ad796ccf92a552671408a0788a4fafa7 --- Reconstruction/eflowRec/python/eflowRecFlags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/eflowRec/python/eflowRecFlags.py b/Reconstruction/eflowRec/python/eflowRecFlags.py index 65de705398f..02b2f603d80 100644 --- a/Reconstruction/eflowRec/python/eflowRecFlags.py +++ b/Reconstruction/eflowRec/python/eflowRecFlags.py @@ -105,7 +105,7 @@ class useAODReductionClusterMomentList(JobProperty): """ statusOn = True allowedTypes = ['bool'] - StoredValue = False + StoredValue = True # Defines the container for the eflowRec flags -- GitLab