CMS 3D CMS Logo

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