CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Pyquen2015Settings_cff.py
Go to the documentation of this file.
1 #Default Pythia Paramters for Hydjet & Pyquen
2 
3 import FWCore.ParameterSet.Config as cms
4 
6 
7 collisionParameters4TeV = cms.PSet(aBeamTarget = cms.double(208.0), ## beam/target atomic number
8  comEnergy = cms.double(4000.0)
9  )
10 
11 collisionParameters2760GeV = cms.PSet(aBeamTarget = cms.double(208.0), ## beam/target atomic number
12  comEnergy = cms.double(2760.0)
13  )
14 
15 collisionParameters5020GeV = cms.PSet(aBeamTarget = cms.double(208.0), ## beam/target atomic number
16  comEnergy = cms.double(5020.0)
17  )
18 
19 qgpParameters = cms.PSet(qgpInitialTemperature = cms.double(1.1), ## initial temperature of QGP; allowed range [0.2,2.0]GeV;
20  qgpProperTimeFormation = cms.double(0.1), ## proper time of QGP formation; allowed range [0.01,10.0]fm/c;
21  hadronFreezoutTemperature = cms.double(0.125),
22  doRadiativeEnLoss = cms.bool(True), ## if true, perform partonic radiative en loss
23  doCollisionalEnLoss = cms.bool(True),
24  qgpNumQuarkFlavor = cms.int32(0), ## number of active quark flavors in qgp; allowed values: 0,1,2,3
25  numQuarkFlavor = cms.int32(0) ## to be removed
26  )
27 
28 pyquenParameters = cms.PSet(doIsospin = cms.bool(True),
29  angularSpectrumSelector = cms.int32(0), ## angular emitted gluon spectrum
30  embeddingMode = cms.bool(False),
31  )
32 
33 hydjetParameters = cms.PSet(sigmaInelNN = cms.double(70),
34  shadowingSwitch = cms.int32(1),
35  nMultiplicity = cms.int32(25000),
36  fracSoftMultiplicity = cms.double(1.),
37  maxLongitudinalRapidity = cms.double(4.5),
38  maxTransverseRapidity = cms.double(1.25),
39  rotateEventPlane = cms.bool(True),
40  allowEmptyEvents = cms.bool(False),
41  angularSpectrumSelector = cms.int32(1), ## angular emitted gluon spectrum
42  embeddingMode = cms.bool(False)
43  )
44 
45 pyquenPythiaDefaultBlock = cms.PSet(
46  pythiaUESettingsBlock,
47  hydjetPythiaDefault = cms.vstring('MSEL=0 ! user processes',
48  'CKIN(3)=10.',# ! ptMin
49  'MSTP(81)=1'
50  ),
51  ppDefault = cms.vstring('MSEL=1 ! QCD hight pT processes (only jets)',
52  'CKIN(3)=10.',# ! ptMin
53  'MSTP(81)=1'
54  ),
55  pythiaHirootDefault = cms.vstring('MSEL=0', # ! Only user defined processes,
56  'MSTU(21)=1', # ! to avoid stopping run',
57  'PARU(14)=1.', # ! tolerance parameter to adjust fragmentation',
58  'MSTP(81)=0', # ! pp multiple scattering off',
59  'PMAS(5,1)=4.8', # ! b quark mass',
60  'PMAS(6,1)=175.0', # ! t quark mass'
61  'CKIN(3)=7.',# ! ptMin
62  'MSTJ(22)=2',
63  'PARJ(71)=10.', # Decays only if life time < 10mm
64  'PARP(67)=1.',
65  'PARP(82)=1.9',
66  'PARP(85)=0.33',
67  'PARP(86)=0.66',
68  'PARP(89)=1000.',
69  'PARP(91)=1.0',
70  'MSTJ(11)=3',
71  'MSTJ(22)=2'
72  ),
73  ppJets = cms.vstring('MSEL=1 ! QCD hight pT processes'),
74  customProcesses = cms.vstring('MSEL=0 ! User processes'),
75  pythiaJets = cms.vstring('MSUB(11)=1', # q+q->q+q
76  'MSUB(12)=1', # q+qbar->q+qbar
77  'MSUB(13)=1', # q+qbar->g+g
78  'MSUB(28)=1', # q+g->q+g
79  'MSUB(53)=1', # g+g->q+qbar
80  'MSUB(68)=1' # g+g->g+g
81  ),
82  pythiaPromptPhotons = cms.vstring('MSUB(14)=1', # q+qbar->g+gamma
83  'MSUB(18)=1', # q+qbar->gamma+gamma
84  'MSUB(29)=1', # q+g->q+gamma
85  'MSUB(114)=1', # g+g->gamma+gamma
86  'MSUB(115)=1' # g+g->g+gamma
87  ),
88 
89  pythiaWeakBosons = cms.vstring('MSUB(1)=1',
90  'MSUB(2)=1'),
91 
92  pythiaZjets = cms.vstring('MSUB(15)=1',
93  'MSUB(30)=1'),
94 
95  pythiaCharmoniumNRQCD = cms.vstring('MSUB(421) = 1',
96  'MSUB(422) = 1',
97  'MSUB(423) = 1',
98  'MSUB(424) = 1',
99  'MSUB(425) = 1',
100  'MSUB(426) = 1',
101  'MSUB(427) = 1',
102  'MSUB(428) = 1',
103  'MSUB(429) = 1',
104  'MSUB(430) = 1',
105  'MSUB(431) = 1',
106  'MSUB(432) = 1',
107  'MSUB(433) = 1',
108  'MSUB(434) = 1',
109  'MSUB(435) = 1',
110  'MSUB(436) = 1',
111  'MSUB(437) = 1',
112  'MSUB(438) = 1',
113  'MSUB(439) = 1'
114  ),
115 
116  pythiaBottomoniumNRQCD = cms.vstring('MSUB(461) = 1',
117  'MSUB(462) = 1',
118  'MSUB(463) = 1',
119  'MSUB(464) = 1',
120  'MSUB(465) = 1',
121  'MSUB(466) = 1',
122  'MSUB(467) = 1',
123  'MSUB(468) = 1',
124  'MSUB(469) = 1',
125  'MSUB(470) = 1',
126  'MSUB(471) = 1',
127  'MSUB(472) = 1',
128  'MSUB(473) = 1',
129  'MSUB(474) = 1',
130  'MSUB(475) = 1',
131  'MSUB(476) = 1',
132  'MSUB(477) = 1',
133  'MSUB(478) = 1',
134  'MSUB(479) = 1',
135  ),
136 
137  pythiaQuarkoniaSettings = cms.vstring('PARP(141)=1.16', # Matrix Elements
138  'PARP(142)=0.0119',
139  'PARP(143)=0.01',
140  'PARP(144)=0.01',
141  'PARP(145)=0.05',
142  'PARP(146)=9.28',
143  'PARP(147)=0.15',
144  'PARP(148)=0.02',
145  'PARP(149)=0.02',
146  'PARP(150)=0.085',
147  # Meson spin
148  'PARJ(13)=0.60',
149  'PARJ(14)=0.162',
150  'PARJ(15)=0.018',
151  'PARJ(16)=0.054',
152  # Polarization
153  'MSTP(145)=0',
154  'MSTP(146)=0',
155  'MSTP(147)=0',
156  'MSTP(148)=1',
157  'MSTP(149)=1',
158  # Chi_c branching ratios
159  'BRAT(861)=0.202',
160  'BRAT(862)=0.798',
161  'BRAT(1501)=0.013',
162  'BRAT(1502)=0.987',
163  'BRAT(1555)=0.356',
164  'BRAT(1556)=0.644'
165  ),
166 
167  pythiaZtoMuons = cms.vstring("MDME(174,1)=0", # !Z decay into d dbar,
168  "MDME(175,1)=0", # !Z decay into u ubar,
169  "MDME(176,1)=0", # !Z decay into s sbar,
170  "MDME(177,1)=0", # !Z decay into c cbar,
171  "MDME(178,1)=0", # !Z decay into b bbar,
172  "MDME(179,1)=0", # !Z decay into t tbar,
173  "MDME(182,1)=0", # !Z decay into e- e+,
174  "MDME(183,1)=0", # !Z decay into nu_e nu_ebar,
175  "MDME(184,1)=1", # !Z decay into mu- mu+,
176  "MDME(185,1)=0", # !Z decay into nu_mu nu_mubar,
177  "MDME(186,1)=0", # !Z decay into tau- tau+,
178  "MDME(187,1)=0" # !Z decay into nu_tau nu_taubar
179  ),
180 
181 
182  pythiaZtoElectrons = cms.vstring("MDME(174,1)=0", # !Z decay into d dbar,
183  "MDME(175,1)=0", # !Z decay into u ubar,
184  "MDME(176,1)=0", # !Z decay into s sbar,
185  "MDME(177,1)=0", # !Z decay into c cbar,
186  "MDME(178,1)=0", # !Z decay into b bbar,
187  "MDME(179,1)=0", # !Z decay into t tbar,
188  "MDME(182,1)=1", # !Z decay into e- e+,
189  "MDME(183,1)=0", # !Z decay into nu_e nu_ebar,
190  "MDME(184,1)=0", # !Z decay into mu- mu+,
191  "MDME(185,1)=0", # !Z decay into nu_mu nu_mubar,
192  "MDME(186,1)=0", # !Z decay into tau- tau+,
193  "MDME(187,1)=0" # !Z decay into nu_tau nu_taubar
194  ),
195 
196  pythiaZtoMuonsAndElectrons = cms.vstring("MDME(174,1)=0", # !Z decay into d dbar,
197  "MDME(175,1)=0", # !Z decay into u ubar,
198  "MDME(176,1)=0", # !Z decay into s sbar,
199  "MDME(177,1)=0", # !Z decay into c cbar,
200  "MDME(178,1)=0", # !Z decay into b bbar,
201  "MDME(179,1)=0", # !Z decay into t tbar,
202  "MDME(182,1)=1", # !Z decay into e- e+,
203  "MDME(183,1)=0", # !Z decay into nu_e nu_ebar,
204  "MDME(184,1)=1", # !Z decay into mu- mu+,
205  "MDME(185,1)=0", # !Z decay into nu_mu nu_mubar,
206  "MDME(186,1)=0", # !Z decay into tau- tau+,
207  "MDME(187,1)=0" # !Z decay into nu_tau nu_taubar
208  ),
209 
210  pythiaUpsilonToMuons = cms.vstring('BRAT(1034) = 0 ', # switch off',
211  'BRAT(1035) = 1 ', # switch on',
212  'BRAT(1036) = 0 ', # switch off',
213  'BRAT(1037) = 0 ', # switch off',
214  'BRAT(1038) = 0 ', # switch off',
215  'BRAT(1039) = 0 ', # switch off',
216  'BRAT(1040) = 0 ', # switch off',
217  'BRAT(1041) = 0 ', # switch off',
218  'BRAT(1042) = 0 ', # switch off',
219  'MDME(1034,1) = 0 ', # switch off',
220  'MDME(1035,1) = 1 ', # switch on',
221  'MDME(1036,1) = 0 ', # switch off',
222  'MDME(1037,1) = 0 ', # switch off',
223  'MDME(1038,1) = 0 ', # switch off',
224  'MDME(1039,1) = 0 ', # switch off',
225  'MDME(1040,1) = 0 ', # switch off',
226  'MDME(1041,1) = 0 ', # switch off',
227  'MDME(1042,1) = 0 ', # switch off'
228  ),
229 
230  pythiaJpsiToMuons = cms.vstring('BRAT(858) = 0 ', # switch off',
231  'BRAT(859) = 1 ', # switch on',
232  'BRAT(860) = 0 ', # switch off',
233  'MDME(858,1) = 0 ', # switch off',
234  'MDME(859,1) = 1 ', # switch on',
235  'MDME(860,1) = 0 ', # switch off'
236  ),
237 
238  pythiaMuonCandidates = cms.vstring(
239  'CKIN(3)=20',
240  'MSTJ(22)=2',
241  'PARJ(71)=40.'
242  ),
243  myParameters = cms.vstring('MDCY(310,1)=0')
244 
245 )