61   G4double momentum_mag_square = y[3]*y[3] + y[4]*y[4] + y[5]*y[5];
    62   G4double inv_momentum_magnitude = 1.0 / std::sqrt( momentum_mag_square );
    69   dydx[0] = y[3]*inv_momentum_magnitude;       
    70   dydx[1] = y[4]*inv_momentum_magnitude;       
    71   dydx[2] = y[5]*inv_momentum_magnitude;       
    73   dydx[3] = G[0]*cof1*cof2/
c_light;
    74   dydx[4] = G[1]*cof1*cof2/
c_light;            
    75   dydx[5] = G[2]*cof1*cof2/
c_light;
    78   dydx[7] = inverse_velocity;
 void EvaluateRhsGivenB(const G4double y[], const G4double Field[], G4double dydx[]) const
 
void SetChargeMomentumMass(G4ChargeState particleCharge, G4double MomentumXc, G4double mass)