Skip to content

Commit

Permalink
Merge pull request cms-sw#5591 from franzoni/setPUforRelvalsTo35-CMSS…
Browse files Browse the repository at this point in the history
…W_7_3_X_2014-09-26-0800

Configuration/PyReleaseValidation -- switch pileup to 35 for relvals
  • Loading branch information
nclopezo committed Oct 8, 2014
2 parents c9997ad + 858db28 commit 5ed993e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,8 @@ def genvalid(fragment,d,suffix='all',fi='',dataSet=''):
PU={'-n':10,'--pileup':'default','--pileup_input':'das:/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],)}
# pu2 can be removed
PU2={'-n':10,'--pileup':'default','--pileup_input':'das:/RelValMinBias/%s/GEN-SIM'%(baseDataSetRelease[0],)}
PU25={'-n':10,'--pileup':'AVE_10_BX_25ns_m8','--pileup_input':'das:/RelValMinBias_13/%s/GEN-SIM'%(baseDataSetRelease[4],)}
PU50={'-n':10,'--pileup':'AVE_20_BX_50ns_m8','--pileup_input':'das:/RelValMinBias_13/%s/GEN-SIM'%(baseDataSetRelease[4],)}
PU25={'-n':10,'--pileup':'AVE_35_BX_25ns','--pileup_input':'das:/RelValMinBias_13/%s/GEN-SIM'%(baseDataSetRelease[4],)}
PU50={'-n':10,'--pileup':'AVE_35_BX_50ns','--pileup_input':'das:/RelValMinBias_13/%s/GEN-SIM'%(baseDataSetRelease[4],)}

#PU for FastSim
PUFS={'--pileup':'default'}
Expand Down

0 comments on commit 5ed993e

Please sign in to comment.