Skip to content

Commit

Permalink
enable resonant decay channels for Lc to pKpi dedicated productions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Norman authored and chiarazampolli committed Dec 1, 2020
1 parent 7cc3431 commit a03e426
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion PYTHIA8/AliPythia8/AliDecayerPythia8.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,14 @@ void AliDecayerPythia8::ForceHadronicD(Int_t optUse4Bodies, Int_t optUseDtoV0, I
}

if (optForceLcChannel == 1) { // force only Lc -> p K pi
fPythia8->ReadString("4122:onIfMatch = 2212 321 211");
// Lambda_c -> p K*
fPythia8->ReadString("4122:onIfMatch = 2212 313");
// Lambda_c -> Delta K
fPythia8->ReadString("4122:onIfMatch = 2224 321");
// Lambda_c -> Lambda(1520) pi
fPythia8->ReadString("4122:onIfMatch = 3124 211");
// Lambda_c -> p K pi
fPythia8->ReadString("4122:onIfMatch = 2212 321 211");
}

if (optForceLcChannel == 2) { // force only Lc -> p K0S
Expand Down

0 comments on commit a03e426

Please sign in to comment.