diff --git a/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py b/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py index c816b7fcb2ed176a4770b79f75382a9e1fc2ef25..8d1f9d584f327fc09c02bca6eea7b13f337b8d7a 100644 --- a/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py +++ b/Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # ''' @@ -16,6 +16,7 @@ from TrigValTools.TrigValSteering.Step import Step from TrigValTools.TrigValSteering.CheckSteps import RefComparisonStep from TrigValTools.TrigValSteering.Common import find_file from AthenaCommon.Utils.unixtools import FindFile +from AthenaConfiguration.TestDefaults import defaultConditionsTags ################################################## # Exec (athena) steps for Reco_tf @@ -204,7 +205,7 @@ class TrigTZReco(ExecStep): self.max_events = -1 self.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step self.args += ' --outputAODFile=AOD.pool.root' - self.args += ' --conditionsTag=\'CONDBR2-BLKPA-2023-05\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' + self.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' self.args += ' --preExec="{:s}"'.format(tzrecoPreExec) self.args += ' --CA' diff --git a/Trigger/TrigValidation/TrigInDetValidation/utils/TrigInDetArtSteps.py.pre b/Trigger/TrigValidation/TrigInDetValidation/utils/TrigInDetArtSteps.py.pre index 8a7446146374d90294f1b609af85f13349aac80c..e8ac4305a13d87a3e4143c5abbf1d7dd1876bc2a 100644 --- a/Trigger/TrigValidation/TrigInDetValidation/utils/TrigInDetArtSteps.py.pre +++ b/Trigger/TrigValidation/TrigInDetValidation/utils/TrigInDetArtSteps.py.pre @@ -1,5 +1,5 @@ # -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # ''' @@ -16,6 +16,7 @@ from TrigValTools.TrigValSteering.Step import Step from TrigValTools.TrigValSteering.CheckSteps import RefComparisonStep from TrigValTools.TrigValSteering.Common import find_file from AthenaCommon.Utils.unixtools import FindFile +from AthenaConfiguration.TestDefaults import defaultConditionsTags ################################################## # Exec (athena) steps for Reco_tf @@ -262,7 +263,7 @@ class TrigTZReco(ExecStep): self.max_events = -1 self.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step self.args += ' --outputAODFile=AOD.pool.root' - self.args += ' --conditionsTag=\'CONDBR2-BLKPA-2023-05\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' + self.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' self.args += ' --preExec="{:s}"'.format(tzrecoPreExec) self.args += ' --CA' diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_build.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_build.py index 09777fc06c08fe740c2130d637409986ce3314ee..fb2c9d36d40ec256f97ef06ee43a142a4566d54d 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_build.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of cosmic P1+Tier0 workflow, runs athenaHLT with Cosmic_run3_v1 menu followed by offline reco and monitoring # art-type: build @@ -8,6 +8,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'Cosmic_run3_v1' @@ -69,7 +70,7 @@ tzreco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') tzreco.args += ' --outputAODFile=AOD.pool.root' tzreco.args += ' --outputHISTFile=ExampleMonitorOutput.root' tzreco.args += ' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' -tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2023-05\'' +tzreco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}"' tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec) # The full test diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_grid.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_grid.py index 3d9b612da60cb41b3492f3baea227ca9c6132730..63ad2debfe774e3b1ecb0cb3d2a86e5cd3ed2bd3 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_grid.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Cosmic_T0Mon_grid.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of cosmic P1+Tier0 workflow, runs athenaHLT with Cosmic_run3_v1 menu followed by offline reco and monitoring # art-type: grid @@ -19,6 +19,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'Cosmic_run3_v1' @@ -82,7 +83,7 @@ tzreco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') tzreco.args += ' --outputAODFile=AOD.pool.root' tzreco.args += ' --outputHISTFile=ExampleMonitorOutput.root' tzreco.args += ' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' -tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2023-05\'' +tzreco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}"' tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec) # The full test diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Dev_HI_run3_build.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Dev_HI_run3_build.py index e651ea131358a44c792b26db468e3d234c7d2fca..f51501a6e2a3c74793851bbe83be0274bf537364 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Dev_HI_run3_build.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1Dev_HI_run3_build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of HI data 2023 workflow, runs athenaHLT with HI menu followed by filtering of HP stream and offline reco # art-type: build @@ -8,7 +8,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file - +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'Dev_HI_run3_v1_TriggerValidation_prescale' @@ -70,7 +70,7 @@ reco_hp.args += ' --outputAODFile=HP_AOD.pool.root' reco_hp.args += ' --outputHISTFile=hist.root' reco_hp.args += f' --preExec="all:{recoHPPreExec}"' reco_hp.args += ' --geometryVersion="ATLAS-R3S-2021-03-02-00"' -reco_hp.args += ' --conditionsTag="CONDBR2-BLKPA-2023-05"' +reco_hp.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}"' reco_hp.args += ' --autoConfiguration="everything"' #==================================================================================================== @@ -94,7 +94,7 @@ reco_upc.args += ' --outputAODFile=AOD_UPC.pool.root' reco_upc.args += ' --outputHISTFile=hist_UPC.root' reco_upc.args += f' --preExec="all:{recoUPCPreExec}"' reco_upc.args += ' --geometryVersion="ATLAS-R3S-2021-03-02-00"' -reco_upc.args += ' --conditionsTag="CONDBR2-BLKPA-2023-05"' +reco_upc.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}"' reco_upc.args += ' --autoConfiguration="everything"' # The full test diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLAFTAGPEB_grid.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLAFTAGPEB_grid.py index b9d28d51e7d7c406483139cd27e71e5806552c2f..be34b10dd3825f4d98590cdeae3a2f517fbb1e64 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLAFTAGPEB_grid.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLAFTAGPEB_grid.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of P1+Tier0 workflow, runs athenaHLT with PhysicsP1_pp_run3_v1 menu followed by offline reco and monitoring (incl. EDM) # art-type: grid @@ -22,6 +22,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file from TrigAnalysisTest.TrigAnalysisSteps import add_analysis_steps +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'Dev_pp_run3_v1_HLTReprocessing_prescale' @@ -56,7 +57,7 @@ tlareco.input = '' tlareco.explicit_input = True tlareco.args = '--inputBSFile=' + find_file('*.physics_FTagPEBTLA*._athenaHLT*.data') # output of the previous step tlareco.args += ' --outputDAOD_TLAFTAGPEBFile=DAOD_TLAFTAGPEB.pool.root' -tlareco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2024-03\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' +tlareco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' tlareco.args += ' --preExec="{:s}"'.format(tlarecoPreExec) # The full test diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLA_grid.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLA_grid.py index 5d7522c1f191aea5e9ae3d364d3947d05ede6f27..365a76bbb0f508952b26b8adf7a30a262c684918 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLA_grid.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_DAODTLA_grid.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of P1+Tier0 workflow, runs athenaHLT with PhysicsP1_pp_run3_v1 menu followed by offline reco and monitoring (incl. EDM) # art-type: grid @@ -22,6 +22,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file from TrigAnalysisTest.TrigAnalysisSteps import add_analysis_steps +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'PhysicsP1_pp_run3_v1_HLTReprocessing_prescale' @@ -56,7 +57,7 @@ tlareco.input = '' tlareco.explicit_input = True tlareco.args = '--inputBSFile=' + find_file('*.physics_TLA*._athenaHLT*.data') # output of the previous step tlareco.args += ' --outputDAOD_TLAFile=DAOD_TLA.pool.root' -tlareco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2024-03\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' +tlareco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' tlareco.args += ' --preExec="{:s}"'.format(tlarecoPreExec) # The full test diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_HI_T0Mon_build.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_HI_T0Mon_build.py index 63006fe7fedea46c64052ceea8da602b54131bd6..c0489364b324bc5ca816f9141d983458f626de79 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_HI_T0Mon_build.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_HI_T0Mon_build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of HI data 2023 workflow, runs athenaHLT with HI menu followed by filtering of HP stream, and offline reco with monitoring # art-type: build @@ -8,7 +8,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file - +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'PhysicsP1_HI_run3_v1' @@ -92,7 +92,7 @@ reco_hp.args += ' --outputAODFile=HP_AOD.pool.root' reco_hp.args += ' --outputHISTFile=hist.root' reco_hp.args += f' --preExec="all:{recoHPPreExec}; {monPreExec}"' reco_hp.args += ' --geometryVersion="ATLAS-R3S-2021-03-02-00"' -reco_hp.args += ' --conditionsTag="CONDBR2-BLKPA-2023-05"' +reco_hp.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}"' reco_hp.args += ' --autoConfiguration="everything"' #==================================================================================================== @@ -115,7 +115,7 @@ reco_upc.args += ' --outputAODFile=AOD_UPC.pool.root' reco_upc.args += ' --outputHISTFile=hist_UPC.root' reco_upc.args += f' --preExec="all:{recoUPCPreExec}; {monPreExec}"' reco_upc.args += ' --geometryVersion="ATLAS-R3S-2021-03-02-00"' -reco_upc.args += ' --conditionsTag="CONDBR2-BLKPA-2023-05"' +reco_upc.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA23}"' reco_upc.args += ' --autoConfiguration="everything"' # The full test diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0MonTrf_build.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0MonTrf_build.py index b019ab62fe93a55f73115269a4eff4b520dc3318..c50689e35958f776c63fa95a374a1f6ee183e410 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0MonTrf_build.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0MonTrf_build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: transform test of BSRDOtoRAW + T0Reco + T0Mon, using v1PhysP1 menu # art-type: build @@ -7,6 +7,7 @@ # art-include: 24.0/Athena from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'PhysicsP1_pp_run3_v1_HLTReprocessing_prescale' @@ -62,7 +63,7 @@ tzreco.args = '--inputBSFile=RAW.pool.root' # output of the previous step tzreco.args += ' --outputAODFile=AOD.pool.root' tzreco.args += ' --outputNTUP_TRIGRATEFile=rate.ntup.root' tzreco.args += ' --outputHISTFile=ExampleMonitorOutput.root' -tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2024-03\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' +tzreco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec) tzreco.args += ' --CA' diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_build.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_build.py index 457546f250542396f178c215f769760908709da8..c95af6f9d6d2746677000d7150f58e9fe66f2888 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_build.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of P1+Tier0 workflow, runs athenaHLT with PhysicsP1_pp_run3_v1 menu followed by offline reco and monitoring (incl. EDM) # art-type: build @@ -9,6 +9,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file from TrigAnalysisTest.TrigAnalysisSteps import add_analysis_steps +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'PhysicsP1_pp_run3_v1_HLTReprocessing_prescale' @@ -67,7 +68,7 @@ tzreco.max_events = 50 tzreco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step tzreco.args += ' --outputAODFile=AOD.pool.root' tzreco.args += ' --outputHISTFile=ExampleMonitorOutput.root' -tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2024-03\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' +tzreco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec) # The full test diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_grid.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_grid.py index d31f94409dda1c234b69177a7d48cb083c2e355d..d6c3c9adec2496820ff580e606b06a5a22e00647 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_grid.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_T0Mon_grid.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of P1+Tier0 workflow, runs athenaHLT with PhysicsP1_pp_run3_v1 menu followed by offline reco, DAOD production, monitoring and analysis step for EDM monitoring # art-type: grid @@ -20,6 +20,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file from TrigAnalysisTest.TrigAnalysisSteps import add_analysis_steps +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'PhysicsP1_pp_run3_v1_HLTReprocessing_prescale' @@ -77,7 +78,7 @@ tzreco.explicit_input = True tzreco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step tzreco.args += ' --outputAODFile=AOD.pool.root' tzreco.args += ' --outputHISTFile=ExampleMonitorOutput.root' -tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2024-03\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' +tzreco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec) aod2daod = ExecStep.ExecStep('AODtoDAOD') diff --git a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_lowMu_T0Mon_build.py b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_lowMu_T0Mon_build.py index 32917fef70360017cdcd615f2768a188f2c6cda6..7fea603f7e39e48ab0e728e206e215586870a4e0 100755 --- a/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_lowMu_T0Mon_build.py +++ b/Trigger/TrigValidation/TrigP1Test/test/test_trigP1_v1PhysP1_lowMu_T0Mon_build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration # art-description: Test of P1+Tier0 workflow, runs athenaHLT with PhysicsP1_pp_lowMu_run3_v1 menu followed by offline reco and monitoring # art-type: build @@ -9,6 +9,7 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps from TrigValTools.TrigValSteering.Common import find_file from TrigAnalysisTest.TrigAnalysisSteps import add_analysis_steps +from AthenaConfiguration.TestDefaults import defaultConditionsTags # Specify trigger menu once here: triggermenu = 'PhysicsP1_pp_lowMu_run3_v1' @@ -66,7 +67,7 @@ tzreco.max_events = 50 tzreco.args = '--inputBSFile=' + find_file('*.physics_Main*._athenaHLT*.data') # output of the previous step tzreco.args += ' --outputAODFile=AOD.pool.root' tzreco.args += ' --outputHISTFile=ExampleMonitorOutput.root' -tzreco.args += ' --conditionsTag=\'CONDBR2-BLKPA-2024-03\' --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' +tzreco.args += f' --conditionsTag="{defaultConditionsTags.RUN3_DATA}" --geometryVersion=\'ATLAS-R3S-2021-03-02-00\'' tzreco.args += ' --preExec="{:s}"'.format(tzrecoPreExec) # The full test