]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
to eliminate warning...
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Jun 2013 21:20:49 +0000 (21:20 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Jun 2013 21:20:49 +0000 (21:20 +0000)
ITS/UPGRADE/AliITSUTrackerGlo.cxx

index dd2730b68a99336577e8726a390716b4fa3d7d38..0be3a78200a1f919f002e6339e56fc23ba243248 100644 (file)
@@ -1503,8 +1503,8 @@ Double_t AliITSUTrackerGlo::RefitTrack(AliITSUTrackHyp* trc, Double_t rDest, Int
       AliITSUClusterPix* clus =  (AliITSUClusterPix*)lr->GetCluster(iclLr[icl]);
       AliITSURecoSens* sens = lr->GetSensorFromID(clus->GetVolumeId());
       if (!tmpTr.Rotate(sens->GetPhiTF())) {
-       AliESDtrack* trESD = fCurrHyp->GetESDTrack();
 #ifdef _ITSU_DEBUG_
+       AliESDtrack* trESD = fCurrHyp->GetESDTrack();
        AliDebug(2,Form("Failed on rotate to %f | ESDtrack#%d (MClb:%d)",sens->GetPhiTF(),trESD->GetID(),trESD->GetTPCLabel()));
 #endif
        return -1;