We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f1eb0 commit 56d1ff5Copy full SHA for 56d1ff5
2 files changed
MC/config/ALICE3/ini/pythia8_pp_502tev.ini
@@ -0,0 +1,9 @@
1
+[Diamond]
2
+width[2]=6.0
3
+
4
+[GeneratorExternal]
5
+fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6
+funcName=generator_pythia8_ALICE3()
7
8
+[GeneratorPythia8]
9
+config=${O2DPG_MC_CONFIG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_pp_502tev.cfg
MC/config/ALICE3/pythia8/generator/pythia8_pp_502tev.cfg
@@ -0,0 +1,16 @@
+### Specify beams
+Beams:idA = 2212
+Beams:idB = 2212
+Beams:eCM = 5020. ### energy
+Beams:frameType = 1
+ParticleDecays:limitTau0 = on
+ParticleDecays:tau0Max = 10. ### match alice: 1cm/c = 10.0mm/c
10
+### processes
11
+SoftQCD:inelastic = on # all inelastic processes
12
13
+# default: do nothing, Monash 2013 will do its thing
14
+Tune:pp = 14
15
16
+Random:setSeed = on
0 commit comments