CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
H200ZZ4L_cfi.py
Go to the documentation of this file.
2 
4 generator = cms.EDFilter("Pythia6GeneratorFilter",
5  pythiaHepMCVerbosity = cms.untracked.bool(False),
6  maxEventsToPrint = cms.untracked.int32(0),
7  pythiaPylistVerbosity = cms.untracked.int32(0),
8  filterEfficiency = cms.untracked.double(1.0),
9  comEnergy = cms.double(10000.0),
10  PythiaParameters = cms.PSet(
11  pythiaUESettingsBlock,
12  processParameters = cms.vstring('PMAS(25,1)=200.0 !mass of Higgs',
13  'MSEL=0 !(D=1) to select between full user control (0, then use MSUB) and some preprogrammed alternative: QCD hight pT processes (1, then ISUB=11, 12, 13, 28, 53, 68), QCD low pT processes (2, then ISUB=11, 12, 13, 28, 53, 68, 91, 92, 94, 95)',
14  'MSUB(102)=1 !ggH',
15  'MSUB(123)=1 !ZZ fusion to H',
16  'MSUB(124)=1 !WW fusion to H',
17  'CKIN(45)=5. !high mass cut on m2 in 2 to 2 process Registered by Chris.Seez@cern.ch',
18  'CKIN(46)=150. !high mass cut on secondary resonance m1 in 2->1->2 process Registered by Alexandre.Nikitenko@cern.ch',
19  'CKIN(47)=5. !low mass cut on secondary resonance m2 in 2->1->2 process Registered by Alexandre.Nikitenko@cern.ch',
20  'CKIN(48)=150. !high mass cut on secondary resonance m2 in 2->1->2 process Registered by Alexandre.Nikitenko@cern.ch',
21  'MDME(174,1)=0 !Z decay into d dbar',
22  'MDME(175,1)=0 !Z decay into u ubar',
23  'MDME(176,1)=0 !Z decay into s sbar',
24  'MDME(177,1)=0 !Z decay into c cbar',
25  'MDME(178,1)=0 !Z decay into b bbar',
26  'MDME(179,1)=0 !Z decay into t tbar',
27  'MDME(182,1)=1 !Z decay into e- e+',
28  'MDME(183,1)=0 !Z decay into nu_e nu_ebar',
29  'MDME(184,1)=1 !Z decay into mu- mu+',
30  'MDME(185,1)=0 !Z decay into nu_mu nu_mubar',
31  'MDME(186,1)=1 !Z decay into tau- tau+',
32  'MDME(187,1)=0 !Z decay into nu_tau nu_taubar',
33  'MDME(210,1)=0 !Higgs decay into dd',
34  'MDME(211,1)=0 !Higgs decay into uu',
35  'MDME(212,1)=0 !Higgs decay into ss',
36  'MDME(213,1)=0 !Higgs decay into cc',
37  'MDME(214,1)=0 !Higgs decay into bb',
38  'MDME(215,1)=0 !Higgs decay into tt',
39  'MDME(216,1)=0 !Higgs decay into',
40  'MDME(217,1)=0 !Higgs decay into Higgs decay',
41  'MDME(218,1)=0 !Higgs decay into e nu e',
42  'MDME(219,1)=0 !Higgs decay into mu nu mu',
43  'MDME(220,1)=0 !Higgs decay into tau nu tau',
44  'MDME(221,1)=0 !Higgs decay into Higgs decay',
45  'MDME(222,1)=0 !Higgs decay into g g',
46  'MDME(223,1)=0 !Higgs decay into gam gam',
47  'MDME(224,1)=0 !Higgs decay into gam Z',
48  'MDME(225,1)=1 !Higgs decay into Z Z',
49  'MDME(226,1)=0 !Higgs decay into W W'),
50  # This is a vector of ParameterSet names to be read, in this order
51  parameterSets = cms.vstring('pythiaUESettings',
52  'processParameters')
53  )
54 )