Skip to content

Commit

Permalink
Merge pull request #41591 from sunilUIET/addWFs_rereco2022
Browse files Browse the repository at this point in the history
[12_4_X] WFs to test era Run3_2022_rereco
  • Loading branch information
cmsbuild authored May 9, 2023
2 parents 1ecf831 + 5ba9c06 commit 16ec152
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
'2021FSPU',
'2021postEE',
'2021postEEPU',
'2022ReReco',
'2022ReRecoPU'
]

upgradeKeys[2026] = [
Expand Down Expand Up @@ -1844,7 +1846,7 @@ def condition(self, fragment, stepList, key, hasHarvest):

class UpgradeWorkflow_DDDDB(UpgradeWorkflow):
def setup_(self, step, stepName, stepDict, k, properties):
if 'Run3' in stepDict[step][k]['--era'] and 'Fast' not in stepDict[step][k]['--era']:
if 'Run3' in stepDict[step][k]['--era'] and 'rereco' not in stepDict[step][k]['--era'] and 'Fast' not in stepDict[step][k]['--era']:
# retain any other eras
tmp_eras = stepDict[step][k]['--era'].split(',')
tmp_eras[tmp_eras.index("Run3")] = 'Run3_DDD'
Expand Down Expand Up @@ -2001,6 +2003,15 @@ def condition(self, fragment, stepList, key, hasHarvest):
'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision',
'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],
},
'2022ReReco' : {
'Geom' : 'DB:Extended',
'GT' : 'auto:phase1_2022_realistic_postEE',
'HLTmenu': '@relval2022',
'Era' : 'Run3_2022_rereco',
'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision',
'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],
},

}

# standard PU sequences
Expand Down

0 comments on commit 16ec152

Please sign in to comment.