-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Move default Run 4 workflows to D121 #49437
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4768,6 +4768,7 @@ def gen2024HiMix(fragment,howMuch): | |
| defaultDataSets['Run4D96']='CMSSW_13_1_0_pre1-130X_mcRun4_realistic_v2_2026D96noPU-v' | ||
| defaultDataSets['Run4D98']='CMSSW_13_2_0_pre1-131X_mcRun4_realistic_v5_2026D98noPU-v' | ||
| defaultDataSets['Run4D110']='CMSSW_15_1_0_pre5-150X_mcRun4_realistic_v1_STD_RegeneratedGS_Run4D110_noPU-v' | ||
| defaultDataSets['Run4D121']='' | ||
|
||
|
|
||
| ## HIN | ||
| defaultDataSets['2023HIN']='CCMSSW_14_1_0-PU_140X_mcRun3_2023_realistic_HI_v4_STD_2023HIN_PU-v' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| from Configuration.Geometry.GeometryDD4hepExtendedRun4D110_cff import * | ||
| from Configuration.Geometry.GeometryDD4hepExtendedRun4D121_cff import * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checking: is this era correct for D121?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you are right, it should be
Phase2C22I13M9because the calorimeter changes:cmssw/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py
Line 3876 in 1dbeb02
I will propagate this update.