Skip to content
Snippets Groups Projects
Commit 4df4ec95 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'dqhidev' into '23.0'

IDGlobal DQ: add heavy ion flag to low ecm tool

See merge request !64867
parents 586d08c5 4bac1b24
No related branches found
No related tags found
2 merge requests!649112023-08-09: daily sweep of 23.0 into main,!64867IDGlobal DQ: add heavy ion flag to low ecm tool
......@@ -57,7 +57,7 @@ def InDetGlobalMonitoringRun3TestConfig(flags):
from AthenaConfiguration.Enums import BeamType
### Change base selection to Loose and 500MeV for cosmics and <=900GeV collisions -- this should not change in Global Monitoring at P1 however
### as the job properties normally retrieved from metadata should be configured to defaults when reading direct from DCM
if flags.Beam.Type is BeamType.Cosmics or float(flags.Beam.Energy) < 500000:
if flags.Beam.Type is BeamType.Cosmics or float(flags.Beam.Energy) < 500000 or flags.Reco.EnableHI:
inDetGlobalTrackMonAlg.TrackSelectionTool = LowECM_TrackSelectionTool
else:
inDetGlobalTrackMonAlg.TrackSelectionTool = TrackSelectionTool
......
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