Skip to content

Commit

Permalink
Remove use of TSG internal GTs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Apr 2, 2020
1 parent 832adca commit 17697a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -1280,7 +1280,7 @@ def identityFS(wf):
'--relval':'250000,5000',
'--eventcontent':'RAWSIM,DQM',
'--datatier':'GEN,DQMIO',
'--conditions':'auto:run2_mc_FULL'
'--conditions':'auto:run2_mc'
},
step1Defaults])

Expand All @@ -1292,7 +1292,7 @@ def identityFS(wf):
'--relval':'200000,5000',
'--eventcontent':'LHE',
'--datatier':'GEN',
'--conditions':'auto:run2_mc_FULL'
'--conditions':'auto:run2_mc'
},
step1Defaults])

Expand Down Expand Up @@ -2606,7 +2606,7 @@ def gen2021HiMix(fragment,howMuch):

steps['ALCANZS']=merge([{'-s':'ALCA:HcalCalMinBias','--mc':''},step4Defaults])
steps['HARVESTGEN']={'-s':'HARVESTING:genHarvesting',
'--conditions':'auto:run2_mc_FULL',
'--conditions':'auto:run2_mc',
'--mc':'',
'--era' :'Run2_2016',
'--filetype':'DQM',
Expand Down

0 comments on commit 17697a9

Please sign in to comment.