Skip to content

Commit 5d5e0ee

Browse files
authored
Merge pull request cms-sw#31955 from boudoul/addingMWGR4runwithGEM
adding MWGR4 run with GEM in Run3 data workflow
2 parents a4f7c7b + 0239dd0 commit 5d5e0ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Configuration/PyReleaseValidation/python/relval_standard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
workflows[137.8] = ['',['RunEGamma2018C','HLTDR2_2018','RECODR2_2018reHLT_skimEGamma_Offline_L1TEgDQM',
436436
'RunEGamma2018D','HLTDR2_2018','RECODR2_2018reHLT_skimEGamma_Prompt_L1TEgDQM','HARVEST2018_L1TEgDQM_MULTIRUN']]
437437
### LS2 - MWGR ###
438-
workflows[138.1] = ['',['RunCosmics2020','RECOCOSDRUN3','ALCACOSDRUN3','HARVESTDCRUN3']]
438+
workflows[138.1] = ['',['RunCosmics2020GEM','RECOCOSDRUN3','ALCACOSDRUN3','HARVESTDCRUN3']]
439439
workflows[138.2] = ['',['RunCosmics2020','RECOCOSDEXPRUN3','ALCACOSDEXPRUN3','HARVESTDCEXPRUN3']]
440440

441441
#### Test of lumi section boundary crossing with run2 2018D ####

Configuration/PyReleaseValidation/python/relval_steps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@
496496

497497
### LS2 - MWGR ###
498498
steps['RunCosmics2020']={'INPUT':InputInfo(dataSet='/ExpressCosmics/Commissioning2019-Express-v1/FEVT',label='2020GR0',run=[334393],events=100000,location='STD')}
499+
steps['RunCosmics2020GEM']={'INPUT':InputInfo(dataSet='/ExpressCosmics/Commissioning2020-Express-v1/FEVT',label='2020GR4',run=[337973],events=100000,location='STD')}
499500

500501
#### Test of lumi section boundary crossing with run2 2018D ####
501502
Run2018Dml1={320822: [[1,1]] , 320823: [[1,1]]}

0 commit comments

Comments
 (0)