Skip to content
Snippets Groups Projects

Add Lxy cut and monitoring to TrigMultiTrkComboHypo

Merged Adam Edward Barton requested to merge abarton/athena:BLS_Lxy0 into master
All threads resolved!
8 files
+ 82
37
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -111,5 +111,8 @@ class TrigMultiTrkComboHypoConfig(object):
if 'noos' in chainDict['topo']:
tool.totalCharge = -100 # negative number to indicate no charge cut
if 'Lxy0' in chainDict['topo']:
tool.LxyCut = 0.0
tool.MonTool = TrigMultiTrkComboHypoToolMonitoring('MonTool')
return tool
Loading