From 355957992d69530bf89a73def93ade356bd59b07 Mon Sep 17 00:00:00 2001
From: James Richard Catmore <james.catmore@cern.ch>
Date: Tue, 20 Jun 2017 11:43:32 +0200
Subject: [PATCH] Restore CaloCluster moments ENG_FRAC_MAX and FIRST_ENG_DENS
 to xAOD ATLASRECTS-4079 This MR reverses one of the changes made in the AOD
 reduction TF (!1125) and restores the ENG_FRAC_MAX and FIRST_ENG_DENS to the
 xAOD. This is required since they are needed by tauCP.

Former-commit-id: 9d674afd2d0e152892e09f947209f3665ac3a11d
---
 .../CaloRecEx/share/CaloRecOutputItemList_jobOptions.py       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py b/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py
index fad3aa10728..1869e3312c5 100644
--- a/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py
+++ b/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py
@@ -89,8 +89,8 @@ AODMoments=[#"LATERAL"
             ,"SECOND_LAMBDA"
             ,"CENTER_MAG"
             ,"CENTER_LAMBDA"
-            #,"FIRST_ENG_DENS"
-            #,"ENG_FRAC_MAX" 
+            ,"FIRST_ENG_DENS"
+            ,"ENG_FRAC_MAX" 
             ,"ISOLATION"
             ,"ENG_BAD_CELLS"
             ,"N_BAD_CELLS"
-- 
GitLab