CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
relval_identity.py
Go to the documentation of this file.
1 
2 # import the definition of the steps and input files:
4 
5 # here only define the workflows as a combination of the steps defined above:
6 workflows = Matrix()
7 
8 # each workflow defines a name and a list of steps to be done.
9 # if no explicit name/label given for the workflow (first arg),
10 # the name of step1 will be used
11 
12 workflows[50000] = ['',['RunMinBias2012C','HLTD','RECODreHLT']]
13 
14 workflows[50001] = ['SingleMuPt10_UP15ID', ['SingleMuPt10_UP15IDINPUT','SingleMuPt10_UP15_ID','DIGIUP15_ID','RECOUP15_ID','HARVESTUP15']]
15 workflows[50002] = ['TTbar_13_ID', ['TTbar_13IDINPUT','TTbar_13_ID','DIGIUP15_ID','RECOUP15_ID','HARVESTUP15']]
16 
17 workflows[50101] = ['SingleMuPt10_UP15ID', ['SingleMuPt10_UP15FSIDINPUT','SingleMuPt10FS_UP15_ID','HARVESTUP15FS']]
18 workflows[50102] = ['TTbar_13_ID', ['TTbar_13FSIDINPUT','TTbarFS_13_ID','HARVESTUP15FS']]
CLHEP::HepMatrix Matrix
Definition: matutil.h:65