Skip to content

Commit

Permalink
Merge pull request #42153 from saumyaphor4252/alca-131X_RPC_geometry_fix
Browse files Browse the repository at this point in the history
[13_1_X] Update 2023 MC GT, VtxSmearing, PU library and fix RPC geometry in 2022/2023 MC GTs
  • Loading branch information
cmsbuild authored Jul 26, 2023
2 parents 42c203d + 3a9c9b1 commit 30ec8ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3968,7 +3968,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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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' : {
Expand Down

0 comments on commit 30ec8ca

Please sign in to comment.