Skip to content

Commit 26bb981

Browse files
authored
Add ALICE3 cfg and ini files for hf-jet simulations (#1703)
* Add ALICE3 cfg and ini files for hf-jet simulations
1 parent 591af0c commit 26bb981

File tree

6 files changed

+77
-0
lines changed

6 files changed

+77
-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_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6+
funcName=generator_pythia8_ALICE3()
7+
8+
[GeneratorPythia8]
9+
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg
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_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6+
funcName=generator_pythia8_ALICE3()
7+
8+
[GeneratorPythia8]
9+
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_hardQCD_136tev.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: 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+
### Specify beams
2+
Beams:idA = 2212
3+
Beams:idB = 2212
4+
Beams:eCM = 13600. ### energy
5+
6+
Beams:frameType = 1
7+
ParticleDecays:limitTau0 = on
8+
ParticleDecays:tau0Max = 10. ### match alice: 1cm/c = 10.0mm/c
9+
10+
11+
### processes: c-cbar and b-bbar processes
12+
HardQCD:all on
13+
14+
# default: do nothing, Monash 2013 will do its thing
15+
Tune:pp = 14
16+
17+
Random:setSeed = on
18+
19+
### pT-hard bins
20+
PhaseSpace:pTHatMin = 35
21+
PhaseSpace:pTHatMax = 200
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### Specify beams
2+
Beams:idA = 2212
3+
Beams:idB = 2212
4+
Beams:eCM = 13600. ### energy
5+
6+
Beams:frameType = 1
7+
ParticleDecays:limitTau0 = on
8+
ParticleDecays:tau0Max = 10. ### match alice: 1cm/c = 10.0mm/c
9+
10+
11+
### processes: c-cbar and b-bbar processes
12+
HardQCD:hardccbar on
13+
HardQCD:hardbbbar on
14+
15+
# default: do nothing, Monash 2013 will do its thing
16+
Tune:pp = 14
17+
18+
Random:setSeed = on
19+
20+
### pT-hard bins
21+
PhaseSpace:pTHatMin = 35
22+
PhaseSpace:pTHatMax = 200

0 commit comments

Comments
 (0)