CMS 3D CMS Logo

PythiaUEAMBT1Settings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythiaUESettingsBlock = cms.PSet(
4  pythiaUESettings = cms.vstring(
5  'MSTU(21)=1 ! Check on possible errors during program execution',
6  'MSTJ(22)=2 ! Decay those unstable particles',
7  'PARJ(71)=10 . ! for which ctau 10 mm',
8  'MSTP(51) = 20650 ! PDF set',
9  'MSTP(52) = 2 ! PDF set internal (=1) or pdflib (=2)',
10  'MSTP( 3) = 2 ! INT switch for choice of LambdaQCD',
11  'PARP(62) = 1.0250 ! ISR IR cutoff',
12  'MSTP(64) = 2 ! ISR alphaS type',
13  'PARP(64) = 1.0000 ! ISR renormalization scale prefactor',
14  'MSTP(67) = 2 ! ISR coherence option for 1st emission',
15  'PARP(67) = 4.0000 ! ISR Q2max factor',
16  'MSTP(68) = 3 ! ISR phase space choice & ME corrections',
17  'MSTP(70) = 0 ! ISR IR regularization scheme',
18  'MSTP(72) = 1 ! IFSR scheme for non-decay FSR',
19  'PARP(71) = 4.0000 ! IFSR Q2max factor in non-s-channel procs',
20  'PARJ(81) = 0.2900 ! FSR LambdaQCD (inside resonance decays)',
21  'PARJ(82) = 1.0000 ! FSR IR cutoff',
22  'MSTP(33) = 0 ! "K" switch for K-factor on/off & type',
23  'MSTP(81) = 21 ! UE model',
24  'PARP(82) = 2.2920 ! UE IR cutoff at reference ecm',
25  'PARP(89) = 1800.0 ! UE IR cutoff reference ecm',
26  'PARP(90) = 0.2500 ! UE IR cutoff ecm scaling power',
27  'MSTP(82) = 4 ! UE hadron transverse mass distribution',
28  'PARP(83) = 0.3560 ! UE mass distribution parameter',
29  'PARP(84) = 0.6510 ! UE mass distribution parameter',
30  'MSTP(88) = 1 ! BR composite scheme',
31  'MSTP(89) = 1 ! BR color scheme',
32  'PARP(79) = 2.0000 ! BR composite x enhancement',
33  'PARP(80) = 0.1000 ! BR breakup suppression',
34  'MSTP(91) = 1 ! BR primordial kT distribution',
35  'PARP(91) = 2.0000 ! BR primordial kT width <|kT|>',
36  'PARP(93) = 10.000 ! BR primordial kT UV cutoff',
37  'MSTP(95) = 6 ! FSI color (re-)connection model',
38  'PARP(78) = 0.5380 ! FSI color reconnection strength',
39  'PARP(77) = 1.0160 ! FSI color reco high-pT damping strength',
40  'MSTJ(11) = 4 ! HAD choice of fragmentation function(s)',
41  'PARJ( 1) = 0.1000 ! HAD diquark suppression',
42  'PARJ( 2) = 0.3000 ! HAD strangeness suppression',
43  'PARJ( 3) = 0.4000 ! HAD strange diquark suppression',
44  'PARJ( 4) = 0.0500 ! HAD vector diquark suppression ',
45  'PARJ( 5) = 0.5000 ! HAD P(popcorn)',
46  'PARJ( 6) = 0.5000 ! HAD extra popcorn B(s)-M-B(s) supp',
47  'PARJ( 7) = 0.5000 ! HAD extra popcorn B-M(s)-B supp',
48  'PARJ(11) = 0.5000 ! HAD P(vector meson), u and d only',
49  'PARJ(12) = 0.6000 ! HAD P(vector meson), contains s',
50  'PARJ(13) = 0.7500 ! HAD P(vector meson), heavy quarks',
51  'PARJ(21) = 0.3600 ! HAD fragmentation pT',
52  'PARJ(25) = 1.0000 ! HAD eta0 suppression',
53  'PARJ(26) = 0.4000 ! HAD eta0prim suppression',
54  'PARJ(41) = 0.3000 ! HAD string parameter a(Meson)',
55  'PARJ(42) = 0.5800 ! HAD string parameter b',
56  'PARJ(45) = 0.5000 ! HAD string a(Baryon)-a(Meson)',
57  'PARJ(46) = 0.7500 ! HAD Lund(=0)-Bowler(=1) rQ (rc)',
58  )
59 )