]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reverted bug introduced last night
authorslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Apr 2010 16:26:01 +0000 (16:26 +0000)
committerslindal <slindal@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Apr 2010 16:26:01 +0000 (16:26 +0000)
HLT/global/AliHLTGlobalTrackMatcher.h

index ed6190c55d39ea644fbe42d6a7294d9590cbb8dc..16815089dd91e3201887081f4840171b6248e87e 100644 (file)
@@ -131,7 +131,7 @@ Int_t AliHLTGlobalTrackMatcher::MatchTrackToClusters( AliExternalTrackParam * tr
     cluster->GetPosition(clusterPosition);
    
     //Get track postion at radius of cluster
-    Double_t rCluster = TMath::Sqrt(clusterPosition[0]*clusterPosition[0] + clusterPosition[1]*clusterPosition[1] + clusterPosition[2]*clusterPosition[2]);      
+    Double_t rCluster = TMath::Sqrt(clusterPosition[0]*clusterPosition[0] + clusterPosition[1]*clusterPosition[1]);      
     if (! (track->GetXYZAt(rCluster, bz, trackPosition)) ) {
       HLTInfo("Track reached detector but not cluster!!!!!!");
       continue;