diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py index d612f4635174212daae68024615066dd560d5adf..3987841de5a7c5c951acf460fff02d2fa6c70eff 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 ]