Skip to content

Commit

Permalink
Merge pull request #8409 from davidlange6/74x_fixpremix
Browse files Browse the repository at this point in the history
remove geometry options from premix scenarios
  • Loading branch information
cmsbuild committed Mar 19, 2015
2 parents 2bba234 + e7b200a commit 5ed9e24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,12 +1010,10 @@ def genvalid(fragment,d,suffix='all',fi='',dataSet=''):
steps['RECOPRMXUP15_PU25']=merge([
{'-s':'RAW2DIGI,L1Reco,RECO,EI,VALIDATION,DQM'},
{'--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1'}, # temporary replacement for premix; to be brought back to customisePostLS1
{'--geometry' : 'Extended2015'},
step3Up2015Defaults])
steps['RECOPRMXUP15_PU50']=merge([
{'-s':'RAW2DIGI,L1Reco,RECO,EI,VALIDATION,DQM'},
{'--customise':'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1_50ns'},
{'--geometry' : 'Extended2015'},
step3Up2015Defaults50ns])

recoPremixUp15prod = merge([
Expand Down

0 comments on commit 5ed9e24

Please sign in to comment.