CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
relval_extendedgen.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[507]=['',['SoftQCDDiffractive_13TeV_pythia8','HARVESTGEN']]
19 workflows[508]=['',['SoftQCDnonDiffractive_13TeV_pythia8','HARVESTGEN']]
20 workflows[509]=['',['SoftQCDelastic_13TeV_pythia8','HARVESTGEN']]
21 workflows[510]=['',['SoftQCDinelastic_13TeV_pythia8','HARVESTGEN']]
22 
23 # Matrix Element Generations (LHE Generation)
24 
25 # Hadronization (Hadronization of LHE)
26 workflows[514]=['',['GGToH_13TeV_pythia8','HARVESTGEN']]
27 workflows[515]=['',['ZJetsLLtaupinu_13TeV_madgraph-pythia8','HARVESTGEN']]
28 workflows[516]=['',['WJetsLNutaupinu_13TeV_madgraph-pythia8','HARVESTGEN']]
29 workflows[517]=['',['GGToHtaupinu_13TeV_pythia8','HARVESTGEN']]
30 workflows[518]=['',['ZJetsLLtaurhonu_13TeV_madgraph-pythia8','HARVESTGEN']]
31 workflows[519]=['',['WJetsLNutaurhonu_13TeV_madgraph-pythia8','HARVESTGEN']]
32 workflows[520]=['',['GGToHtaurhonu_13TeV_pythia8','HARVESTGEN']]
33 
34 # External Decays
35 workflows[524]=['',['GGToH_13TeV_pythia8-tauola','HARVESTGEN']]
36 workflows[525]=['',['WToLNutaupinu_13TeV_pythia8-tauola','HARVESTGEN']]
37 workflows[526]=['',['DYToLLtaupinu_M-50_13TeV_pythia8-tauola','HARVESTGEN']]
38 workflows[527]=['',['GGToHtaupinu_13TeV_pythia8-tauola','HARVESTGEN']]
39 workflows[528]=['',['WToLNutaurhonu_13TeV_pythia8-tauola','HARVESTGEN']]
40 workflows[529]=['',['DYToLLtaurhonu_M-50_13TeV_pythia8-tauola','HARVESTGEN']]
41 workflows[530]=['',['GGToHtaurhonu_13TeV_pythia8-tauola','HARVESTGEN']]
42 
43 # Heavy Ion
44 #workflows[532]=['',['Hijing_PPb_MinimumBias','HARVESTGEN']]
45 
46 # Miscellaneous
CLHEP::HepMatrix Matrix
Definition: matutil.h:65