]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenFixed.cxx
New reader for the pedestal run and vdrift (Julian) and some bug fixing (Raphaelle)
[u/mrichter/AliRoot.git] / EVGEN / AliGenFixed.cxx
index ad6f5b0bef96a7e1d66a8d9bfed2c2cbb476edab..08204c39f15f115a2fa62bad79b5b526ec969dba 100644 (file)
@@ -66,7 +66,7 @@ void AliGenFixed::Generate()
   }
   Int_t i, j, nt;
   //
-  Float_t o[3];
+  Float_t o[3] = {0., 0., 0.}; 
   if(fVertexSmear == kPerEvent) {
       Vertex();
       for (j = 0;j < 3; j++) o[j] = fVertex[j];