Skip to content

Commit

Permalink
adjusting relval paths
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Jan 13, 2022
1 parent 1e36073 commit 460aa8d
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 @@ -2150,7 +2150,7 @@ def lhegensim2018ml(fragment,howMuch):
#'--filein':'file:step2.root'
}

steps['ALCASPLITPPSCAL']={'-s':'ALCAOUTPUT:PPSCalTrackBasedSel,ALCA:PPSTimingCalib',
steps['ALCASPLITPPSCAL']={'-s':'ALCAOUTPUT:PPSCalTrackBasedSel,ALCA:PromptCalibProdPPSTimingCalib',
'--scenario':'pp',
'--data':'',
'--era':'Run2_2017',
Expand Down Expand Up @@ -2215,7 +2215,7 @@ def lhegensim2018ml(fragment,howMuch):
'--scenario':'pp',
'--data':'',
'--era':'Run2_2017',
'--filein':'file:PPSTimingCalib.root'}
'--filein':'file:ALCARECOStreamPromptCalibProdPPSTimingCalib.root'}

steps['ALCAHARVDPPSALIG']={'-s':'ALCAHARVEST:%s'%(autoPCL['PromptCalibProdPPSAlig']),
'--conditions':'auto:run3_data_express',
Expand Down

0 comments on commit 460aa8d

Please sign in to comment.