]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed default initialization values of fTrackDz / Dx to -999
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Jun 2010 11:08:56 +0000 (11:08 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Jun 2010 11:08:56 +0000 (11:08 +0000)
HLT/CALO/AliHLTCaloClusterAnalyser.cxx

index 981f3ec00fe49b215d087c70ef23c506eff24548..f0ab61431c71eb12cc647a6839870be7bc48e068 100644 (file)
@@ -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);