]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDCalibPedestal.h
basic quality checks/plots (from Josh Hamblen/UT)
[u/mrichter/AliRoot.git] / FMD / AliFMDCalibPedestal.h
index 78e04360b446584d28af57567b2243ec071e457b..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