]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawCluster.cxx
Using TGeo to retrieve the mean material budget between two points (M.Ivanov)
[u/mrichter/AliRoot.git] / MUON / AliMUONRawCluster.cxx
index 612f7e4ffa31552b708e5665e7836904b8ff027c..5bb8b5d8f4983c442534c243dd18b10761203022 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "AliMUONRawCluster.h"
 
-ClassImp(AliMUONRawCluster);
+ClassImp(AliMUONRawCluster)
 
 
 AliMUONRawCluster::AliMUONRawCluster() 
@@ -50,6 +50,7 @@ AliMUONRawCluster::AliMUONRawCluster()
     }
     fNcluster[0]=fNcluster[1]=-1;
     fGhost=0;
+    fDetElemId = 0;
 }
 //____________________________________________________
 Int_t AliMUONRawCluster::Compare(const TObject *obj) const
@@ -397,3 +398,4 @@ Int_t AliMUONRawCluster::SetChi2(Int_t i, Float_t chi2)
   }
   else return 0;
 }
+