CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
relval_production.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 ## data production test
13 workflows[1000] = [ '',['RunMinBias2011A','TIER0','SKIMD','HARVESTDfst2','ALCASPLIT']]
14 workflows[1001] = [ '',['RunMinBias2011A','TIER0EXP','ALCAEXP','ALCAHARVD1','ALCAHARVD2','ALCAHARVD3','ALCAHARVD4']]
15 workflows[1002]=['RRD',['RunMinBias2011A','RECOD','COPYPASTE']]#,'RECODFROMRAWRECO']]
16 workflows[1003]=['', ['RunMinBias2012A','RECODDQM','HARVESTDDQM']]
17 
18 
19 ## MC production test
20 #workflows[1100] = [ '',[]]
21 
22 #workflows[1100]=['',['OldGenSimINPUT','REDIGIPU','RERECOPU1']]
23 workflows[1102]=['RR', ['TTbar','DIGI','RECO','RECOFROMRECO','COPYPASTE']]
24 #workflows[1103]=['RR', ['OldTTbarINPUT','RECOFROMRECOSt2']]
25 
26 #workflows[1104]=['',['OldGenSimINPUT','RESIM','DIGIPU','RERECOPU']]
27 
28 ## special fastsim test
29 #workflows[1200]=['TTbar',['TTbarSFS','RECOFS','HARVESTFS']]
30 #workflows[1201]=['TTbar',['TTbarSFSA']]
CLHEP::HepMatrix Matrix
Definition: matutil.h:65