-
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 (#1703)
* Add ALICE3 cfg and ini files for hf-jet simulations
- Loading branch information
1 parent
591af0c
commit 26bb981
Showing
6 changed files
with
77 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_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,8 @@ | ||
int External() { | ||
return 0; | ||
} | ||
|
||
int Pythia8() | ||
{ | ||
return External(); | ||
} |
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,8 @@ | ||
int External() { | ||
return 0; | ||
} | ||
|
||
int Pythia8() | ||
{ | ||
return External(); | ||
} |
21 changes: 21 additions & 0 deletions
21
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,21 @@ | ||
### 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:all 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_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,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 |