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

Phase2-hgx318A Use the correct ERA for 2026D94 scenario #38846

Merged
merged 1 commit into from
Jul 27, 2022
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
6 changes: 6 additions & 0 deletions Configuration/Eras/python/Era_Phase2C18I13M9_cff.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import FWCore.ParameterSet.Config as cms

from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
from Configuration.Eras.Modifier_phase2_hfnose_cff import phase2_hfnose

Phase2C18I13M9 = cms.ModifierChain(Phase2C17I13M9, phase2_hfnose)
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
'Geom' : 'Extended2026D94',
'HLTmenu': '@fake2',
'GT' : 'auto:phase2_realistic_T21',
'Era' : 'Phase2C17I13M9',
'Era' : 'Phase2C18I13M9',
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal'],
},
}
Expand Down
3 changes: 2 additions & 1 deletion Configuration/StandardSequences/python/Eras.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def __init__(self):
'Phase2C11I13M9',
'Phase2C11I13T25M9',
'Phase2C11I13T26M9',
'Phase2C17I13M9'
'Phase2C17I13M9',
'Phase2C18I13M9'
]

internalUseMods = ['run2_common', 'run2_25ns_specific',
Expand Down