93 G4double distSq= (newLocation-fLastLocation).mag2();
95 if( distSq < fDistanceConst*fDistanceConst )
97 Bfield[0] = fLastValue.x();
98 Bfield[1] = fLastValue.y();
99 Bfield[2] = fLastValue.z();
103 fpMagneticField->GetFieldValue( Point, Bfield );
105 fLastLocation =
G4ThreeVector( Point[0], Point[1], Point[2] );
106 fLastValue =
G4ThreeVector( Bfield[0], Bfield[1], Bfield[2] );