File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ HeavyIon:bWidth 11. # impact parameter from 0-x [fm]
1313
1414# ## decays
1515ParticleDecays:limitTau0 on
16- ParticleDecays:tau0Max 0.001
16+ ParticleDecays:tau0Max 10.
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ HardQCD:hardbbbar on # scatterings g-g / q-qbar -> b-bbar
99
1010# ## decays
1111ParticleDecays:limitTau0 on
12- ParticleDecays:tau0Max 0.001
12+ ParticleDecays:tau0Max 10.
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ HeavyIon:bWidth 15. # impact parameter from 0-x [fm]
1212
1313# ## decays
1414ParticleDecays:limitTau0 on
15- ParticleDecays:tau0Max 0.001
15+ ParticleDecays:tau0Max 10.
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ SoftQCD:inelastic on # all inelastic processes
88
99# ## decays
1010ParticleDecays:limitTau0 on
11- ParticleDecays:tau0Max 0.001
11+ ParticleDecays:tau0Max 10.
Original file line number Diff line number Diff line change 9191 fout .write ('PromptPhoton:all = on \n ' )
9292fout .write ('\n ' )
9393
94+ ### decays
95+ fout .write ('### decays \n ' )
96+ fout .write ('ParticleDecays:limitTau0 = on \n ' ) ### we will need to put some parameters for these settings
97+ fout .write ('ParticleDecays:tau0Max = 10. \n ' )
98+ fout .write ('\n ' )
99+
94100### phase space cuts
95101fout .write ('### phase space cuts \n ' )
96102if args .ptHatMin is not None :
You can’t perform that action at this time.
0 commit comments