From ea885838d8b868753b2e2f40b22a23a26ace310d Mon Sep 17 00:00:00 2001 From: stefanopolitano Date: Mon, 24 Jul 2023 19:37:00 +0200 Subject: [PATCH] Updating forced decay in Ds-resoncances custom generator --- MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C b/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C index 9f6133d3..5c18d547 100644 --- a/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C +++ b/MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C @@ -12,7 +12,7 @@ AliGenerator *GeneratorCustom(TString opt = "Ds2") pyth->SetPtHard(pthardminConfig, pthardmaxConfig); // Configuration of decayer - pyth->SetForceDecay(kHadronicDWithout4Bodies); + pyth->SetForceDecay(kDsResonances); if (iprocess == 0) { if (opt.EqualTo("Ds1")){ pyth->SetReplaceD(413, 10433);