From e7ea68049269bfe6b79a6a21e0d583ff29150794 Mon Sep 17 00:00:00 2001 From: Marco Giacalone Date: Wed, 26 Feb 2025 09:05:35 +0100 Subject: [PATCH] Added all POWHEG configs as ini generators --- ...thia8POWHEG.ini => GeneratorPythia8POWHEG_beauty.ini} | 1 + .../PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05.ini | 9 +++++++++ .../ini/GeneratorPythia8POWHEG_beauty_F05_R05.ini | 9 +++++++++ ...OWHEG_F2.ini => GeneratorPythia8POWHEG_beauty_F2.ini} | 0 .../PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F2_R2.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MHigh.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MLow.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R05.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R2.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05_R05.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2_R2.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MHigh.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MLow.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R05.ini | 9 +++++++++ .../PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R2.ini | 9 +++++++++ 17 files changed, 136 insertions(+) rename MC/config/PWGGAJE/ini/{GeneratorPythia8POWHEG.ini => GeneratorPythia8POWHEG_beauty.ini} (94%) create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05_R05.ini rename MC/config/PWGGAJE/ini/{GeneratorPythia8POWHEG_F2.ini => GeneratorPythia8POWHEG_beauty_F2.ini} (100%) create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F2_R2.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MHigh.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MLow.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R05.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R2.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05_R05.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2_R2.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MHigh.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MLow.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R05.ini create mode 100644 MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R2.ini diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty.ini similarity index 94% rename from MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG.ini rename to MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty.ini index 45b8a0bcb..c557aa172 100644 --- a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG.ini +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty.ini @@ -1,5 +1,6 @@ ### The external generator derives from GeneratorPythia8. ## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG [GeneratorExternal] fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_default.input") diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05.ini new file mode 100644 index 000000000..4be1cf530 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_F05.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05_R05.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05_R05.ini new file mode 100644 index 000000000..24aa494c7 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F05_R05.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_F05_R05.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_F2.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F2.ini similarity index 100% rename from MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_F2.ini rename to MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F2.ini diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F2_R2.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F2_R2.ini new file mode 100644 index 000000000..04457b78c --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_F2_R2.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_F2_R2.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MHigh.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MHigh.ini new file mode 100644 index 000000000..1a89f3b9c --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MHigh.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_MHigh.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MLow.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MLow.ini new file mode 100644 index 000000000..647e0b6a6 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_MLow.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_MLow.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R05.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R05.ini new file mode 100644 index 000000000..e940aa088 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R05.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_R05.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R2.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R2.ini new file mode 100644 index 000000000..e846873b5 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_beauty_R2.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_beauty_R2.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05.ini new file mode 100644 index 000000000..34bc652e3 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_F05.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05_R05.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05_R05.ini new file mode 100644 index 000000000..e4ab0f479 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F05_R05.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_F05_R05.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2.ini new file mode 100644 index 000000000..36aa6b6c2 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_F2.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2_R2.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2_R2.ini new file mode 100644 index 000000000..37d417322 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_F2_R2.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_F2_R2.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MHigh.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MHigh.ini new file mode 100644 index 000000000..73f83de02 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MHigh.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_MHigh.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MLow.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MLow.ini new file mode 100644 index 000000000..ed7c5c7b7 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_MLow.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_MLow.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R05.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R05.ini new file mode 100644 index 000000000..61680cab2 --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R05.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_R05.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg diff --git a/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R2.ini b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R2.ini new file mode 100644 index 000000000..e8185c68d --- /dev/null +++ b/MC/config/PWGGAJE/ini/GeneratorPythia8POWHEG_charm_R2.ini @@ -0,0 +1,9 @@ +### The external generator derives from GeneratorPythia8. +## The generator allows to run Pythia8 with POWHEG +#---> GeneratorPythia8POWHEG +[GeneratorExternal] +fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_powheg.C +funcName=getGeneratorJEPythia8POWHEG("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/powheg/powheg_charm_R2.input") + +[GeneratorPythia8] +config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_powheg.cfg