From 85db0b2930e2c93040cdaa460572e7655d18e127 Mon Sep 17 00:00:00 2001
From: Tomasz Bold <tomasz.bold@gmail.com>
Date: Mon, 7 May 2018 20:50:57 +0200
Subject: [PATCH] Cleanup after the review

Former-commit-id: 9b31bdec8fb6627bcc94a209b99bd7298917eafa
---
 .../TrigValidation/TrigUpgradeTest/share/egamma.withViews.py  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
index d612f463517..3987841de5a 100644
--- a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
+++ b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py
@@ -177,11 +177,9 @@ l2ElectronViewsMaker.ViewNodeName = "electronInViewAlgs"
 from TrigEgammaHypo.TrigEgammaHypoConf import TrigL2ElectronHypoAlgMT
 from TrigEgammaHypo.TrigL2ElectronHypoTool import TrigL2ElectronHypoToolFromName
 theElectronHypo = TrigL2ElectronHypoAlgMT()
-#theElectronHypo.Views = l2ElectronViewsMaker.Views
 theElectronHypo.RunInView=True
 theElectronHypo.Electrons = theElectronFex.ElectronsName
-#theElectronHypo.ClusterDecisions = caloHypoDecisions #theFastCaloHypo.Decisions 
-#theElectronHypo.ElectronDecisions = "ElectronL2Decisions"
+
 theElectronHypo.OutputLevel = VERBOSE
 
 theElectronHypo.HypoTools = [ TrigL2ElectronHypoToolFromName( c ) for c in testChains ]
-- 
GitLab