Skip to content

Commit ad25169

Browse files
ktfsawenzel
authored andcommitted
Fix decay
It looks like the comment is correct and the PDG id is wrong.
1 parent 9a0a760 commit ad25169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Steer/src/O2MCApplication.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ void addSpecialParticles()
887887
mode4s[1][1] = 111; // pion0
888888
bratio4s[2] = 40.;
889889
mode4s[2][0] = 1000010030; // tritium
890-
mode4s[2][2] = 2212; // pion+
890+
mode4s[2][2] = 211; // pion+
891891
mode4s[2][1] = 2112; // neutron
892892

893893
TVirtualMC::GetMC()->SetDecayMode(1110020040, bratio4s, mode4s);

0 commit comments

Comments
 (0)