Skip to content

Commit 7c36e8f

Browse files
authored
Merge pull request #48292 from bsunanda/Phase2-hgx364P1
Phase2-hgx364P1 Update the workflow for V19 version of HGCal scenarios
2 parents aa6e983 + 38a9bff commit 7c36e8f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
'Run4D120PU',
110110
'Run4D121',
111111
'Run4D121PU',
112+
'Run4D122',
113+
'Run4D122PU',
114+
'Run4D123',
115+
'Run4D123PU',
112116
]
113117

114118
# pre-generation of WF numbers
@@ -3595,7 +3599,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
35953599
'Geom' : 'ExtendedRun4D120',
35963600
'HLTmenu': '@relvalRun4',
35973601
'GT' : 'auto:phase2_realistic_T33',
3598-
'Era' : 'Phase2C22I13M9',
3602+
'Era' : 'Phase2C26I13M9',
35993603
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'],
36003604
},
36013605
'Run4D121' : {
@@ -3605,6 +3609,20 @@ def condition(self, fragment, stepList, key, hasHarvest):
36053609
'Era' : 'Phase2C22I13M9',
36063610
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'],
36073611
},
3612+
'Run4D122' : {
3613+
'Geom' : 'ExtendedRun4D122',
3614+
'HLTmenu': '@relvalRun4',
3615+
'GT' : 'auto:phase2_realistic_T33',
3616+
'Era' : 'Phase2C26I13M9',
3617+
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'],
3618+
},
3619+
'Run4D123' : {
3620+
'Geom' : 'ExtendedRun4D123',
3621+
'HLTmenu': '@relvalRun4',
3622+
'GT' : 'auto:phase2_realistic_T33',
3623+
'Era' : 'Phase2C26I13M9',
3624+
'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'],
3625+
},
36083626
}
36093627

36103628
# standard PU sequences

0 commit comments

Comments
 (0)