CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ZTT_Tauola_8TeV_cfi.py
Go to the documentation of this file.
2 
5 
6 generator = cms.EDFilter("Pythia6GeneratorFilter",
7  pythiaHepMCVerbosity = cms.untracked.bool(False),
8  maxEventsToPrint = cms.untracked.int32(0),
9  pythiaPylistVerbosity = cms.untracked.int32(0),
10  filterEfficiency = cms.untracked.double(1.0),
11  comEnergy = cms.double(8000.0),
12  ExternalDecays = cms.PSet(
13  Tauola = cms.untracked.PSet(
14  TauolaPolar,
15  TauolaDefaultInputCards
16  ),
17  parameterSets = cms.vstring('Tauola')
18  ),
19  PythiaParameters = cms.PSet(
20  pythiaUESettingsBlock,
21  processParameters = cms.vstring('MSEL = 11 ',
22  'MDME( 174,1) = 0 !Z decay into d dbar',
23  'MDME( 175,1) = 0 !Z decay into u ubar',
24  'MDME( 176,1) = 0 !Z decay into s sbar',
25  'MDME( 177,1) = 0 !Z decay into c cbar',
26  'MDME( 178,1) = 0 !Z decay into b bbar',
27  'MDME( 179,1) = 0 !Z decay into t tbar',
28  'MDME( 182,1) = 0 !Z decay into e- e+',
29  'MDME( 183,1) = 0 !Z decay into nu_e nu_ebar',
30  'MDME( 184,1) = 0 !Z decay into mu- mu+',
31  'MDME( 185,1) = 0 !Z decay into nu_mu nu_mubar',
32  'MDME( 186,1) = 1 !Z decay into tau- tau+',
33  'MDME( 187,1) = 0 !Z decay into nu_tau nu_taubar',
34  'CKIN( 1) = 40. !(D=2. GeV)',
35  'CKIN( 2) = -1. !(D=-1. GeV)'),
36  # This is a vector of ParameterSet names to be read, in this order
37  parameterSets = cms.vstring('pythiaUESettings',
38  'processParameters')
39  )
40 )