CMS 3D CMS Logo

MadGraphProducerDefault_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 madg = cms.EDProducer("MadGraphProducer",
00004     pythiaHepMCVerbosity = cms.untracked.bool(False),
00005     maxEventsToPrint = cms.untracked.int32(1),
00006     pythiaPylistVerbosity = cms.untracked.int32(0),
00007     PythiaParameters = cms.PSet(
00008         # pythiaCMSDefaults as used in other cfi files
00009         pythiaCMSDefaults = cms.vstring('PMAS(5,1)=4.4   ! b quarks mass', 
00010             'PMAS(6,1)=172.3 ! t quarks mass', 
00011             'MSTJ(11)=3     ! Choice of the fragmentation function', 
00012             'MSTJ(22)=2     ! Decay those unstable particles', 
00013             'PARJ(71)=10 .  ! for which ctau  10 mm', 
00014             'MSTP(2)=1      ! which order running alphaS', 
00015             'MSTP(33)=0     ! no K factors in hard cross sections', 
00016             'MSTP(51)=7     ! structure function chosen', 
00017             'MSTP(81)=1     ! multiple parton interactions 1 is Pythia default', 
00018             'MSTP(82)=4     ! Defines the multi-parton model', 
00019             'MSTU(21)=1     ! Check on possible errors during program execution', 
00020             'PARP(82)=1.9   ! pt cutoff for multiparton interactions', 
00021             'PARP(89)=1000. ! sqrts for which PARP82 is set', 
00022             'PARP(83)=0.5   ! Multiple interactions: matter distrbn parameter', 
00023             'PARP(84)=0.4   ! Multiple interactions: matter distribution parameter', 
00024             'PARP(90)=0.16  ! Multiple interactions: rescaling power', 
00025             'PARP(67)=1.    ! amount of initial-state radiation', 
00026             'PARP(85)=0.33  ! gluon prod. mechanism in MI', 
00027             'PARP(86)=0.66  ! gluon prod. mechanism in MI', 
00028             'PARP(87)=0.7   ! ', 
00029             'PARP(88)=0.5   ! ', 
00030             'PARP(91)=1.0   ! kt distribution', 
00031             'MSEL=0         ! User defined processes/Full user control'),
00032         # This is a vector of ParameterSet names to be read, in this order
00033         # The first is general default pythia parameters, the second are own additions
00034         parameterSets = cms.vstring('pythiaCMSDefaults')
00035     )
00036 )
00037 
00038 

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