Skip to content

Commit

Permalink
Merge pull request #40280 from sunilUIET/add_postEEWFs_125X
Browse files Browse the repository at this point in the history
addition of WFs with post-EE conditions [12_5_X]
  • Loading branch information
cmsbuild committed Dec 13, 2022
2 parents 2ce20db + 576d69c commit 58e42bd
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -26,6 +26,8 @@
'2024PU',
'2021FS',
'2021FSPU',
'2021postEE',
'2021postEEPU',
]

upgradeKeys[2026] = [
Expand Down Expand Up @@ -2047,6 +2049,14 @@ def condition(self, fragment, stepList, key, hasHarvest):
'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision',
'ScenToRun' : ['Gen','FastSimRun3','HARVESTFastRun3'],
},
'2021postEE' : {
'Geom' : 'DB:Extended',
'GT' : 'auto:phase1_2022_realistic_postEE',
'HLTmenu': '@relval2022',
'Era' : 'Run3',
'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision',
'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],
},
}

# standard PU sequences
Expand Down

0 comments on commit 58e42bd

Please sign in to comment.