]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliVTrack.cxx
added settings for magnetic field
[u/mrichter/AliRoot.git] / STEER / AliVTrack.cxx
index 325e93e3e4cc5f96a6c319a66c418b67522dff99..a4a2617171f6552693ed5bdf08fdfd12f4b178d8 100644 (file)
@@ -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.;