]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawCluster.cxx
- Adding check and flagging for HG present
[u/mrichter/AliRoot.git] / MUON / AliMUONRawCluster.cxx
index 1d4e6eebcab1942a017b70b17c472f19aa85f445..49feed2f4f7354b56eca1e53d94809e771f7096c 100644 (file)
@@ -30,7 +30,6 @@
 #include <TString.h>
 
 #include "AliMUONRawCluster.h"
-#include "AliMUONConstants.h"
 
 /// \cond CLASSIMP
 ClassImp(AliMUONRawCluster)
@@ -62,8 +61,8 @@ AliMUONRawCluster::AliMUONRawCluster()
        }
     }
     fNcluster[0]=fNcluster[1]=-1;
-    fErrXY[0] = AliMUONConstants::DefaultNonBendingReso();
-    fErrXY[1] = AliMUONConstants::DefaultBendingReso();
+    fErrXY[0] = FLT_MAX;
+    fErrXY[1] = FLT_MAX;
 }
 
 //____________________________________________________