]> 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 59157b54bc9adbc8d45c92de4b9f46ae5368a650..5243a81d0c6acad122e52ca7e219411caff1d918 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Header$ */
+/* $Id$ */
 
 //-----------------------------------------------------------------------
-//
 //    Proposal for a new digitisation abstract class
-//
+//    Used by EMCAL, PHOS, PMD, TOF digitizers and/or rec. points
+//    Author:
 //-----------------------------------------------------------------------
 
 #include "AliDigitNew.h"
@@ -27,9 +27,10 @@ ClassImp(AliDigitNew)
 
 //_______________________________________________________________________
 AliDigitNew::AliDigitNew():
+  TObject(),
   fAmp(0),
-  fId(0),
-  fIndexInList(0)
+  fId(-1),
+  fIndexInList(-1)
 {
   //
   // Default constructor