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 & Hadronization (LHE Generation + Hadronization)
27 workflows[512]=['DYTollJets_LO_Mad_13TeV_py8',['DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV','Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8','HARVESTGEN2']]
28 
29 # Matrix Element Generations & Hadronization (Sherpa)
30 
31 # External Decays
32 
33 # Heavy Ion
34 workflows[531]=['',['ReggeGribovPartonMC_EposLHC_5TeV_pPb','HARVESTGEN']]
35 
36 # B-physics
37 workflows[541]=['',['BuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']]
38 #workflows[542]=['',['Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']]
39 #workflows[543]=['',['Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']]
40 #workflows[544]=['',['LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']]
41 workflows[545]=['',['BsToMuMu_forSTEAM_13TeV_TuneCUETP8M1','HARVESTGEN']]
42 
43 # Miscellaneous
CLHEP::HepMatrix Matrix
Definition: matutil.h:65