Skip to content

Commit

Permalink
Merge pull request #46841 from AdrianoDee/patch-16
Browse files Browse the repository at this point in the history
Use `Run4` for Phase2 PU inputs
  • Loading branch information
cmsbuild authored Dec 2, 2024
2 parents 6b52498 + af83a93 commit c9ac3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4433,7 +4433,7 @@ def gen2024HiMix(fragment,howMuch):
PUDataSets[ds]={'-n':10,'--pileup':'Run3_Flat55To75_PoissonOOTPU','--pileup_input':'das:/RelValMinBias_14TeV/%s/GEN-SIM'%(name,)}
else:
PUDataSets[ds]={'-n':10,'--pileup':'Run3_Flat55To75_PoissonOOTPU','--pileup_input':'das:/RelValMinBias_14TeV/%s/GEN-SIM-RECO'%(name,)}
elif '2026' in ds:
elif 'Run4' in ds:
PUDataSets[ds]={'-n':10,'--pileup':'AVE_200_BX_25ns','--pileup_input':'das:/RelValMinBias_14TeV/%s/GEN-SIM'%(name,)}
else:
PUDataSets[ds]={'-n':10,'--pileup':'AVE_35_BX_25ns','--pileup_input':'das:/RelValMinBias_14TeV/%s/GEN-SIM'%(name,)}
Expand Down

0 comments on commit c9ac3b7

Please sign in to comment.