Skip to content

Commit 637fb38

Browse files
committed
MC/PWGEM: add cfg and ini for VM2ll
1 parent c6c80f9 commit 637fb38

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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/PWGEM/pythia8/generator/pythia8_OO_536_VM2ll.cfg
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
int External() {
2+
return 0;
3+
}
4+
5+
int Pythia8()
6+
{
7+
return External();
8+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### OO beams
2+
Beams:idA = 1000080160
3+
Beams:idB = 1000080160
4+
Beams:eCM = 5360.0 ### energy
5+
6+
Beams:frameType = 1
7+
ParticleDecays:limitTau0 = on
8+
ParticleDecays:tau0Max = 10. ### match alice: 1cm/c = 10.0mm/c
9+
10+
### Save some CPU at init of jobs
11+
### To avoid refitting, add the following lines to your configuration file:
12+
HeavyIon:SigFitNGen = 0
13+
HeavyIon:SigFitDefPar = 2.15,18.42,0.33
14+
15+
Random:setSeed = on
16+
17+
# change omega, phi meson's BR below
18+
223:oneChannel = 1 0.5 0 -11 11
19+
223:addChannel = 1 0.5 0 -13 13
20+
333:oneChannel = 1 0.5 0 -11 11
21+
333:addChannel = 1 0.5 0 -13 13

0 commit comments

Comments
 (0)