Skip to content

Commit

Permalink
Add decay channels of Xic and Omegac not present in pythia8 decay table
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosa authored and chiarazampolli committed Sep 10, 2020
1 parent 975c5cf commit f85bf14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PYTHIA8/AliPythia8/AliDecayerPythia8.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,9 @@ void AliDecayerPythia8::ForceHadronicD(Int_t optUse4Bodies, Int_t optUseDtoV0, I
fPythia8->ReadString("4232:addChannel = 1 0.2 0 3312 211 211");
//add Xic0 decays absent in PYTHIA8 decay table
fPythia8->ReadString("4132:addChannel = 1 0.2 0 3312 211");
fPythia8->ReadString("4132:addChannel = 1 0.2 0 3312 -11 12");
//add Omegac decays absent in PYTHIA8 decay table
fPythia8->ReadString("4332:addChannel = 1 0.2 0 3334 211");

// K* -> K pi
fPythia8->ReadString("313:onMode = off");
Expand Down Expand Up @@ -824,7 +827,7 @@ void AliDecayerPythia8::ForceHadronicD(Int_t optUse4Bodies, Int_t optUseDtoV0, I
fPythia8->ReadString("4132:onIfMatch = 3312 211");
}
else if (optForceXicChannel == 1) { // semileptonic decay
fPythia8->ReadString("4132:onIfMatch = 3312 -11 12");
fPythia8->ReadString("4132:onIfMatch = 3312 11 12");
}

}
Expand Down

0 comments on commit f85bf14

Please sign in to comment.