Skip to content
Snippets Groups Projects
Commit 43fb929b authored by Oleg Kuprash's avatar Oleg Kuprash
Browse files

Merge branch 'mgonly-printout' into '21.1'

Change in menu printout for MGonly chains

See merge request !1182

Former-commit-id: b5c22293
parent f849f40a
No related branches found
No related tags found
No related merge requests found
...@@ -1024,16 +1024,8 @@ class L2EFChain_mu(L2EFChainDef): ...@@ -1024,16 +1024,8 @@ class L2EFChain_mu(L2EFChainDef):
log.debug("MuonDef.py define MGonly") log.debug("MuonDef.py define MGonly")
L2AlgName = self.getL2AlgName()
muFastThresh = self.getMuFastThresh()
EFExtrapolatorThresh = self.getEFExtrapolatorThresh()
EFCombinerThresh = self.getEFCombinerThresh() EFCombinerThresh = self.getEFCombinerThresh()
log.debug('L2AlgName %s', L2AlgName)
log.debug('muFastThresh %s', muFastThresh)
log.debug('EFExtrapolatorThresh %s', EFExtrapolatorThresh)
log.debug('EFCombinerThresh %s %s', EFCombinerThresh)
########### L2 algos ################# ########### L2 algos #################
from TrigInDetConf.TrigInDetSequence import TrigInDetSequence from TrigInDetConf.TrigInDetSequence import TrigInDetSequence
......
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