diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py index 00c05345fad1382118dc87f2e7a93cd4a9b81cbb..95e00f23213ff4c1f31b3799675c65f5f7bbe2c3 100644 --- a/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py +++ b/Trigger/TrigValidation/TrigUpgradeTest/share/egamma.withViews.py @@ -67,13 +67,15 @@ def createFastCaloSequence(rerun=False): clusterMaker.ClustersName=clustersKey svcMgr.ToolSvc.TrigDataAccess.ApplyOffsetCorrection=False - from TrigMultiVarHypo.TrigL2CaloRingerFexMTInit import init_ringer - trigL2CaloRingerFexMT = init_ringer() - trigL2CaloRingerFexMT.ClustersKey = clusterMaker.ClustersName - trigL2CaloRingerFexMT.OutputLevel = DEBUG + #from TrigMultiVarHypo.TrigL2CaloRingerFexMTInit import init_ringer + #trigL2CaloRingerFexMT = init_ringer() + #trigL2CaloRingerFexMT.ClustersKey = clusterMaker.ClustersName + #trigL2CaloRingerFexMT.OutputLevel = DEBUG - fastCaloInViewAlgs = seqAND( __prefix+"fastCaloInViewAlgs", [ clusterMaker, trigL2CaloRingerFexMT ]) + + #fastCaloInViewAlgs = seqAND( __prefix+"fastCaloInViewAlgs", [ clusterMaker, trigL2CaloRingerFexMT ]) + fastCaloInViewAlgs = seqAND( __prefix+"fastCaloInViewAlgs", [ clusterMaker ]) filterL1RoIsAlg = RoRSeqFilter( __prefix+"filterL1RoIsAlg")