X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDCalibPedestal.h;h=afb69f059f366eddfc4daeb1a79c3f83c5c4010a;hb=f76c9e9b7327de5f8be6d86027d4bf1067fe0600;hp=1a435024f98ce6e5dce7db75e53d6ad784c3d357;hpb=9f662337ab28768a7b1b10a7048d145ae833eb73;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDCalibPedestal.h b/FMD/AliFMDCalibPedestal.h index 1a435024f98..afb69f059f3 100644 --- a/FMD/AliFMDCalibPedestal.h +++ b/FMD/AliFMDCalibPedestal.h @@ -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 + @date Sun Mar 26 18:30:51 2006 + @brief Per strip pedestal calibration + @ingroup FMD_base +*/ #ifndef ALIFMDFLOATMAP_H # include #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: