]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITStrackerMI.cxx
Bug fix - Jira ticket ALIROOT-5665
[u/mrichter/AliRoot.git] / ITS / AliITStrackerMI.cxx
index 97d2fbe38725fc91b49bf1497a3236a378bb6ab6..d7df282aa40886f7144165587f3707f1f827661b 100644 (file)
@@ -217,9 +217,9 @@ fITSPid(0) {
   fPass=0;
   fConstraint[0]=1; fConstraint[1]=0;
 
-  Double_t xyzVtx[]={AliITSReconstructor::GetRecoParam()->GetXdef(),
-                    AliITSReconstructor::GetRecoParam()->GetYdef(),
-                    AliITSReconstructor::GetRecoParam()->GetZdef()}; 
+  Double_t xyzVtx[]={AliITSReconstructor::GetRecoParam()->GetXVdef(),
+                    AliITSReconstructor::GetRecoParam()->GetYVdef(),
+                    AliITSReconstructor::GetRecoParam()->GetZVdef()}; 
   Double_t ersVtx[]={AliITSReconstructor::GetRecoParam()->GetSigmaXVdef(),
                     AliITSReconstructor::GetRecoParam()->GetSigmaYVdef(),
                     AliITSReconstructor::GetRecoParam()->GetSigmaZVdef()};