Skip to content

Commit

Permalink
Fix the decay branch ratio of antihyperhelium4sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-yuanzhe authored and sawenzel committed Jan 6, 2025
1 parent c68ddc8 commit 9ede2d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Steer/src/O2MCApplication.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -902,14 +902,14 @@ void addSpecialParticles()
amode4s[kz][1] = 0;
amode4s[kz][2] = 0;
}
abratio4s[0] = 50.;
abratio4s[0] = 20.;
amode4s[0][0] = -1000020040; // anti-Helium4
amode4s[0][1] = 111; // pion0
abratio4s[1] = 50.;
abratio4s[1] = 40.;
amode4s[1][0] = -1000010030; // anti-tritium
amode4s[1][2] = -2212; // anti-proton
amode4s[1][1] = 111; // pion0
abratio4s[2] = 50.;
abratio4s[2] = 40.;
amode4s[2][0] = -1000010030; // anti-tritium
amode4s[2][2] = -211; // pion-
amode4s[2][1] = -2112; // anti-neutron
Expand Down

0 comments on commit 9ede2d5

Please sign in to comment.