| 
    Geant4
    10.02.p03
    
   | 
 
#include <G4NystromRK4.hh>
Public Member Functions | |
| G4NystromRK4 (G4Mag_EqRhs *EquationMotion, G4double distanceConstField=0.0) | |
| ~G4NystromRK4 () | |
| void | Stepper (const G4double P [], const G4double dPdS[], G4double step, G4double Po [], G4double Err []) | 
| virtual void | ComputeRightHandSide (const double P[], double dPdS[]) | 
| void | SetDistanceForConstantField (G4double length) | 
| G4double | GetDistanceForConstantField () const | 
| G4int | IntegratorOrder () const | 
| G4double | DistChord () const | 
  Public Member Functions inherited from G4MagIntegratorStepper | |
| G4MagIntegratorStepper (G4EquationOfMotion *Equation, G4int numIntegrationVariables, G4int numStateVariables=12) | |
| virtual | ~G4MagIntegratorStepper () | 
| void | NormaliseTangentVector (G4double vec[6]) | 
| void | NormalisePolarizationVector (G4double vec[12]) | 
| void | RightHandSide (const double y[], double dydx[]) | 
| G4int | GetNumberOfVariables () const | 
| G4int | GetNumberOfStateVariables () const | 
| G4EquationOfMotion * | GetEquationOfMotion () | 
| void | SetEquationOfMotion (G4EquationOfMotion *newEquation) | 
Private Member Functions | |
| void | getField (const G4double P[4]) | 
Private Attributes | |
| G4Mag_EqRhs * | m_fEq | 
| G4double | m_lastField [3] | 
| G4double | m_fldPosition [4] | 
| G4double | m_magdistance | 
| G4double | m_magdistance2 | 
| G4double | m_cof | 
| G4double | m_mom | 
| G4double | m_imom | 
| G4bool | m_cachedMom | 
| G4double | m_iPoint [3] | 
| G4double | m_mPoint [3] | 
| G4double | m_fPoint [3] | 
Definition at line 51 of file G4NystromRK4.hh.
| G4NystromRK4::G4NystromRK4 | ( | G4Mag_EqRhs * | EquationMotion, | 
| G4double | distanceConstField = 0.0  | 
        ||
| ) | 
Definition at line 41 of file G4NystromRK4.cc.
| G4NystromRK4::~G4NystromRK4 | ( | ) | 
      
  | 
  virtual | 
Reimplemented from G4MagIntegratorStepper.
Definition at line 196 of file G4NystromRK4.cc.
      
  | 
  virtual | 
Implements G4MagIntegratorStepper.
Definition at line 172 of file G4NystromRK4.cc.
      
  | 
  inline | 
Definition at line 108 of file G4NystromRK4.hh.
      
  | 
  inlineprivate | 
Definition at line 117 of file G4NystromRK4.hh.
      
  | 
  inlinevirtual | 
Implements G4MagIntegratorStepper.
Definition at line 73 of file G4NystromRK4.hh.
      
  | 
  inline | 
Definition at line 102 of file G4NystromRK4.hh.
      
  | 
  virtual | 
Implements G4MagIntegratorStepper.
Definition at line 73 of file G4NystromRK4.cc.
      
  | 
  private | 
Definition at line 92 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 89 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 84 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 86 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 95 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 91 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 93 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 85 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 87 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 88 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 90 of file G4NystromRK4.hh.
      
  | 
  private | 
Definition at line 94 of file G4NystromRK4.hh.