CMS 3D CMS Logo

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