]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDigitNew.cxx
Trigger input names added to ESD (Plamen)
[u/mrichter/AliRoot.git] / STEER / AliDigitNew.cxx
index d48fadb093bc0e3ebc61fd08cfe0a76d0ff61cb0..5243a81d0c6acad122e52ca7e219411caff1d918 100644 (file)
@@ -16,9 +16,9 @@
 /* $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