]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDigit.cxx
Removing warnings on alphacxx6
[u/mrichter/AliRoot.git] / STEER / AliDigit.cxx
index f22c1d0740fed5635998e399284495ded93f0ff8..b80a0e2878eebdddca24be37ac2f1fc7cd0608f9 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.3  1999/09/29 09:24:29  fca
-Introduction of the Copyright and cvs Log
+/* $Id$ */
 
-*/
+//------------------------------------------------------------------------
+//             Main digit class
+//  Base class for Alice digits
+//  Author:
+//------------------------------------------------------------------------
 
 #include "AliDigit.h"
  
@@ -29,6 +30,7 @@ AliDigit::AliDigit()
   //
   // Default constructor
   //
+  fTracks[0]=fTracks[1]=fTracks[2]=-1;  
 }
 
 AliDigit::AliDigit(Int_t *tracks)