]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New InvalidFloatValue() method (Laurent)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 16:02:29 +0000 (16:02 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Oct 2006 16:02:29 +0000 (16:02 +0000)
MUON/AliMUONVCalibParam.h

index 0be7fadcee45f5942d5fb318c1b60a1d4dd293dd..fd72232e590831b6d7af8f025f77db80919ea39b 100644 (file)
@@ -40,6 +40,8 @@ public:
     /// Retrieve the value for a given (channel,dim) as an integer.
   virtual Int_t ValueAsInt(Int_t i, Int_t j=0) const = 0;
 
+  static Float_t InvalidFloatValue() { return 1E38; }
+  
   ClassDef(AliMUONVCalibParam,0) // 
 };