From 3a9c9b18b482745d4c1edaaa34dfe6c5c809b027 Mon Sep 17 00:00:00 2001 From: Saumya Phor Date: Thu, 29 Jun 2023 17:23:10 +0200 Subject: [PATCH] 131X Update 2023 MC GT, VtxSmearing, PU lib and fix RPC geomentry in 2022,2023 MC GTs --- Configuration/AlCa/python/autoCond.py | 22 +++++++++---------- .../python/relval_steps.py | 2 +- .../python/upgradeWorkflowComponents.py | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index 35346a14c6b2c..3439a16c6bb6b 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -62,27 +62,27 @@ # GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode 'phase1_2018_cosmics_peak' : '131X_upgrade2018cosmics_realistic_peak_v3', # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2022 - 'phase1_2022_design' : '131X_mcRun3_2022_design_v2', + 'phase1_2022_design' : '131X_mcRun3_2022_design_v3', # GlobalTag for MC production with realistic conditions for Phase1 2022 - 'phase1_2022_realistic' : '131X_mcRun3_2022_realistic_v3', + 'phase1_2022_realistic' : '131X_mcRun3_2022_realistic_v4', # GlobalTag for MC production with realistic conditions for Phase1 2022 post-EE+ leak - 'phase1_2022_realistic_postEE' : '131X_mcRun3_2022_realistic_postEE_v3', + 'phase1_2022_realistic_postEE' : '131X_mcRun3_2022_realistic_postEE_v4', # GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2022, Strip tracker in DECO mode - 'phase1_2022_cosmics' : '131X_mcRun3_2022cosmics_realistic_deco_v3', + 'phase1_2022_cosmics' : '131X_mcRun3_2022cosmics_realistic_deco_v4', # GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2022, Strip tracker in DECO mode - 'phase1_2022_cosmics_design' : '131X_mcRun3_2022cosmics_design_deco_v2', + 'phase1_2022_cosmics_design' : '131X_mcRun3_2022cosmics_design_deco_v3', # GlobalTag for MC production with realistic conditions for Phase1 2022 detector for Heavy Ion - 'phase1_2022_realistic_hi' : '131X_mcRun3_2022_realistic_HI_v7', + 'phase1_2022_realistic_hi' : '131X_mcRun3_2022_realistic_HI_v8', # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2023 - 'phase1_2023_design' : '131X_mcRun3_2023_design_v6', + 'phase1_2023_design' : '131X_mcRun3_2023_design_v7', # GlobalTag for MC production with realistic conditions for Phase1 2023 - 'phase1_2023_realistic' : '131X_mcRun3_2023_realistic_v6', + 'phase1_2023_realistic' : '131X_mcRun3_2023_realistic_v8', # GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2023, Strip tracker in DECO mode - 'phase1_2023_cosmics' : '131X_mcRun3_2023cosmics_realistic_deco_v6', + 'phase1_2023_cosmics' : '131X_mcRun3_2023cosmics_realistic_deco_v8', # GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2023, Strip tracker in DECO mode - 'phase1_2023_cosmics_design' : '131X_mcRun3_2023cosmics_design_deco_v6', + 'phase1_2023_cosmics_design' : '131X_mcRun3_2023cosmics_design_deco_v7', # GlobalTag for MC production with realistic conditions for Phase1 2023 detector for Heavy Ion - 'phase1_2023_realistic_hi' : '131X_mcRun3_2023_realistic_HI_v11', + 'phase1_2023_realistic_hi' : '131X_mcRun3_2023_realistic_HI_v12', # GlobalTag for MC production with realistic conditions for Phase1 2024 'phase1_2024_realistic' : '131X_mcRun3_2024_realistic_v4', # GlobalTag for MC production with realistic conditions for Phase2 diff --git a/Configuration/PyReleaseValidation/python/relval_steps.py b/Configuration/PyReleaseValidation/python/relval_steps.py index c51368493548d..980768f6d01a0 100644 --- a/Configuration/PyReleaseValidation/python/relval_steps.py +++ b/Configuration/PyReleaseValidation/python/relval_steps.py @@ -3923,7 +3923,7 @@ def gen2022HiMix(fragment,howMuch): defaultDataSets['2021']='CMSSW_13_1_0_pre1-130X_mcRun3_2022_realistic_withNewBSFromEOY2022Data_v2_RV186-v' defaultDataSets['2021Design']='CMSSW_12_5_0_pre4-124X_mcRun3_2022_design_v7_design_BS2022-v' defaultDataSets['2021FS']='CMSSW_12_5_0_pre4-124X_mcRun3_2022_realistic_v10_BS2022_FastSim-v' -defaultDataSets['2023']='CMSSW_12_5_0_pre4-124X_mcRun3_2023_realistic_v11_BS2022-v' +defaultDataSets['2023']='CMSSW_13_0_10-130X_mcRun3_2023_realistic_withEarly2023BS_v1_2023-v' defaultDataSets['2024']='CMSSW_12_5_0_pre4-124X_mcRun3_2024_realistic_v11_BS2022-v' defaultDataSets['2026D49']='CMSSW_12_0_0_pre4-113X_mcRun4_realistic_v7_2026D49noPU-v' defaultDataSets['2026D76']='CMSSW_12_0_0_pre4-113X_mcRun4_realistic_v7_2026D76noPU-v' diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index 5c76f2b4fa7b2..f97d48e9196b0 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -2493,7 +2493,7 @@ def condition(self, fragment, stepList, key, hasHarvest): 'GT' : 'auto:phase1_2023_realistic', 'HLTmenu': '@relval2023', 'Era' : 'Run3_2023', - 'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision', + 'BeamSpot': 'Realistic25ns13p6TeVEarly2023Collision', 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'], }, '2024' : {