]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDCalibGain.h
Fixes to AliFMDDisplay and AliFMDPattern for use in DQM environment.
[u/mrichter/AliRoot.git] / FMD / AliFMDCalibGain.h
index fb8209d4f501fc28e323e5b6c2dcb4334ee1ce7f..7dffcde4a197698f17421cec5fc9b6c8f88ad365 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef ALIFMDFLOATMAP_H
 # include <AliFMDFloatMap.h>
 #endif
+#include <iosfwd>
+
 //____________________________________________________________________
 /** @brief Gain value and width for each strip in the FMD 
     @ingroup FMD_base
@@ -51,6 +53,13 @@ public:
       @param str  Strip
       @return Gain for strip */
   Float_t Value(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);
+
   /** @return threshold */
   Float_t Threshold() const { return fThreshold; }
   const AliFMDFloatMap& Values() const { return fValue; }