Skip to content

Commit 9ede2d5

Browse files
wang-yuanzhesawenzel
authored andcommitted
Fix the decay branch ratio of antihyperhelium4sigma
1 parent c68ddc8 commit 9ede2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Steer/src/O2MCApplication.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -902,14 +902,14 @@ void addSpecialParticles()
902902
amode4s[kz][1] = 0;
903903
amode4s[kz][2] = 0;
904904
}
905-
abratio4s[0] = 50.;
905+
abratio4s[0] = 20.;
906906
amode4s[0][0] = -1000020040; // anti-Helium4
907907
amode4s[0][1] = 111; // pion0
908-
abratio4s[1] = 50.;
908+
abratio4s[1] = 40.;
909909
amode4s[1][0] = -1000010030; // anti-tritium
910910
amode4s[1][2] = -2212; // anti-proton
911911
amode4s[1][1] = 111; // pion0
912-
abratio4s[2] = 50.;
912+
abratio4s[2] = 40.;
913913
amode4s[2][0] = -1000010030; // anti-tritium
914914
amode4s[2][2] = -211; // pion-
915915
amode4s[2][1] = -2112; // anti-neutron

0 commit comments

Comments
 (0)