]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/tracking/AliHLTITSTrack.cxx
coverity warning 15133 fixed
[u/mrichter/AliRoot.git] / HLT / ITS / tracking / AliHLTITSTrack.cxx
index c7e06bad0632e3c978cd5e80b5a98a38d8bd1a15..f760fc9babee35f99d77554a719b1f491c004212 100644 (file)
@@ -124,7 +124,8 @@ AliHLTITSTrack::AliHLTITSTrack(AliExternalTrackParam& t ) throw (const Char_t *)
   Set(par->GetX(),par->GetAlpha(),par->GetParameter(),par->GetCovariance());
   SetLabel(t.GetLabel());
   //SetMass(t.GetMass());
-  SetNumberOfClusters(0);
+  SetNumberOfClusters(0); 
+  for( int i=0; i<2*AliITSgeomTGeo::kNLayers; i++ ) fIndex[i] = 0;
 }