We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0a760 commit ad25169Copy full SHA for ad25169
Steer/src/O2MCApplication.cxx
@@ -887,7 +887,7 @@ void addSpecialParticles()
887
mode4s[1][1] = 111; // pion0
888
bratio4s[2] = 40.;
889
mode4s[2][0] = 1000010030; // tritium
890
- mode4s[2][2] = 2212; // pion+
+ mode4s[2][2] = 211; // pion+
891
mode4s[2][1] = 2112; // neutron
892
893
TVirtualMC::GetMC()->SetDecayMode(1110020040, bratio4s, mode4s);
0 commit comments