Skip to content
Snippets Groups Projects
Commit 5efa1ea3 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

disabling ringer for the moment

parent 9c31ade2
No related branches found
No related tags found
No related merge requests found
...@@ -67,13 +67,15 @@ def createFastCaloSequence(rerun=False): ...@@ -67,13 +67,15 @@ def createFastCaloSequence(rerun=False):
clusterMaker.ClustersName=clustersKey clusterMaker.ClustersName=clustersKey
svcMgr.ToolSvc.TrigDataAccess.ApplyOffsetCorrection=False 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") filterL1RoIsAlg = RoRSeqFilter( __prefix+"filterL1RoIsAlg")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment