-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ALICE3 cfg and ini files for hf-jet simulations
- Loading branch information
Luigi Dello Stritto
committed
Jul 15, 2024
1 parent
ee5483b
commit f59982c
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Diamond] | ||
width[2]=6.0 | ||
|
||
[GeneratorExternal] | ||
fileName=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C | ||
funcName=generator_pythia8_ALICE3() | ||
|
||
[GeneratorPythia8] | ||
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Diamond] | ||
width[2]=6.0 | ||
|
||
[GeneratorExternal] | ||
fileName=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C | ||
funcName=generator_pythia8_ALICE3() | ||
|
||
[GeneratorPythia8] | ||
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_136tev.cfg |
26 changes: 26 additions & 0 deletions
26
MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
### Specify beams | ||
Beams:idA = 2212 | ||
Beams:idB = 2212 | ||
Beams:eCM = 13600. ### energy | ||
|
||
Beams:frameType = 1 | ||
ParticleDecays:limitTau0 = on | ||
ParticleDecays:tau0Max = 10. ### match alice: 1cm/c = 10.0mm/c | ||
|
||
|
||
### processes: c-cbar and b-bbar processes | ||
HardQCD:hardccbar on | ||
HardQCD:hardbbbar on | ||
HardQCD:gg2ccbar on | ||
HardQCD:qqbar2ccbar on | ||
HardQCD:gg2bbbar on | ||
HardQCD:qqbar2bbbar on | ||
|
||
# default: do nothing, Monash 2013 will do its thing | ||
Tune:pp = 14 | ||
|
||
Random:setSeed = on | ||
|
||
### pT-hard bins | ||
PhaseSpace:pTHatMin = 35 | ||
PhaseSpace:pTHatMax = 200 |
22 changes: 22 additions & 0 deletions
22
MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_136tev.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### Specify beams | ||
Beams:idA = 2212 | ||
Beams:idB = 2212 | ||
Beams:eCM = 13600. ### energy | ||
|
||
Beams:frameType = 1 | ||
ParticleDecays:limitTau0 = on | ||
ParticleDecays:tau0Max = 10. ### match alice: 1cm/c = 10.0mm/c | ||
|
||
|
||
### processes: c-cbar and b-bbar processes | ||
HardQCD:hardccbar on | ||
HardQCD:hardbbbar on | ||
|
||
# default: do nothing, Monash 2013 will do its thing | ||
Tune:pp = 14 | ||
|
||
Random:setSeed = on | ||
|
||
### pT-hard bins | ||
PhaseSpace:pTHatMin = 35 | ||
PhaseSpace:pTHatMax = 200 |