]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawCluster.cxx
Access to the file analyzed available now in analysis classes through the reader...
[u/mrichter/AliRoot.git] / MUON / AliMUONRawCluster.cxx
index 528486025113c50bc847cc64869390320fe73e95..49feed2f4f7354b56eca1e53d94809e771f7096c 100644 (file)
@@ -61,8 +61,8 @@ AliMUONRawCluster::AliMUONRawCluster()
        }
     }
     fNcluster[0]=fNcluster[1]=-1;
-    fErrXY[0] = fgkDefaultNonBendingReso;
-    fErrXY[1] = fgkDefaultBendingReso;
+    fErrXY[0] = FLT_MAX;
+    fErrXY[1] = FLT_MAX;
 }
 
 //____________________________________________________