Skip to content

Commit

Permalink
Add option for hadronic and semileptonic channels
Browse files Browse the repository at this point in the history
  • Loading branch information
chengtt0406 authored and gconesab committed Jul 7, 2021
1 parent e7153ea commit e24ca0f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions MC/CustomGenerators/PWGHF/Pythia8_Monash2013_D2Hdedicated.C
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,14 @@ AliGenerator *GeneratorCustom(TString opt = "")
(AliPythia8::Instance())->ReadString("4232:onIfMatch = 3312 211 211");
// Xic0 -> Xi- pi+
(AliPythia8::Instance())->ReadString("4132:onIfMatch = 3312 211");
// Omegac0 -> Omega- pi+

(AliPythia8::Instance())->ReadString("4332:onMode = off");
(AliPythia8::Instance())->ReadString("4332:onIfMatch = 3334 211");
if(channelOption ==6){ // Omegac0 -> Omega- pi+
(AliPythia8::Instance())->ReadString("4332:onIfMatch = 3334 211");
}
if(channelOption ==8){ // Omegac0 semileptonic decay
(AliPythia8::Instance())->ReadString("4332:onIfMatch = 3334 -11 12");
}

//add Lc decays absent in PYTHIA8 decay table and set BRs from PDG for others
(AliPythia8::Instance())->ReadString("4122:oneChannel = 1 0.0196 100 2212 -313");
Expand Down

0 comments on commit e24ca0f

Please sign in to comment.