CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
H125bbVBF_13TeV_cfi.py
Go to the documentation of this file.
2 
4 generator = cms.EDFilter("Pythia6GeneratorFilter",
5  pythiaPylistVerbosity = cms.untracked.int32(1),
6  # put here the efficiency of your filter (1. if no filter)
7  filterEfficiency = cms.untracked.double(1.0),
8  pythiaHepMCVerbosity = cms.untracked.bool(False),
9  # put here the cross section of your process (in pb)
10  crossSection = cms.untracked.double(2.41),
11  comEnergy = cms.double(13000.0),
12  maxEventsToPrint = cms.untracked.int32(3),
13  PythiaParameters = cms.PSet(
14  pythiaUESettingsBlock,
15  processParameters = cms.vstring('PMAS(25,1)=125.0 !mass of Higgs',
16  'MSEL=0 ! user selection for process',
17  'MSUB(102)=0 !ggH',
18  'MSUB(123)=1 !ZZ fusion to H',
19  'MSUB(124)=1 !WW fusion to H',
20  'MSUB(24)=0 !ZH production',
21  'MSUB(26)=0 !WH production',
22  'MSUB(121)=0 !gg to ttH',
23  'MSUB(122)=0 !qq to ttH',
24  'MDME(210,1)=0 !Higgs decay into dd',
25  'MDME(211,1)=0 !Higgs decay into uu',
26  'MDME(212,1)=0 !Higgs decay into ss',
27  'MDME(213,1)=0 !Higgs decay into cc',
28  'MDME(214,1)=1 !Higgs decay into bb',
29  'MDME(215,1)=0 !Higgs decay into tt',
30  'MDME(216,1)=0 !Higgs decay into',
31  'MDME(217,1)=0 !Higgs decay into Higgs decay',
32  'MDME(218,1)=0 !Higgs decay into e nu e',
33  'MDME(219,1)=0 !Higgs decay into mu nu mu',
34  'MDME(220,1)=0 !Higgs decay into tau nu tau',
35  'MDME(221,1)=0 !Higgs decay into Higgs decay',
36  'MDME(222,1)=0 !Higgs decay into g g',
37  'MDME(223,1)=0 !Higgs decay into gam gam',
38  'MDME(224,1)=0 !Higgs decay into gam Z',
39  'MDME(225,1)=0 !Higgs decay into Z Z',
40  'MDME(226,1)=0 !Higgs decay into W W'),
41  # This is a vector of ParameterSet names to be read, in this order
42  parameterSets = cms.vstring('pythiaUESettings',
43  'processParameters')
44  )
45 )