X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliVTrack.cxx;h=a4a2617171f6552693ed5bdf08fdfd12f4b178d8;hb=535f4628147fe53d86dc096d3a6aff24b2ebdb1f;hp=325e93e3e4cc5f96a6c319a66c418b67522dff99;hpb=663c89cf05e91a7362dd638b75c5f0f759ad3da5;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliVTrack.cxx b/STEER/AliVTrack.cxx index 325e93e3e4c..a4a2617171f 100644 --- a/STEER/AliVTrack.cxx +++ b/STEER/AliVTrack.cxx @@ -54,7 +54,7 @@ Double_t AliVTrack::GetBz() const void AliVTrack::GetBxByBz(Double_t b[3]) const { - // returns Bz component of the magnetic field (kG) + // returns the Bx, By and Bz components of the magnetic field (kG) AliMagF* fld = (AliMagF*)TGeoGlobalMagField::Instance()->GetField(); if (!fld) { b[0] = b[1] = 0.;