From 9e8e13204c309f32f8af6db1ae55f0b8f7cca13d Mon Sep 17 00:00:00 2001
From: Tomasz Bold <tomasz.bold@gmail.com>
Date: Sun, 17 Jun 2018 20:08:55 +0200
Subject: [PATCH] Fixing the key

Former-commit-id: 4138b66b546f53ca69bdcd4a5764648027eeb171
---
 Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
index fd1ac1f1897..29c6d190dfd 100644
--- a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
+++ b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
@@ -178,6 +178,7 @@ from TrigEgammaHypo.TrigEgammaHypoConf import TrigL2ElectronHypoAlgMT
 from TrigEgammaHypo.TrigL2ElectronHypoTool import TrigL2ElectronHypoToolFromName
 theElectronHypo = TrigL2ElectronHypoAlgMT()
 theElectronHypo.RunInView=True
+theElectronHypo.HypoInputDecisions = caloHypoDecisions
 theElectronHypo.Electrons = theElectronFex.ElectronsName
 
 theElectronHypo.OutputLevel = VERBOSE
-- 
GitLab