CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ZTT_Tauola_OneLepton_OtherHadrons_7TeV_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(7000.0),
12  ExternalDecays = cms.PSet(
13  Tauola = cms.untracked.PSet(
14  TauolaPolar,
15  InputCards = cms.PSet(
16  pjak1 = cms.int32(0),
17  pjak2 = cms.int32(0),
18  mdtau = cms.int32(214)
19  )
20  ),
21  parameterSets = cms.vstring('Tauola')
22  ),
23  PythiaParameters = cms.PSet(
24  pythiaUESettingsBlock,
25  processParameters = cms.vstring('MSEL = 11 ',
26  'MDME( 174,1) = 0 !Z decay into d dbar',
27  'MDME( 175,1) = 0 !Z decay into u ubar',
28  'MDME( 176,1) = 0 !Z decay into s sbar',
29  'MDME( 177,1) = 0 !Z decay into c cbar',
30  'MDME( 178,1) = 0 !Z decay into b bbar',
31  'MDME( 179,1) = 0 !Z decay into t tbar',
32  'MDME( 182,1) = 0 !Z decay into e- e+',
33  'MDME( 183,1) = 0 !Z decay into nu_e nu_ebar',
34  'MDME( 184,1) = 0 !Z decay into mu- mu+',
35  'MDME( 185,1) = 0 !Z decay into nu_mu nu_mubar',
36  'MDME( 186,1) = 1 !Z decay into tau- tau+',
37  'MDME( 187,1) = 0 !Z decay into nu_tau nu_taubar',
38  'CKIN( 1) = 40. !(D=2. GeV)',
39  'CKIN( 2) = -1. !(D=-1. GeV)'),
40  # This is a vector of ParameterSet names to be read, in this order
41  parameterSets = cms.vstring('pythiaUESettings',
42  'processParameters')
43  )
44 )