Skip to content

Commit

Permalink
Add customisation to make sure tht we cross LS at IB, short matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Feb 20, 2021
1 parent 8b23704 commit bc8ebbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3286,6 +3286,7 @@ def gen2021HiMix(fragment,howMuch):
# setup baseline steps
upgradeStepDict['GenSim'][k]= {'-s' : 'GEN,SIM',
'-n' : 10,
'--customise_commands': '"process.source.numberEventsInLuminosityBlock=cms.untracked.uint32(5)"',
'--conditions' : gt,
'--beamspot' : 'Realistic25ns13TeVEarly2017Collision',
'--datatier' : 'GEN-SIM',
Expand All @@ -3296,6 +3297,7 @@ def gen2021HiMix(fragment,howMuch):

upgradeStepDict['GenSimHLBeamSpot'][k]= {'-s' : 'GEN,SIM',
'-n' : 10,
'--customise_commands': '"process.source.numberEventsInLuminosityBlock=cms.untracked.uint32(5)"',
'--conditions' : gt,
'--beamspot' : 'HLLHC',
'--datatier' : 'GEN-SIM',
Expand All @@ -3305,6 +3307,7 @@ def gen2021HiMix(fragment,howMuch):

upgradeStepDict['GenSimHLBeamSpot14'][k]= {'-s' : 'GEN,SIM',
'-n' : 10,
'--customise_commands': '"process.source.numberEventsInLuminosityBlock=cms.untracked.uint32(5)"',
'--conditions' : gt,
'--beamspot' : 'HLLHC14TeV',
'--datatier' : 'GEN-SIM',
Expand Down

0 comments on commit bc8ebbd

Please sign in to comment.