Skip to content
Snippets Groups Projects
Commit 8042bf96 authored by Bertrand Martin Dit Latour's avatar Bertrand Martin Dit Latour Committed by Tim Martin
Browse files

TrigP1Test: drop Trigger.Offline.SA.Muon.runCommissioningChain in DB test

TrigP1Test: drop `Trigger.Offline.SA.Muon.runCommissioningChain=True` in a DB test

Hello,

This MR is aligning the ART test setup with the latest NSW treatment in HLT muon reconstruction: NSW enabled in EF (`Trigger.Offline.SA.Muon.runCommissioningChain=True` is no longer appropriate) but disabled in L2SA (!78397).\

Cheers,
Bertrand
parent d6d0f3a3
No related branches found
No related tags found
2 merge requests!787692025-03-24: merge of 24.0 into main,!78685TrigP1Test: drop Trigger.Offline.SA.Muon.runCommissioningChain in DB test
#!/usr/bin/env python
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
# art-description: Trigger athenaHLT test of DB upload (inlcuding duplicate), download and running.
# art-type: build
......@@ -14,7 +14,7 @@ genJSON = ExecStep.ExecStep("GenJSON")
genJSON.type = 'athenaHLT'
genJSON.job_options = 'TriggerJobOpts.runHLT'
genJSON.input = 'data'
genJSON.flags = ['Trigger.triggerMenuSetup="PhysicsP1_pp_run3_v1_HLTReprocessing_prescale"','Trigger.L1.errorOnMissingTOB=False','Trigger.Offline.SA.Muon.runCommissioningChain=True']
genJSON.flags = ['Trigger.triggerMenuSetup="PhysicsP1_pp_run3_v1_HLTReprocessing_prescale"','Trigger.L1.errorOnMissingTOB=False']
genJSON.args = ' -M --dump-config-exit'
genJSON.perfmon = False
genJSON.fpe_auditor = False
......
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