]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerMI.cxx
Coverity
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerMI.cxx
index 5ebd16508dc5e105084e2330ab5850935b2a1b2e..b69856bc5e9e83ab78e89a7c9205d9ace1b3a1f9 100644 (file)
@@ -202,6 +202,12 @@ AliTPCtrackerMI::AliTPCtrackerMI()
   //
   // default constructor
   //
+  for (Int_t irow=0; irow<200; irow++){
+    fXRow[irow]=0;
+    fYMax[irow]=0;
+    fPadLength[irow]=0;
+  }
+
 }
 //_____________________________________________________________________