Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13_1_X] Update 2023 MC GT, VtxSmearing, PU library and fix RPC geometry in 2022/2023 MC GTs #42153

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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'
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