]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVCalibParam.h
Corrected access to the data file
[u/mrichter/AliRoot.git] / MUON / AliMUONVCalibParam.h
index 0be7fadcee45f5942d5fb318c1b60a1d4dd293dd..7d02a509b4bea87e58b05abfda9f4ab7af8006a5 100644 (file)
@@ -37,9 +37,12 @@ public:
   /// Retrieve the value for a given (channel,dim) as a float.
   virtual Float_t ValueAsFloat(Int_t i, Int_t j=0) const = 0;
   
-    /// Retrieve the value for a given (channel,dim) as an integer.
+  /// Retrieve the value for a given (channel,dim) as an integer.
   virtual Int_t ValueAsInt(Int_t i, Int_t j=0) const = 0;
 
+  /// Return 1E38 as invalid float value
+  static Float_t InvalidFloatValue() { return 1E38; }
+  
   ClassDef(AliMUONVCalibParam,0) // 
 };