Skip to content

Commit

Permalink
fix typo in HI gt keys
Browse files Browse the repository at this point in the history
  • Loading branch information
hengne committed Feb 12, 2016
1 parent a5d5fde commit c4ca9f3
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 @@ -520,7 +520,7 @@ def genS(fragment,howMuch):
U2000by1={'--relval': '2000,1'}
U80by1={'--relval': '80,1'}

hiAlca = {'--conditions':'auto:run2_mc_HIon', '--era':'Run2_HI'}
hiAlca = {'--conditions':'auto:run2_mc_hi', '--era':'Run2_HI'}
hiAlca2011 = {'--conditions':'auto:run1_mc_hi'}

hiDefaults2011=merge([hiAlca2011,{'--scenario':'HeavyIons','-n':2,'--beamspot':'RealisticHI2011Collision'}])
Expand Down Expand Up @@ -1412,7 +1412,7 @@ def identityFS(wf):
#steps['MINIAODDATAs2'] =merge([{'--filein':'file:step2.root'},stepMiniAODData])
steps['MINIAODMCUP15'] =merge([stepMiniAODMC])
#steps['MINIAODMCUP1550'] =merge([{'--conditions':'auto:run2_mc_50ns','--era':'Run2_50ns'},stepMiniAODMC])
#steps['MINIAODMCUP15HI'] =merge([{'--conditions':'auto:run2_mc_HIon','--era':'Run2_HI'},stepMiniAODMC])
#steps['MINIAODMCUP15HI'] =merge([{'--conditions':'auto:run2_mc_hi','--era':'Run2_HI'},stepMiniAODMC])
steps['MINIAODMCUP15FS'] =merge([{'--filein':'file:step1.root','--fast':''},stepMiniAODMC])
steps['MINIAODMCUP15FS50'] =merge([{'--conditions':'auto:run2_mc_50ns','--era':'Run2_50ns'},steps['MINIAODMCUP15FS']])

Expand Down

0 comments on commit c4ca9f3

Please sign in to comment.