]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDCalibPedestal.h
Fixes from P2. Allow pre-setting cuts and factor in display.
[u/mrichter/AliRoot.git] / FMD / AliFMDCalibPedestal.h
index afb69f059f366eddfc4daeb1a79c3f83c5c4010a..f6161b6252d2d3d7090a22f2ec2fcbed98d35142 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef ALIFMDFLOATMAP_H
 # include <AliFMDFloatMap.h>
 #endif
+#include <iosfwd>
+
 //____________________________________________________________________
 /** @brief Pedestal value and width for each strip in the FMD 
     @ingroup FMD_base
@@ -62,6 +64,13 @@ public:
       @param str  Strip
       @return Pedestal width for strip */  
   Float_t Width(UShort_t det, Char_t ring, UShort_t sec, UShort_t str);
+
+  /**
+     Read information from file and set values
+     @param inFile inputFile
+   */
+  Bool_t ReadFromFile(std::istream & inFile);
+
 private:
   AliFMDFloatMap fValue; /** Pedestal */
   AliFMDFloatMap fWidth; /** Pedestal width */