]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerMI.cxx
Missing protection - check the presence of array
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerMI.cxx
index 742c58f2feb837a161008cac7081648cd99bdfd8..c065226dba1e8e66b01d8bf9edaf7e63a7ca8361 100644 (file)
@@ -1324,6 +1324,7 @@ void   AliTPCtrackerMI::Transform(AliTPCclusterMI * cluster){
   if (!transform) {
     AliFatal("Tranformations not in calibDB");
   }
+  transform->SetCurrentRecoParam((AliTPCRecoParam*)AliTPCReconstructor::GetRecoParam());
   Double_t x[3]={cluster->GetRow(),cluster->GetPad(),cluster->GetTimeBin()};
   Int_t i[1]={cluster->GetDetector()};
   transform->Transform(x,i,0,1);