CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/Configuration/Generator/python/WpM_8TeV_cfi.py

Go to the documentation of this file.
00001 ## Wprime to muon, Z2* tune, 50x production in winter 2012
00002 
00003 
00004 import FWCore.ParameterSet.Config as cms
00005 
00006 source = cms.Source("EmptySource")
00007 
00008 from Configuration.Generator.PythiaUEZ2starSettings_cfi import *
00009 Generator = cms.EDFilter("Pythia6GeneratorFilter",
00010     pythiaHepMCVerbosity = cms.untracked.bool(False),
00011     maxEventsToPrint = cms.untracked.int32(0),
00012     pythiaPylistVerbosity = cms.untracked.int32(1),
00013     filterEfficiency = cms.untracked.double(1.),
00014     crossSection = cms.untracked.double(0.02123),
00015     comEnergy = cms.double(8000.0),
00016     PythiaParameters = cms.PSet(
00017         pythiaUESettingsBlock,
00018         processParameters = cms.vstring('MSEL        = 0    !User defined processes', 
00019                                         'MSUB(142)   = 1    !Wprime  production',
00020                                         'PMAS(34,1)  = 2000.!mass of Wprime',
00021                                         'MDME(311,1) = 0    !W\' decay into dbar u', 
00022                                         'MDME(312,1) = 0    !W\' decay into dbar c', 
00023                                         'MDME(313,1) = 0    !W\' decay into dbar t', 
00024                                         'MDME(315,1) = 0    !W\' decay into sbar u', 
00025                                         'MDME(316,1) = 0    !W\' decay into sbar c', 
00026                                         'MDME(317,1) = 0    !W\' decay into sbar t', 
00027                                         'MDME(319,1) = 0    !W\' decay into bbar u', 
00028                                         'MDME(320,1) = 0    !W\' decay into bbar c', 
00029                                         'MDME(321,1) = 0    !W\' decay into bbar t', 
00030                                         'MDME(327,1) = 0    !W\' decay into e+ nu_e', 
00031                                         'MDME(328,1) = 1    !W\' decay into mu+ nu_mu', 
00032                                         'MDME(329,1) = 0    !W\' decay into tau+ nu_tau'),
00033         # This is a vector of ParameterSet names to be read, in this order
00034         parameterSets = cms.vstring('pythiaUESettings', 
00035             'processParameters')
00036     )
00037 )
00038 
00039 
00040 
00041 
00042 ProductionFilterSequence = cms.Sequence(Generator)