Skip to content
Snippets Groups Projects
Commit ba2ba1ca authored by Chandler Robert Baker's avatar Chandler Robert Baker
Browse files

Merge branch 'ConfigAFPDijetChainsV2' into '23.0'

Configure delta X, Y and R cuts in AFP+dijet combo hypo

See merge request !64107
parents bd269e75 eb65aa2f
No related branches found
No related tags found
2 merge requests!641532023-07-05: Daily sweep of 23.0 into main,!64107Configure delta X, Y and R cuts in AFP+dijet combo hypo
......@@ -61,6 +61,10 @@ def TrigAFPDijetComboHypoToolCfg(flags, chainDict):
name = chainDict['chainName']
tool = TrigAFPDijetComboHypoTool(name)
tool.maxProtonDiff_x = 2.5
tool.maxProtonDiff_y = 100.0
tool.maxProtonDist = 100.0
from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool
monTool = GenericMonitoringTool(flags, 'MonTool_' + name, HistPath='AFPComboHypo/' + tool.getName())
monTool.defineHistogram('DijetMass', type='TH1F', path='EXPERT', title="Dijet mass", xbins=100, xmin=0, xmax=2000)
......
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