]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrack.cxx
remove GetBz function (bug 74121)
[u/mrichter/AliRoot.git] / TRD / AliTRDtrack.cxx
index 0205870a8e210da76f302ef619c064156ba14d6b..cc03fdfafad071682f242d15a9bdf6ce268ec48c 100644 (file)
@@ -1165,20 +1165,3 @@ void AliTRDtrack::SetSampledEdx(Float_t q)
   fNdedx++;
 
 }     
-
-//_____________________________________________________________________________
-Double_t AliTRDtrack::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);
-
-}