From da8c9170956d0147a1756ff01e8c7ad24668dc2d Mon Sep 17 00:00:00 2001 From: richterm Date: Sat, 11 Jun 2011 07:28:01 +0000 Subject: [PATCH] adding initialization --- HLT/ITS/tracking/AliHLTITSTrack.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HLT/ITS/tracking/AliHLTITSTrack.cxx b/HLT/ITS/tracking/AliHLTITSTrack.cxx index f760fc9babe..4be217d796f 100644 --- a/HLT/ITS/tracking/AliHLTITSTrack.cxx +++ b/HLT/ITS/tracking/AliHLTITSTrack.cxx @@ -98,6 +98,8 @@ AliHLTITSTrack::AliHLTITSTrack(AliESDtrack& t,Bool_t c) throw (const Char_t *) : // Conversion ESD track -> ITS track. // If c==kTRUE, create the ITS track out of the constrained params. //------------------------------------------------------------------ + for(Int_t i=0; i<2*AliITSgeomTGeo::kNLayers; i++) {fIndex[i]=-1; } + const AliExternalTrackParam *par=&t; if (c) { par=t.GetConstrainedParam(); -- 2.39.3