CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
relval_generator.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[501]=['',['MinBias_TuneZ2star_8TeV_pythia6','HARVGEN']]
13 workflows[502]=['',['QCD_Pt-30_TuneZ2star_8TeV_pythia6','HARVGEN']]
14 workflows[503]=['',['TT_TuneZ2star_8TeV_pythia6-evtgen','HARVGEN']]
15 workflows[504]=['',['DYToLL_M-50_TuneZ2star_8TeV_pythia6-tauola','HARVGEN']]
16 workflows[505]=['',['WToLNu_TuneZ2star_8TeV_pythia6-tauola','HARVGEN']]
17 workflows[506]=['',['MinBias_8TeV_pythia8','HARVGEN']]
18 workflows[507]=['',['QCD_Pt-30_8TeV_pythia8','HARVGEN']]
19 workflows[508]=['',['QCD_Pt-30_8TeV_herwig6','HARVGEN']]
20 workflows[509]=['',['QCD_Pt-30_8TeV_herwigpp','HARVGEN']]
21 workflows[510]=['',['GluGluTo2Jets_M-100_8TeV_exhume','HARVGEN']]
22 workflows[517]=['',['QCD_Ht-100To250_TuneZ2star_8TeV_madgraph-tauola','HARVGEN']]
23 workflows[518]=['',['QCD_Ht-250To500_TuneZ2star_8TeV_madgraph-tauola','HARVGEN']]
24 workflows[519]=['',['QCD_Ht-500To1000_TuneZ2star_8TeV_madgraph-tauola','HARVGEN']]
25 workflows[520]=['',['TTJets_TuneZ2star_8TeV_madgraph-tauola','HARVGEN']]
26 workflows[521]=['',['WJetsLNu_TuneZ2star_8TeV_madgraph-tauola','HARVGEN']]
27 workflows[522]=['',['ZJetsLNu_TuneZ2star_8TeV_madgraph-tauola','HARVGEN']]
28 workflows[539]=['',['ZJetsLNu_Tune4C_8TeV_madgraph-pythia8','HARVGEN']]
29 
CLHEP::HepMatrix Matrix
Definition: matutil.h:66