]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/AliFMDCorrELossFit.h
Various updates
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / AliFMDCorrELossFit.h
index 3e6fac86b4f24837e002cb7d3a4a3fad7ac329aa..3f9ab6ae004d7aada35f6ba31e47df8b3fab1b18 100644 (file)
@@ -493,6 +493,26 @@ public:
    * @return Fit parameters or null in case of problems 
    */
   ELossFit* FindFit(UShort_t d, Char_t r, Int_t etabin) const;
+  /** 
+   * Find the fit corresponding to the specified parameters 
+   * 
+   * @param d   Detector 
+   * @param r   Ring 
+   * @param eta Eta value 
+   * 
+   * @return Fit parameters or null in case of problems 
+   */
+  ELossFit* GetFit(UShort_t d, Char_t r, Double_t eta) const;
+  /** 
+   * Find the fit corresponding to the specified parameters 
+   * 
+   * @param d      Detector 
+   * @param r      Ring 
+   * @param etabin Eta bin (1 based)
+   * 
+   * @return Fit parameters or null in case of problems 
+   */
+  ELossFit* GetFit(UShort_t d, Char_t r, Int_t etabin) const;
   /* @} */
 
   /**