]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Initialization of indexes to -1
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 22 Apr 2006 15:03:31 +0000 (15:03 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 22 Apr 2006 15:03:31 +0000 (15:03 +0000)
STEER/AliDigitNew.cxx

index 91b3a0cdf3b7cdbb31b211710a6cbd4a55dadfdc..21c0ade047d42dc48e6d94c979fa187fbe9ade3f 100644 (file)
@@ -28,8 +28,8 @@ ClassImp(AliDigitNew)
 //_______________________________________________________________________
 AliDigitNew::AliDigitNew():
   fAmp(0),
-  fId(0),
-  fIndexInList(0)
+  fId(-1),
+  fIndexInList(-1)
 {
   //
   // Default constructor