X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliDigitNew.cxx;h=40d7a952b54911f023bd8e96dd9df3f2ee5feba6;hb=e2afb3b68fe35ef24d08011ecde1da0fbf967d28;hp=86a3b28f863be6a51d2ad1dff435fa4f0c2fdaf8;hpb=731293a6fa76184b3d81dc4504dabc3f101c628e;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliDigitNew.cxx b/STEER/AliDigitNew.cxx index 86a3b28f863..40d7a952b54 100644 --- a/STEER/AliDigitNew.cxx +++ b/STEER/AliDigitNew.cxx @@ -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 + // }