]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDESDRevertexer.h
Fixed doxygen docs
[u/mrichter/AliRoot.git] / FMD / AliFMDESDRevertexer.h
index 899da5679ec601f416981b2952e53eb09c12a74e..67e8a1fc8f9b544d84168061e91470adbba45441 100644 (file)
@@ -65,7 +65,7 @@ public:
    * 
    * @param eta Psuedo rapidity @f$ \eta=-\log[\tan(\theta/2)]@f$ 
    * 
-   * @return Polar angle @f$ \theta=2\atan[\exp(-\eta)]@f$
+   * @return Polar angle @f$ \theta=2\tan^{-1}[\exp(-\eta)]@f$
    */  
   Double_t Eta2Theta(Double_t eta) const;
 protected:
@@ -153,7 +153,7 @@ AliFMDESDRevertexer::Eta2Theta(Double_t eta) const
   // Parameters:
   //   eta Psuedo rapidity @f$ \eta=-\log[\tan(\theta/2)]@f$ 
   // Return:
-   //  Polar angle @f$ \theta=2\atan[\exp(-\eta)]@f$
+  //   Polar angle @f$ \theta=2\atan[\exp(-\eta)]@f$
   return 2 * TMath::ATan(TMath::Exp(-eta));
 }