From 1b20ba13045bd9f7d3a22bb3ae3ae1378959774d Mon Sep 17 00:00:00 2001
From: Hass AbouZeid <hass.abouzeid@cern.ch>
Date: Sun, 18 Jun 2017 19:11:53 +0000
Subject: [PATCH] Merge branch '21.0_AODReductions_ObjectThinning' into '21.0'

AOD reductions for release 21 - object thinning

See merge request !1041

Former-commit-id: 56de5eccdc73ffc01c3bb422a29b8a57786f4fac
---
 .../ParticleBuilderOptions/python/AODFlags.py               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/python/AODFlags.py b/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/python/AODFlags.py
index ac7e345e237..6a85f284dc2 100755
--- a/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/python/AODFlags.py
+++ b/PhysicsAnalysis/AnalysisCommon/ParticleBuilderOptions/python/AODFlags.py
@@ -71,21 +71,21 @@ class ThinGeantTruth(JobProperty):
     """
     statusOn=True
     allowedTypes=['bool']
-    StoredValue=False
+    StoredValue=True
 
 class ThinNegativeEnergyCaloClusters(JobProperty):
     """ If True, add ThinNegativeEnergyCaloClusters
     """
     statusOn=True
     allowedTypes=['bool']
-    StoredValue=False
+    StoredValue=True
 
 class ThinNegativeEnergyNeutralPFOs(JobProperty):
     """ If True, add ThinNegativeEnergyNeutralPFOs
     """
     statusOn=True
     allowedTypes=['bool']
-    StoredValue=False
+    StoredValue=True
     
 class Muon(JobProperty):
     """ If True, add Muon
-- 
GitLab