Skip to content
Snippets Groups Projects
Commit 84535eb4 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

fix bug in documentation of pseudorapidity thanks to Tim Olson

git-svn-id: http://root.cern.ch/svn/root/trunk@24127 27541ba8-7e3a-0410-8455-c3a389f83636
parent 68e43491
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ another vector:
<P><TT>&nbsp; Double_t ppv1 = v.Perp(v1);</TT>
<BR><TT>&nbsp; Double_t pp2v1 = v.Perp2(v1);</TT>
<P>The pseudorapiditiy ( eta=-ln (tan (phi/2)) ) can be get by <TT>Eta()</TT>
<P>The pseudo-rapidity ( eta=-ln (tan (theta/2)) ) can be obtained by <TT>Eta()</TT>
or <TT>PseudoRapidity()</TT>:
<BR>&nbsp;
<BR><TT>&nbsp; Double_t eta = v.PseudoRapidity();</TT>
......
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