Skip to content

Commit

Permalink
Add ALICE3 cfg and ini files for hf-jet simulations (#1703)
Browse files Browse the repository at this point in the history
* Add ALICE3 cfg and ini files for hf-jet simulations
  • Loading branch information
DelloStritto authored Jul 29, 2024
1 parent 591af0c commit 26bb981
Show file tree
Hide file tree
Showing 6 changed files with 77 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_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_hf_hardQCD_136tev.cfg
8 changes: 8 additions & 0 deletions MC/config/ALICE3/ini/tests/pythia8_pp_hardQCD_136tev.C
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
int External() {
return 0;
}

int Pythia8()
{
return External();
}
8 changes: 8 additions & 0 deletions MC/config/ALICE3/ini/tests/pythia8_pp_hf_hardQCD_136tev.C
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 MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg
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
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 26bb981

Please sign in to comment.