Skip to content

Commit

Permalink
update workflow 1030 for the dedicated steps for HP beamspot
Browse files Browse the repository at this point in the history
  • Loading branch information
cerminar authored and Giovanni Franzoni committed Mar 5, 2018
1 parent f53c846 commit e2af8be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -1424,7 +1424,7 @@ def lhegensim2017(fragment,howMuch):
'--customise':'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017_express_trackingOnly',
}

steps['ALCASPLITHPBS']={'-s':'ALCAOUTPUT:TkAlMinBias,ALCA:PromptCalibProd',
steps['ALCASPLITHPBS']={'-s':'ALCAOUTPUT:TkAlMinBias,ALCA:PromptCalibProdBeamSpotHP',
'--scenario':'pp',
'--data':'',
'--era':'Run2_2017',
Expand All @@ -1434,14 +1434,14 @@ def lhegensim2017(fragment,howMuch):
'--triggerResultsProcess':'RECO',
}

steps['ALCAHARVDHPBS']={'-s':'ALCAHARVEST:%s'%(autoPCL['PromptCalibProd']),
steps['ALCAHARVDHPBS']={'-s':'ALCAHARVEST:%s'%(autoPCL['PromptCalibProdBeamSpotHP']),
#'--conditions':'auto:run2_data_promptlike',
'--conditions':'92X_dataRun2_Express_v2_snapshotted', # to replaced with line above once run2_data_promptlike will contain DropBoxMetadata
'--scenario':'pp',
'--data':'',
'--era':'Run2_2017',
'--customise':'Configuration/DataProcessing/RecoTLR.customisePostEra_Run2_2017_harvesting_trackingOnly',
'--filein':'file:PromptCalibProd.root'}
'--filein':'file:PromptCalibProdBeamSpotHP.root'}


steps['RECOCOSD']=merge([{'--scenario':'cosmics',
Expand Down

0 comments on commit e2af8be

Please sign in to comment.