00001 import FWCore.ParameterSet.Config as cms
00002
00003 source = cms.Source("PythiaSource",
00004 pythiaHepMCVerbosity = cms.untracked.bool(False),
00005 pythiaPylistVerbosity = cms.untracked.int32(0),
00006 PythiaParameters = cms.PSet(
00007
00008
00009 myParameters = cms.vstring(),
00010
00011
00012
00013 parameterSets = cms.vstring('pythiaDefault',
00014 'pythiaMinBias',
00015 'myParameters'),
00016 pythiaMinBias = cms.vstring('MSEL=0 ! User defined processes',
00017 'MSUB(11)=1 ! Min bias process',
00018 'MSUB(12)=1 ! Min bias process',
00019 'MSUB(13)=1 ! Min bias process',
00020 'MSUB(28)=1 ! Min bias process',
00021 'MSUB(53)=1 ! Min bias process',
00022 'MSUB(68)=1 ! Min bias process',
00023 'MSUB(92)=1 ! Min bias process, single diffractive',
00024 'MSUB(93)=1 ! Min bias process, single diffractive',
00025 'MSUB(94)=1 ! Min bias process, double diffractive',
00026 'MSUB(95)=1 ! Min bias process',
00027 'MSTJ(11)=3 ! Choice of the fragmentation function',
00028 'MSTJ(22)=2 ! Decay those unstable particles',
00029 'PARJ(71)=10 . ! for which ctau 10 mm',
00030 'MSTP(2)=1 ! which order running alphaS',
00031 'MSTP(33)=0 ! no K factors in hard cross sections',
00032 'MSTP(51)=7 ! structure function chosen',
00033 'MSTP(81)=1 ! multiple parton interactions 1 is Pythia default',
00034 'MSTP(82)=4 ! Defines the multi-parton model',
00035 'MSTU(21)=1 ! Check on possible errors during program execution',
00036 'PARP(82)=1.9409 ! pt cutoff for multiparton interactions',
00037 'PARP(89)=1960. ! sqrts for which PARP82 is set',
00038 'PARP(83)=0.5 ! Multiple interactions: matter distrbn parameter',
00039 'PARP(84)=0.4 ! Multiple interactions: matter distribution parameter',
00040 'PARP(90)=0.16 ! Multiple interactions: rescaling power',
00041 'PARP(67)=2.5 ! amount of initial-state radiation',
00042 'PARP(85)=1.0 ! gluon prod. mechanism in MI',
00043 'PARP(86)=1.0 ! gluon prod. mechanism in MI',
00044 'PARP(62)=1.25 ! ',
00045 'PARP(64)=0.2 ! ',
00046 'MSTP(91)=1 !',
00047 'PARP(91)=2.1 ! kt distribution',
00048 'PARP(93)=15.0 ! '),
00049 pythiaDefaultBlock = cms.PSet(
00050 pythiaDefault = cms.vstring('PMAS(5,1)=4.8 ! b quark mass',
00051 'PMAS(6,1)=172.3 ! t quark mass')
00052 )
00053 )
00054 )
00055
00056