From 5162e5998d147fbf21ac94857252275e0952f8ba Mon Sep 17 00:00:00 2001 From: Francesco Mazzaschi Date: Wed, 3 Apr 2024 14:17:08 +0200 Subject: [PATCH] Use proper hadronic process for the different nuclear species --- MC/config/PWGLF/xsection/g4config_had_x2.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MC/config/PWGLF/xsection/g4config_had_x2.in b/MC/config/PWGLF/xsection/g4config_had_x2.in index ee5fe107b..de09bbd06 100644 --- a/MC/config/PWGLF/xsection/g4config_had_x2.in +++ b/MC/config/PWGLF/xsection/g4config_had_x2.in @@ -64,10 +64,10 @@ # Scale hadronic cross section -/mcPhysics/setCrossSectionFactor deuteron hadInElastic 2. -/mcPhysics/setCrossSectionFactor anti_deuteron hadInElastic 2. -/mcPhysics/setCrossSectionFactor triton hadInElastic 2. -/mcPhysics/setCrossSectionFactor anti_triton hadInElastic 2. -/mcPhysics/setCrossSectionFactor he3 hadInElastic 2. -/mcPhysics/setCrossSectionFactor anti_he3 hadInElastic 2. +/mcPhysics/setCrossSectionFactor deuteron dInelastic 2. +/mcPhysics/setCrossSectionFactor anti_deuteron anti_deuteronInelastic 2. +/mcPhysics/setCrossSectionFactor triton tInelastic 2. +/mcPhysics/setCrossSectionFactor anti_triton anti_tritonInelastic 2. +/mcPhysics/setCrossSectionFactor He3 He3Inelastic 2. +/mcPhysics/setCrossSectionFactor anti_He3 anti_He3Inelastic 2.