]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDRecoParam.h
Fixed coding convention issues as given by the automatic
[u/mrichter/AliRoot.git] / FMD / AliFMDRecoParam.h
index 5a61487e0a8a77fa5470a23ac04c24f9c089bffd..8f972d16f55149fcb58bd5c6a56ebac156f751ff 100644 (file)
@@ -42,12 +42,44 @@ public:
    */
   Bool_t  SharingCorrect() const { return fSharingCorrect; }
 
+  /** 
+   * Whether to do angle corrections 
+   * 
+   * @param doit Whether to do angle corrections 
+   */
   void SetAngleCorrect(Bool_t doit) { fAngleCorrect = doit; }
+  /** 
+   * Whether to do sharing corrections 
+   * 
+   * @param doit Whether to do sharing corrections 
+   */
   void SetSharingCorrect(Bool_t doit) { fSharingCorrect = doit; }
+  /** 
+   * Set the noise factor 
+   * 
+   * @param f Noise factor 
+   */
   void SetNoiseFactor(Float_t f) { fNoiseFactor = f; }
 
+  /** 
+   * Get low flux parameter
+   *
+   * @return low flux parameters 
+   */  
   static AliFMDRecoParam* GetLowFluxParam();
+  /** 
+   * Get high flux parameter
+   *
+   * @return high flux parameters 
+   */  
   static AliFMDRecoParam* GetHighFluxParam();
+  /** 
+   * Get parameters for a specific species 
+   * 
+   * @param specie Species 
+   * 
+   * @return Reconstruction paramters 
+   */
   static AliFMDRecoParam* GetParam(AliRecoParam::EventSpecie_t specie);
 private:
   Float_t fNoiseFactor;    // Noise suppression factor