Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ALICE3 cfg and ini files for hf-jet simulations #1703

Merged
merged 5 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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();
}
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