From 6fda927300c9f2f16f90d5c82494e0f96fa2e81c Mon Sep 17 00:00:00 2001 From: Jerome Jung Date: Sat, 22 Feb 2025 00:24:35 +0100 Subject: [PATCH] [PWGEM] LMee: added new ini file for 13 TeV pp cocktail for on-the-fly cocktail simulations --- MC/config/PWGEM/ini/GeneratorEMCocktail_Run3pp_v2.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MC/config/PWGEM/ini/GeneratorEMCocktail_Run3pp_v2.ini diff --git a/MC/config/PWGEM/ini/GeneratorEMCocktail_Run3pp_v2.ini b/MC/config/PWGEM/ini/GeneratorEMCocktail_Run3pp_v2.ini new file mode 100644 index 000000000..09a5e36ab --- /dev/null +++ b/MC/config/PWGEM/ini/GeneratorEMCocktail_Run3pp_v2.ini @@ -0,0 +1,6 @@ +### The setup uses an external event generator +### This part sets the path of the file and the function call to retrieve it + +[GeneratorExternal] +fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/external/generator/GeneratorEMCocktailV2.C +funcName=GenerateEMCocktail(200,0,3,63,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/parametrizations/pp13TeV_run2.json","13TeV_MB_default",200,0.0,30.0,10000,1,1,0,0,"",0,1.1,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/decaytables/decaytable_LMee.dat",1) \ No newline at end of file