Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 pythiaUESettingsBlock = cms.PSet(
00004 pythiaUESettings = cms.vstring(
00005 'MSTU(21)=1 ! Check on possible errors during program execution',
00006 'MSTJ(22)=2 ! Decay those unstable particles',
00007 'PARJ(71)=10. ! for which ctau 10 mm',
00008 'MSTP(2)=1 ! which order running alphaS',
00009 'MSTP(33)=0 ! no K factors in hard cross sections',
00010 'MSTP(51)=7 ! structure function chosen (internal PDF CTEQ5L)',
00011 'MSTP(52)=1 ! work with internal PDF',
00012 'PARJ(1)=0.073 ! FLAV (Tuned by Professor on LEP data)',
00013 'PARJ(2)=0.2 ! FLAV (Tuned by Professor on LEP data)',
00014 'PARJ(3)=0.94 ! FLAV (Tuned by Professor on LEP data)',
00015 'PARJ(4)=0.032 ! FLAV (Tuned by Professor on LEP data)',
00016 'PARJ(11)=0.31 ! FLAV (Tuned by Professor on LEP data)',
00017 'PARJ(12)=0.4 ! FLAV (Tuned by Professor on LEP data)',
00018 'PARJ(13)=0.54 ! FLAV (Tuned by Professor on LEP data)',
00019 'PARJ(25)=0.63 ! FLAV (Tuned by Professor on LEP data)',
00020 'PARJ(26)=0.12 ! FLAV (Tuned by Professor on LEP data)',
00021 'MSTJ(11)=5 ! HAD Choice of the fragmentation function',
00022 'PARJ(21)=0.313 ! HAD',
00023 'PARJ(41)=0.49 ! HAD',
00024 'PARJ(42)=1.2 ! HAD',
00025 'PARJ(46)=1.0 ! HAD',
00026 'PARJ(47)=1.0 ! HAD',
00027 'PARP(64)=1.3 ! ISR',
00028 'MSTP(70)=2 ! ISR',
00029 'MSTP(72)=0 ! ISR',
00030 'MSTJ(41)=12 ! FSR',
00031 'PARJ(81)=0.257 ! FSR',
00032 'PARJ(82)=0.8 ! FSR',
00033 'PARP(71)=2.0 ! FSR',
00034 'MSTP(81)=21 ! MPI 21 is Pythia new set of MPI models',
00035 'MSTP(82)=5 ! MPI model',
00036 'PARP(82)=1.85 ! MPI pt cutoff for multiparton interactions',
00037 'PARP(89)=1800. ! MPI sqrts for which PARP82 is set',
00038 'PARP(83)=1.8 ! MPI matter distrbn parameter',
00039 'PARP(90)=0.22 ! MPI rescaling power',
00040 'MSTP(95)=6 ! CR (color reconnection parameters)',
00041 'PARP(78)=0.17 ! CR',
00042 'MSTP(88)=0 ! BR',
00043 'PARP(79)=1.18 ! BR',
00044 'PARP(80)=0.01 ! BR',
00045 'MSTP(91)=1 ! BR',
00046 'PARP(91)=2.0 ! BR kt distribution',
00047 'PARP(93)=7.0 ! BR'
00048 )
00049 )