Skip to content

Commit

Permalink
Workflows: Add workflows associated to geometry scenarios D62 + D63 +…
Browse files Browse the repository at this point in the history
… D64.
  • Loading branch information
ghugo83 committed Jul 16, 2020
1 parent e92a294 commit 521ecfc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_2026.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
numWFIB.extend([27834.0]) #2026D59
numWFIB.extend([28234.0]) #2026D60
numWFIB.extend([28634.0]) #2026D61
numWFIB.extend([29034.0]) #2026D62
numWFIB.extend([29434.0]) #2026D63
numWFIB.extend([29834.0]) #2026D64

for numWF in numWFIB:
workflows[numWF] = _upgrade_workflows[numWF]
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
'2026D60PU',
'2026D61',
'2026D61PU',
'2026D62',
'2026D62PU',
'2026D63',
'2026D63PU',
'2026D64',
'2026D64PU',
]

# pre-generation of WF numbers
Expand Down Expand Up @@ -923,6 +929,30 @@ def condition(self, fragment, stepList, key, hasHarvest):
'Era' : 'Phase2C9',
'ScenToRun' : ['GenSimHLBeamSpotFull','DigiFullTrigger','RecoFullGlobal', 'HARVESTFullGlobal'],
},
'2026D62' : {
'Geom' : 'Extended2026D62',
'HLTmenu': '@fake2',
'GT' : 'auto:phase2_realistic_T21',
'ProcessModifier': 'phase2_PixelCPEGeneric',
'Era' : 'Phase2C11',
'ScenToRun' : ['GenSimHLBeamSpotFull','DigiFullTrigger','RecoFullGlobal', 'HARVESTFullGlobal'],
},
'2026D63' : {
'Geom' : 'Extended2026D63',
'HLTmenu': '@fake2',
'GT' : 'auto:phase2_realistic_T22',
'ProcessModifier': 'phase2_PixelCPEGeneric',
'Era' : 'Phase2C11',
'ScenToRun' : ['GenSimHLBeamSpotFull','DigiFullTrigger','RecoFullGlobal', 'HARVESTFullGlobal'],
},
'2026D64' : {
'Geom' : 'Extended2026D64',
'HLTmenu': '@fake2',
'GT' : 'auto:phase2_realistic_T23',
'ProcessModifier': 'phase2_PixelCPEGeneric',
'Era' : 'Phase2C11',
'ScenToRun' : ['GenSimHLBeamSpotFull','DigiFullTrigger','RecoFullGlobal', 'HARVESTFullGlobal'],
},
}

# standard PU sequences
Expand Down

0 comments on commit 521ecfc

Please sign in to comment.