-
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.
- Loading branch information
Showing
3 changed files
with
34 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_PbPb_536tev.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(); | ||
} |
17 changes: 17 additions & 0 deletions
17
MC/config/ALICE3/pythia8/generator/pythia8_PbPb_536tev.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,17 @@ | ||
### Specify beams | ||
Beams:idA = 1000822080 | ||
Beams:idB = 1000822080 | ||
Beams:eCM = 5360.0 ### energy | ||
|
||
Beams:frameType = 1 | ||
ParticleDecays:limitTau0 = on | ||
ParticleDecays:tau0Max = 10. ### match alice: 1cm/c = 10.0mm/c | ||
|
||
### Initialize the Angantyr model to fit the total and semi-includive | ||
### cross sections in Pythia within some tolerance. | ||
HeavyIon:SigFitErr = 0.02,0.02,0.1,0.05,0.05,0.0,0.1,0.0 | ||
|
||
### These parameters are typicall suitable for sqrt(S_NN)=5TeV | ||
HeavyIon:SigFitDefPar = 17.24,2.15,0.33,0.0,0.0,0.0,0.0,0.0 | ||
|
||
Random:setSeed = on |