Skip to content

Commit

Permalink
Merge pull request #40138 from sunilUIET/add_postEE_WFs
Browse files Browse the repository at this point in the history
Addition of WFs for postEE scenario [12_4_X]
  • Loading branch information
cmsbuild authored Dec 12, 2022
2 parents 92eea2c + 1c44a3a commit 28a5039
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
'2023PU',
'2024',
'2024PU',
'2021postEE',
'2021postEEPU',
]

upgradeKeys[2026] = [
Expand Down Expand Up @@ -76,7 +78,7 @@
}
numWFSkip=200
# temporary measure to keep other WF numbers the same
numWFConflict = [[20000,23200],[23600,28200],[28600,31400],[31800,32200],[32600,34600],[50000,51000]]
numWFConflict = [[13200,13600],[20000,23200],[23600,28200],[28600,31400],[31800,32200],[32600,34600],[50000,51000]]
numWFAll={
2017: [],
2026: []
Expand Down Expand Up @@ -2013,6 +2015,14 @@ def condition(self, fragment, stepList, key, hasHarvest):
'BeamSpot': 'Run3RoundOptics25ns13TeVLowSigmaZ',
'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],
},
'2021postEE' : {
'Geom' : 'DB:Extended',
'GT' : 'auto:phase1_2022_realistic_postEE',
'HLTmenu': '@relval2022_postEE',
'Era' : 'Run3',
'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision',
'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],
},
}

# standard PU sequences
Expand Down

0 comments on commit 28a5039

Please sign in to comment.