CMS 3D CMS Logo

Ztautau_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Configuration.Generator.PythiaUESettings_cfi import *
00004 from GeneratorInterface.Pythia6Interface.TauolaSettings_cff import *
00005 source = cms.Source("PythiaSource",
00006     maxEventsToPrint = cms.untracked.int32(5),
00007     pythiaPylistVerbosity = cms.untracked.int32(1),
00008     filterEfficiency = cms.untracked.double(1.0),
00009     pythiaHepMCVerbosity = cms.untracked.bool(False),
00010     ExternalGenerators = cms.PSet(
00011         Tauola = cms.untracked.PSet(
00012             TauolaPolar,
00013             TauolaDefaultInputCards
00014         ),
00015         parameterSets = cms.vstring('Tauola')
00016     ),
00017     UseExternalGenerators = cms.untracked.bool(True),
00018     PythiaParameters = cms.PSet(
00019         pythiaUESettingsBlock,
00020         ZtautauParameters = cms.vstring('MSEL         = 11 ', 
00021             'MDME( 174,1) = 0    !Z decay into d dbar', 
00022             'MDME( 175,1) = 0    !Z decay into u ubar', 
00023             'MDME( 176,1) = 0    !Z decay into s sbar', 
00024             'MDME( 177,1) = 0    !Z decay into c cbar', 
00025             'MDME( 178,1) = 0    !Z decay into b bbar', 
00026             'MDME( 179,1) = 0    !Z decay into t tbar', 
00027             'MDME( 182,1) = 0    !Z decay into e- e+', 
00028             'MDME( 183,1) = 0    !Z decay into nu_e nu_ebar', 
00029             'MDME( 184,1) = 0    !Z decay into mu- mu+', 
00030             'MDME( 185,1) = 0    !Z decay into nu_mu nu_mubar', 
00031             'MDME( 186,1) = 1    !Z decay into tau- tau+', 
00032             'MDME( 187,1) = 0    !Z decay into nu_tau nu_taubar', 
00033             'CKIN( 1)     = 40.  !(D=2. GeV)', 
00034             'CKIN( 2)     = -1.  !(D=-1. GeV)'),
00035         parameterSets = cms.vstring('pythiaUESettings', 
00036             'ZtautauParameters')
00037     )
00038 )
00039 
00040 
00041 

Generated on Tue Jun 9 17:37:09 2009 for CMSSW by  doxygen 1.5.4