]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correcting the comment
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Jun 2009 08:28:09 +0000 (08:28 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Jun 2009 08:28:09 +0000 (08:28 +0000)
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.;