IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 83d721da authored by Felix Riehn's avatar Felix Riehn
Browse files

added missing particles

parent c027201d
No related branches found
No related tags found
No related merge requests found
......@@ -3791,26 +3791,26 @@
<channel onMode="1" bRatio="1.0000000" products="4132 22"/>
</particle>
<!--
<particle id="4314" name="Xi*_c0" antiName="Xi*_cbar0" spinType="4" chargeType="0" colType="0"
m0="2.64590" mWidth="0.0026" mMin="2.63590" mMax="2.65590">
<channel onMode="1" bRatio="0.5000000" products="4132 111"/>
<channel onMode="1" bRatio="0.5000000" products="4132 22"/>
</particle>
-->
<particle id="4322" name="Xi'_c+" antiName="Xi'_cbar-" spinType="2" chargeType="3" colType="0"
m0="2.57560">
<channel onMode="1" bRatio="1.0000000" products="4232 22"/>
</particle>
<!--
<particle id="4324" name="Xi*_c+" antiName="Xi*_cbar-" spinType="4" chargeType="3" colType="0"
m0="2.64590" mWidth="0.0026" mMin="2.63590" mMax="2.65590">
<channel onMode="1" bRatio="0.5000000" products="4232 111"/>
<channel onMode="1" bRatio="0.5000000" products="4232 22"/>
</particle>
-->
<particle id="4332" name="Omega_c0" antiName="Omega_cbar0" spinType="2" chargeType="0" colType="0"
m0="2.69520" tau0="2.10000e-02">
......
......@@ -115,6 +115,10 @@ SigmaStarCPlusPlus 94 0 0
SigmaStarCMinusMinusBar -94 0 0
XiCPlus 87 1 1
XiCMinusBar -87 1 1
XiStarCPlus 97 0 0
XiStarCMinusBar -97 0 0
XiStarC0 98 0 0
XiStarC0Bar -98 0 0
OmegaC0 99 0 0
OmegaC0Bar -99 0 0
Jpsi 83 0 0
......
......@@ -36,6 +36,9 @@ TEST_CASE("Sibyll", "[processes]") {
REQUIRE(process::sibyll::ConvertToSibyll(particles::Electron::GetCode()) ==
process::sibyll::SibyllCode::Electron);
REQUIRE(process::sibyll::ConvertToSibyllRaw(particles::Proton::GetCode()) == 13);
REQUIRE(process::sibyll::ConvertToSibyll(particles::XiStarC0::GetCode()) ==
process::sibyll::SibyllCode::XiStarC0);
}
SECTION("canInteractInSibyll") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment