Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit ce37f3da authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

fix formula

parent fcf9e778
No related branches found
No related tags found
No related merge requests found
......@@ -1100,8 +1100,8 @@ emitted particle’s momentum in a random way:
++++
\begin{aligned}
p_{total} &= \sqrt{\left(\frac{\mathrm{EKIN}}{mc^{2}} + 1\right)^{2} - 1} \\
p_{x} &= p_\text{total} \sin(\phi) \cos(\theta) \\
p_{y} &= p_\text{total} \sin(\phi) \sin(\theta) \\
p_{x} &= p_\text{total} \sin(\theta) \cos(\phi) \\
p_{y} &= p_\text{total} \sin(\theta) \sin(\phi) \\
p_{z} &= p_\text{total} |{\cos(\theta)}|
\end{aligned}
++++
......
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