]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDigitNew.cxx
Bug corrected - pairs must be filled from mixed events
[u/mrichter/AliRoot.git] / STEER / AliDigitNew.cxx
index 86a3b28f863be6a51d2ad1dff435fa4f0c2fdaf8..91b3a0cdf3b7cdbb31b211710a6cbd4a55dadfdc 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1  1999/12/17 09:01:14  fca
-Y.Schutz new classes for reconstruction
+/* $Id$ */
 
-*/
+//-----------------------------------------------------------------------
+//    Proposal for a new digitisation abstract class
+//    Used by EMCAL, PHOS, PMD, TOF digitizers and/or rec. points
+//    Author:
+//-----------------------------------------------------------------------
 
 #include "AliDigitNew.h"
  
 ClassImp(AliDigitNew)
 
-AliDigitNew::AliDigitNew()
+//_______________________________________________________________________
+AliDigitNew::AliDigitNew():
+  fAmp(0),
+  fId(0),
+  fIndexInList(0)
 {
+  //
+  // Default constructor
+  //
 }