From f59982c89641eba33a9b6fd5065f9430de384806 Mon Sep 17 00:00:00 2001 From: Luigi Dello Stritto Date: Mon, 15 Jul 2024 16:44:26 +0200 Subject: [PATCH] Add ALICE3 cfg and ini files for hf-jet simulations --- .../ALICE3/ini/pythia8_pp_hardQCD_136tev.ini | 9 +++++++ MC/config/ALICE3/ini/pythia8_pp_hf_136tev.ini | 9 +++++++ .../generator/pythia8_pp_hardQCD_136tev.cfg | 26 +++++++++++++++++++ .../generator/pythia8_pp_hf_136tev.cfg | 22 ++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 MC/config/ALICE3/ini/pythia8_pp_hardQCD_136tev.ini create mode 100644 MC/config/ALICE3/ini/pythia8_pp_hf_136tev.ini create mode 100644 MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg create mode 100644 MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_136tev.cfg diff --git a/MC/config/ALICE3/ini/pythia8_pp_hardQCD_136tev.ini b/MC/config/ALICE3/ini/pythia8_pp_hardQCD_136tev.ini new file mode 100644 index 000000000..181e014eb --- /dev/null +++ b/MC/config/ALICE3/ini/pythia8_pp_hardQCD_136tev.ini @@ -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 diff --git a/MC/config/ALICE3/ini/pythia8_pp_hf_136tev.ini b/MC/config/ALICE3/ini/pythia8_pp_hf_136tev.ini new file mode 100644 index 000000000..cb99a82fa --- /dev/null +++ b/MC/config/ALICE3/ini/pythia8_pp_hf_136tev.ini @@ -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 diff --git a/MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg b/MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg new file mode 100644 index 000000000..346cf7367 --- /dev/null +++ b/MC/config/ALICE3/pythia8/generator/pythia8_pp_hardQCD_136tev.cfg @@ -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 diff --git a/MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_136tev.cfg b/MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_136tev.cfg new file mode 100644 index 000000000..13d1a4689 --- /dev/null +++ b/MC/config/ALICE3/pythia8/generator/pythia8_pp_hf_136tev.cfg @@ -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