Skip to content

Commit

Permalink
Add ALICE3 cfg and ini files for hf-jet simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Dello Stritto committed Jul 15, 2024
1 parent ee5483b commit f59982c
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MC/config/ALICE3/ini/pythia8_pp_hardQCD_136tev.ini
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
9 changes: 9 additions & 0 deletions MC/config/ALICE3/ini/pythia8_pp_hf_136tev.ini
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 MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg
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 MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_136tev.cfg
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

0 comments on commit f59982c

Please sign in to comment.