Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:39

0001 
0002 # import the definition of the steps and input files:
0003 from  Configuration.PyReleaseValidation.relval_steps import *
0004 
0005 # here only define the workflows as a combination of the steps defined above:
0006 workflows = Matrix()
0007 
0008 # each workflow defines a name and a list of steps to be done. 
0009 # if no explicit name/label given for the workflow (first arg),
0010 # the name of step1 will be used
0011 
0012 workflows[50000] = ['',['RunMinBias2012C','HLTD','RECODreHLT']]
0013 
0014 workflows[50001] = ['SingleMuPt10_UP15ID', ['SingleMuPt10_UP15IDINPUT','SingleMuPt10_UP15_ID','DIGIUP15_ID','RECOUP15_ID','HARVESTUP15']]
0015 workflows[50002] = ['TTbar_13_ID', ['TTbar_13IDINPUT','TTbar_13_ID','DIGIUP15_ID','RECOUP15_ID','HARVESTUP15']]
0016 
0017 workflows[50101] = ['SingleMuPt10_UP15ID', ['SingleMuPt10_UP15FSIDINPUT','SingleMuPt10FS_UP15_ID','HARVESTUP15FS']]
0018 workflows[50102] = ['TTbar_13_ID', ['TTbar_13FSIDINPUT','TTbarFS_13_ID','HARVESTUP15FS']]