Skip to content

Commit

Permalink
Merge pull request #562 from stefanopolitano/master
Browse files Browse the repository at this point in the history
Updating forced decay in Ds-resoncances custom generator
  • Loading branch information
gconesab authored Jul 24, 2023
2 parents db3007d + ea88583 commit cb46747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/CustomGenerators/PWGHF/Pythia8_Monash2013_HFDsreso.C
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cb46747

Please sign in to comment.