Skip to content

Commit

Permalink
add the needed steps to test all production PCL workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cerminar committed Jul 13, 2015
1 parent e800492 commit c01408e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## data production test
workflows[1000] = [ '',['RunMinBias2011A','TIER0','SKIMD','HARVESTDfst2','ALCASPLIT']]
workflows[1001] = [ '',['RunMinBias2011A','TIER0EXP','ALCAEXP','ALCAHARVD']]
workflows[1001] = [ '',['RunMinBias2011A','TIER0EXP','ALCAEXP','ALCAHARVD1','ALCAHARVD2','ALCAHARVD3']]
workflows[1002]=['RRD',['RunMinBias2011A','RECOD','COPYPASTE']]#,'RECODFROMRAWRECO']]
workflows[1003]=['', ['RunMinBias2012A','RECODDQM','HARVESTDDQM']]

Expand Down
22 changes: 21 additions & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ def genvalid(fragment,d,suffix='all',fi='',dataSet=''):
'--conditions':'auto:run1_data',
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO'}
steps['ALCAEXP']={'-s':'ALCA:PromptCalibProd',
steps['ALCAEXP']={'-s':'ALCA:PromptCalibProd+PromptCalibProdSiStrip+PromptCalibProdSiStripGains',
'--conditions':'auto:run1_data',
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO'}
Expand Down Expand Up @@ -1119,6 +1119,26 @@ def genvalid(fragment,d,suffix='all',fi='',dataSet=''):
'--data':'',
'--filein':'file:PromptCalibProd.root'}


steps['ALCAHARVD1']={'-s':'ALCAHARVEST:BeamSpotByRun+BeamSpotByLumi+SiStripQuality',
'--conditions':'auto:run1_data',
'--scenario':'pp',
'--data':'',
'--filein':'file:PromptCalibProd.root'}

steps['ALCAHARVD2']={'-s':'ALCAHARVEST:SiStripQuality',
'--conditions':'auto:run1_data',
'--scenario':'pp',
'--data':'',
'--filein':'file:PromptCalibProdSiStrip.root'}

steps['ALCAHARVD3']={'-s':'ALCAHARVEST:SiStripGains',
'--conditions':'auto:run1_data',
'--scenario':'pp',
'--data':'',
'--filein':'file:PromptCalibProdSiStripGains.root'}


steps['RECOHISt4']=steps['RECOHI']

steps['ALCANZS']=merge([{'-s':'ALCA:HcalCalMinBias','--mc':''},step4Defaults])
Expand Down

0 comments on commit c01408e

Please sign in to comment.