Skip to content

Commit

Permalink
For NewMixing FastSim PU. Use with cms-sw#4197
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Jun 14, 2014
1 parent 5a75cdc commit 2a0df6d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_standard.py
Expand Up @@ -120,6 +120,8 @@
workflows[135.6] = ['QCD_FlatPt_15_3000_13', ['QCDFlatPt153000FS_13','HARVESTUP15FS']]
workflows[135.7] = ['H130GGgluonfusion_13', ['H130GGgluonfusionFS_13','HARVESTUP15FS']]

### MinBias fastsim_13 TeV for mixing ###
workflows[135.8] = ['',['MinBiasFS_13_ForMixing']]

### standard set ###
## particle guns
Expand Down
13 changes: 13 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -828,6 +828,16 @@ def addForAll(steps,d):
'--datatier':'GEN-SIM-DIGI-RECO,DQMIO',
'--relval':'27000,3000'},
step1Defaults])
step1FastPUNewMixing =merge([{'-s':'GEN,SIM,RECO',
'--fast':'',
'--conditions' :'auto:run2_mc',
'--magField' :'38T_PostLS1',
'--customise' :'SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1',
'--eventcontent':'FASTPU',
'--datatier':'GEN-SIM-RECO',
'--relval':'27000,3000'},
step1Defaults])


#step1FastDefaults
steps['TTbarFS']=merge([{'cfg':'TTbar_Tauola_8TeV_cfi'},Kby(100,1000),step1FastDefaults])
Expand Down Expand Up @@ -856,6 +866,9 @@ def addForAll(steps,d):
steps['SingleMuPt10FS_UP15']=merge([{'cfg':'SingleMuPt10_cfi'},step1FastUpg2015Defaults])
steps['SingleMuPt100FS_UP15']=merge([{'cfg':'SingleMuPt100_cfi'},step1FastUpg2015Defaults])

#step1FastPU
steps['MinBiasFS_13_ForMixing']=merge([{'cfg':'MinBias_13TeV_cfi'},Kby(100,1000),step1FastPUNewMixing])

steps['TTbarSFS']=merge([{'cfg':'TTbar_Tauola_8TeV_cfi'},
{'-s':'GEN,SIM',
'--eventcontent':'FEVTDEBUG',
Expand Down

0 comments on commit 2a0df6d

Please sign in to comment.