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 # 13TeV workflow added my Ian M. Nugent (nugent@physik.rwth-aachen.de)
2 #
3 # import the definition of the steps and input files:
5 
6 # here only define the workflows as a combination of the steps defined above:
7 workflows = Matrix()
8 
9 # each workflow defines a name and a list of steps to be done.
10 # if no explicit name/label given for the workflow (first arg),
11 # the name of step1 will be used
12 
13 # 'generator' the base set of relval for generators
14 # 'extendedgen' extends the base set to a more thorough assesment of GEN
15 # the two sets are exclusive
16 
17 # LO Generators
18 workflows[501]=['',['MinBias_TuneZ2star_13TeV_pythia6','HARVESTGEN']]
19 workflows[502]=['',['QCD_Pt-30_TuneZ2star_13TeV_pythia6','HARVESTGEN']]
20 workflows[503]=['',['MinBias_13TeV_pythia8','HARVESTGEN']]
21 workflows[504]=['',['QCD_Pt-30_13TeV_pythia8','HARVESTGEN']]
22 workflows[505]=['',['DYToLL_M-50_13TeV_pythia8','HARVESTGEN']]
23 workflows[506]=['',['WToLNu_13TeV_pythia8','HARVESTGEN']]
24 workflows[511]=['',['QCD_Pt-30_8TeV_herwigpp','HARVESTGEN']]
25 
26 # Matrix Element Generations (LHE Generation)
27 
28 # Hadronization (Hadronization of LHE)
29 workflows[512]=['',['ZJetsLL_13TeV_madgraph-pythia8','HARVESTGEN']]
30 workflows[513]=['',['WJetsLNu_13TeV_madgraph-pythia8','HARVESTGEN']]
31 
32 # External Decays
33 workflows[521]=['',['TT_13TeV_pythia8-evtgen','HARVESTGEN']]
34 workflows[522]=['',['DYToLL_M-50_13TeV_pythia8-tauola','HARVESTGEN']]
35 workflows[523]=['',['WToLNu_13TeV_pythia8-tauola','HARVESTGEN']]
36 
37 # Heavy Ion
38 workflows[531]=['',['ReggeGribovPartonMC_EposLHC_5TeV_pPb','HARVESTGEN']]
39 
40 # Miscellaneous
CLHEP::HepMatrix Matrix
Definition: matutil.h:65