]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDigitNew.cxx
Code clean-up (F.Carminati)
[u/mrichter/AliRoot.git] / STEER / AliDigitNew.cxx
index 86a3b28f863be6a51d2ad1dff435fa4f0c2fdaf8..40d7a952b54911f023bd8e96dd9df3f2ee5feba6 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.2  2000/02/14 11:44:29  fca
+New version from Y.Schutz
+
 Revision 1.1  1999/12/17 09:01:14  fca
 Y.Schutz new classes for reconstruction
 
@@ -24,8 +27,15 @@ Y.Schutz new classes for reconstruction
  
 ClassImp(AliDigitNew)
 
-AliDigitNew::AliDigitNew()
+//_______________________________________________________________________
+AliDigitNew::AliDigitNew():
+  fAmp(0),
+  fId(0),
+  fIndexInList(0)
 {
+  //
+  // Default constructor
+  //
 }