]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDigitNew.cxx
Provide place where T0 group will store resolutions inside ESD data,
[u/mrichter/AliRoot.git] / STEER / AliDigitNew.cxx
index 40d7a952b54911f023bd8e96dd9df3f2ee5feba6..5243a81d0c6acad122e52ca7e219411caff1d918 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.2  2000/02/14 11:44:29  fca
-New version from Y.Schutz
+/* $Id$ */
 
-Revision 1.1  1999/12/17 09:01:14  fca
-Y.Schutz new classes for reconstruction
-
-*/
+//-----------------------------------------------------------------------
+//    Proposal for a new digitisation abstract class
+//    Used by EMCAL, PHOS, PMD, TOF digitizers and/or rec. points
+//    Author:
+//-----------------------------------------------------------------------
 
 #include "AliDigitNew.h"
  
@@ -29,9 +27,10 @@ ClassImp(AliDigitNew)
 
 //_______________________________________________________________________
 AliDigitNew::AliDigitNew():
+  TObject(),
   fAmp(0),
-  fId(0),
-  fIndexInList(0)
+  fId(-1),
+  fIndexInList(-1)
 {
   //
   // Default constructor