]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDCalibPedestal.h
Major changes in AliAltroBuffer. Now it can be used only for writing of raw data...
[u/mrichter/AliRoot.git] / FMD / AliFMDCalibPedestal.h
index 1a435024f98ce6e5dce7db75e53d6ad784c3d357..afb69f059f366eddfc4daeb1a79c3f83c5c4010a 100644 (file)
@@ -5,11 +5,24 @@
  *
  * See cxx source for full Copyright notice                               
  */
+//____________________________________________________________________
+//                                                                          
+// This class stores a pedestal and pedestal width for each strip in
+// the FMD detectors. 
+// The values are stored as floats, since they may be results from a
+// fit. 
+// Need to make algorithm that makes this data
+/** @file    AliFMDCalibPedestal.h
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Sun Mar 26 18:30:51 2006
+    @brief   Per strip pedestal calibration 
+    @ingroup FMD_base
+*/
 #ifndef ALIFMDFLOATMAP_H
 # include <AliFMDFloatMap.h>
 #endif
 //____________________________________________________________________
-/** Pedestal value and width for each strip in the FMD 
+/** @brief Pedestal value and width for each strip in the FMD 
     @ingroup FMD_base
 */
 class AliFMDCalibPedestal : public TObject 
@@ -40,7 +53,6 @@ public:
       @param ring Ring 
       @param sec  Sector 
       @param str  Strip
-      @param val  Value of gain 
       @return Pedestal for strip */  
   Float_t Value(UShort_t det, Char_t ring, UShort_t sec, UShort_t str);
   /** Get pedestal width for a strip. 
@@ -48,7 +60,6 @@ public:
       @param ring Ring 
       @param sec  Sector 
       @param str  Strip
-      @param val  Value of gain 
       @return Pedestal width for strip */  
   Float_t Width(UShort_t det, Char_t ring, UShort_t sec, UShort_t str);
 private: