From 3476f2da804eff75d0150256502275ded884b16e Mon Sep 17 00:00:00 2001 From: Marco Giacalone Date: Fri, 14 Nov 2025 14:59:07 +0100 Subject: [PATCH] Reduction of nEvents This is to account for the hybro events multiplication in EPOS4 configuration, otherwise the generator will crash at the first generated event. --- MC/config/examples/ini/GeneratorEPOS4_pp136TeV.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MC/config/examples/ini/GeneratorEPOS4_pp136TeV.ini b/MC/config/examples/ini/GeneratorEPOS4_pp136TeV.ini index 8375cb7f3..96bf37247 100644 --- a/MC/config/examples/ini/GeneratorEPOS4_pp136TeV.ini +++ b/MC/config/examples/ini/GeneratorEPOS4_pp136TeV.ini @@ -1,7 +1,7 @@ #---> GeneratorEPOS4 [GeneratorExternal] fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator_EPOS4.C -funcName=generateEPOS4("${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator/pp_136TeV_hydro_cascade.optns", 2147483647) +funcName=generateEPOS4("${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator/pp_136TeV_hydro_cascade.optns", 214748364) [GeneratorFileOrCmd] cmd=${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/epos.sh