CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTbarLepton_Tauola_13TeV_cfi.py
Go to the documentation of this file.
2 
4 
5 generator = cms.EDFilter("Pythia6GeneratorFilter",
6  pythiaHepMCVerbosity = cms.untracked.bool(False),
7  maxEventsToPrint = cms.untracked.int32(0),
8  pythiaPylistVerbosity = cms.untracked.int32(0),
9  filterEfficiency = cms.untracked.double(1.0),
10  comEnergy = cms.double(13000.0),
11  PythiaParameters = cms.PSet(
12  pythiaUESettingsBlock,
13  processParameters = cms.vstring('MSEL = 0 ! User defined processes',
14  'MSUB(81) = 1 ! qqbar to QQbar',
15  'MSUB(82) = 1 ! gg to QQbar',
16  'MSTP(7) = 6 ! flavour = top',
17  'PMAS(6,1) = 175. ! top quark mass',
18  'MDME(190,1) = 0 !W decay into dbar u',
19  'MDME(191,1) = 0 !W decay into dbar c',
20  'MDME(192,1) = 0 !W decay into dbar t',
21  'MDME(194,1) = 0 !W decay into sbar u',
22  'MDME(195,1) = 0 !W decay into sbar c',
23  'MDME(196,1) = 0 !W decay into sbar t',
24  'MDME(198,1) = 0 !W decay into bbar u',
25  'MDME(199,1) = 0 !W decay into bbar c',
26  'MDME(200,1) = 0 !W decay into bbar t',
27  'MDME(205,1) = 0 !W decay into bbar tp',
28  'MDME(206,1) = 1 !W decay into e+ nu_e',
29  'MDME(207,1) = 1 !W decay into mu+ nu_mu',
30  'MDME(208,1) = 1 !W decay into tau+ nu_tau'),
31  # This is a vector of ParameterSet names to be read, in this order
32  parameterSets = cms.vstring('pythiaUESettings',
33  'processParameters')
34  ),
35  ExternalDecays = cms.PSet(
36  Tauola = cms.untracked.PSet(
37  UseTauolaPolarization = cms.bool(True),
38  InputCards = cms.PSet
39  (
40  pjak1 = cms.int32(0),
41  pjak2 = cms.int32(0),
42  mdtau = cms.int32(0)
43  )
44  ),
45  parameterSets = cms.vstring('Tauola')
46  )
47 )