]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerParam.cxx
Tracking in non-uniform nmagnetic field (Yu.Belikov)
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerParam.cxx
index 7b3695c411478c87026d14bd2f2cd041415faa92..41402a7d4f6c912aea220a966d5836209686e368 100644 (file)
@@ -300,7 +300,7 @@ Int_t AliTPCtrackerParam::BuildTPCtracks(const TFile *inp, TFile *out) {
   tpc->SetParam(digp);
 
   // Set the conversion constant between curvature and Pt
-  AliKalmanTrack::SetConvConst(100/0.299792458/fBz);
+  AliKalmanTrack::SetFieldMap(fiel);
 
   TParticle       *part=0;
   AliTPCseedGeant *seed=0;