]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
zero hits area before using
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Sep 2000 18:11:13 +0000 (18:11 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Sep 2000 18:11:13 +0000 (18:11 +0000)
RICH/AliRICH.cxx

index 939c007059793d162aff85653ea1da33fe7d2473..5a1803a48b559560eb70cdb62dabe6881a63c257 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
   $Log$
+  Revision 1.21  2000/07/21 10:21:07  morsch
+  fNrawch   = 0; and  fNrechits = 0; in the default constructor.
+
   Revision 1.20  2000/07/10 15:28:39  fca
   Correction of the inheritance scheme
 
@@ -1378,6 +1381,7 @@ void AliRICH::StepManager()
     pos[0]=position(0);
     pos[1]=position(1);
     pos[2]=position(2);
+    bzero(ckovData,sizeof(ckovData)*19);
     ckovData[1] = pos[0];                 // X-position for hit
     ckovData[2] = pos[1];                 // Y-position for hit
     ckovData[3] = pos[2];                 // Z-position for hit