Skip to content
Snippets Groups Projects
Commit 829dd2bc authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'fix-ringer-config' into 'master'

Disabling ringer in the tests (temporary measure)

See merge request atlas/athena!22043
parents 0f747e79 5efa1ea3
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