]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONReconstHit.cxx
Updated constants & method
[u/mrichter/AliRoot.git] / MUON / AliMUONReconstHit.cxx
index 63d1a398550b1f40b41ad7d2de59c96e8b67ef0e..55de97350e7000bf1d44e80cc2d565f883bfd9a6 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log $
-*/
+/* $Id$ */
 
 #include "AliMUONReconstHit.h"
 
 ClassImp(AliMUONReconstHit)
-//___________________________________________
+
+//_____________________________________________________________________________
+AliMUONReconstHit::AliMUONReconstHit() 
+  : TObject()
+{
+// Default constructor
+
+  fCorrelIndex[0]=fCorrelIndex[1]=fCorrelIndex[2]=fCorrelIndex[3]=0;
+  fX[0]=fX[1]=fX[2]=fX[3]=0; fY[0]=fY[1]=fY[2]=fY[3]=0; 
+}
+
 //_____________________________________________________________________________
 AliMUONReconstHit::AliMUONReconstHit(Int_t *idx, Float_t *x, Float_t *y)
+  : TObject()
 {
     //
     // Creates a MUON correlation object