]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/AliFMDCorrSecondaryMap.h
Small updates
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / AliFMDCorrSecondaryMap.h
index 1c7a43097f2124e74b9b1ae9b8a657f06ebeefcb..1d01470c8a87fe8cfd7c83e7568fc8b0ca80d968 100644 (file)
@@ -132,8 +132,10 @@ public:
   /** 
    * Set the vertex axis to use 
    * 
-   * @param axis Vertex axis 
-   */
+   * @param nBins Number of bins
+   * @param min   Minimum        
+   * @param max   Maximum        
+   */  
   void SetVertexAxis(Int_t nBins, Double_t min, Double_t max);
   /** 
    * Set the eta axis to use 
@@ -144,7 +146,9 @@ public:
   /** 
    * Set the eta axis to use 
    * 
-   * @param axis Eta axis 
+   * @param nBins Number of bins
+   * @param min   Minimum        
+   * @param max   Maximum        
    */
   void SetEtaAxis(Int_t nBins, Double_t min, Double_t max);
   /* @} */
@@ -178,7 +182,7 @@ protected:
    * 
    * @param vertex The interaction points @f$z@f$-coordinate 
    * 
-   * @return Vertex bin in @f$[1,N_{\box{vertex}}]@f$ or negative if 
+   * @return Vertex bin in @f$[1,N_{\mbox{vertex}}]@f$ or negative if 
    * out of range 
    */
   Int_t FindVertexBin(Double_t vertex) const;