CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
WM_cfi.py
Go to the documentation of this file.
2 
4 generator = cms.EDFilter("Pythia6GeneratorFilter",
5  pythiaPylistVerbosity = cms.untracked.int32(0),
6  filterEfficiency = cms.untracked.double(1.0),
7  pythiaHepMCVerbosity = cms.untracked.bool(False),
8  crossSection = cms.untracked.double(17120.0),
9  comEnergy = cms.double(10000.0),
10  maxEventsToPrint = cms.untracked.int32(0),
11  PythiaParameters = cms.PSet(
12  pythiaUESettingsBlock,
13  processParameters = cms.vstring('MSEL = 0 !User defined processes',
14  'MSUB(2) = 1 !W production',
15  'MDME(190,1) = 0 !W decay into dbar u',
16  'MDME(191,1) = 0 !W decay into dbar c',
17  'MDME(192,1) = 0 !W decay into dbar t',
18  'MDME(194,1) = 0 !W decay into sbar u',
19  'MDME(195,1) = 0 !W decay into sbar c',
20  'MDME(196,1) = 0 !W decay into sbar t',
21  'MDME(198,1) = 0 !W decay into bbar u',
22  'MDME(199,1) = 0 !W decay into bbar c',
23  'MDME(200,1) = 0 !W decay into bbar t',
24  'MDME(206,1) = 0 !W decay into e+ nu_e',
25  'MDME(207,1) = 1 !W decay into mu+ nu_mu',
26  'MDME(208,1) = 0 !W decay into tau+ nu_tau'),
27  # This is a vector of ParameterSet names to be read, in this order
28  parameterSets = cms.vstring('pythiaUESettings',
29  'processParameters')
30  )
31 )