]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrackV1.cxx
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / TRD / AliTRDtrackV1.cxx
index cd91823d5e36c020c9a6e126700ac5d439d5dfc0..8be1deeb24066a56a74ab568bcd1a5daacd3be48 100644 (file)
@@ -315,20 +315,6 @@ Bool_t AliTRDtrackV1::CookPID()
   return kTRUE;
 }
 
-//_____________________________________________________________________________
-Double_t AliTRDtrackV1::GetBz() const 
-{
-  //
-  // Returns Bz component of the magnetic field (kG)
-  //
-
-  if (AliTracker::UniformField()) return AliTracker::GetBz();
-
-  Double_t r[3]; 
-  GetXYZ(r);
-  return AliTracker::GetBz(r);
-}
-
 //_______________________________________________________________
 AliTRDcluster* AliTRDtrackV1::GetCluster(Int_t id)
 {