From: slindal Date: Sat, 12 Jun 2010 11:08:56 +0000 (+0000) Subject: Changed default initialization values of fTrackDz / Dx to -999 X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=fe1a0255f6c490060517ddbeba557dfeaea4454a;p=u%2Fmrichter%2FAliRoot.git Changed default initialization values of fTrackDz / Dx to -999 --- diff --git a/HLT/CALO/AliHLTCaloClusterAnalyser.cxx b/HLT/CALO/AliHLTCaloClusterAnalyser.cxx index 981f3ec00fe..f0ab61431c7 100644 --- a/HLT/CALO/AliHLTCaloClusterAnalyser.cxx +++ b/HLT/CALO/AliHLTCaloClusterAnalyser.cxx @@ -238,8 +238,8 @@ AliHLTCaloClusterAnalyser::CreateClusters(Int_t nRecPoints, UInt_t availableSize caloClusterPtr->fNCells = 0; caloClusterPtr->fNExMax = 0; caloClusterPtr->fTOF = 0; - caloClusterPtr->fTrackDx = 0; - caloClusterPtr->fTrackDz = 0; + caloClusterPtr->fTrackDx = -999; + caloClusterPtr->fTrackDz = -999; AliHLTCaloGlobalCoordinate globalCoord; fGeometry->GetGlobalCoordinates(*recPointPtr, globalCoord);