]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawCluster.cxx
Coverity fix
[u/mrichter/AliRoot.git] / MUON / AliMUONRawCluster.cxx
index 1d4e6eebcab1942a017b70b17c472f19aa85f445..3068ec59f6b86470cbc3eeaa6cb0762e88dd05b8 100644 (file)
@@ -30,7 +30,6 @@
 #include <TString.h>
 
 #include "AliMUONRawCluster.h"
-#include "AliMUONConstants.h"
 
 /// \cond CLASSIMP
 ClassImp(AliMUONRawCluster)
@@ -50,6 +49,7 @@ AliMUONRawCluster::AliMUONRawCluster()
        fQ[j]=0;
        fX[j]=0;
        fY[j]=0;
+      fZ[j]=0;
        fMultiplicity[j]=0;
        fPeakSignal[j]=-1;
        fChi2[j]=-1;
@@ -62,8 +62,8 @@ AliMUONRawCluster::AliMUONRawCluster()
        }
     }
     fNcluster[0]=fNcluster[1]=-1;
-    fErrXY[0] = AliMUONConstants::DefaultNonBendingReso();
-    fErrXY[1] = AliMUONConstants::DefaultBendingReso();
+    fErrXY[0] = FLT_MAX;
+    fErrXY[1] = FLT_MAX;
 }
 
 //____________________________________________________