Geant4
10.00.p03
|
#include <G4RKG3_Stepper.hh>
Private Attributes | |
G4ThreeVector | fyInitial |
G4ThreeVector | fyMidPoint |
G4ThreeVector | fyFinal |
G4ThreeVector | fpInitial |
G4ThreeVector | BfldIn |
G4double | hStep |
Definition at line 51 of file G4RKG3_Stepper.hh.
G4RKG3_Stepper::G4RKG3_Stepper | ( | G4Mag_EqRhs * | EqRhs | ) |
Definition at line 35 of file G4RKG3_Stepper.cc.
G4RKG3_Stepper::~G4RKG3_Stepper | ( | ) |
Definition at line 40 of file G4RKG3_Stepper.cc.
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 197 of file G4RKG3_Stepper.cc.
References G4LineSection::Distline(), fyFinal, fyInitial, and fyMidPoint.
|
inlinevirtual |
Implements G4MagIntegratorStepper.
Definition at line 95 of file G4RKG3_Stepper.hh.
void G4RKG3_Stepper::StepNoErr | ( | const G4double | tIn[8], |
const G4double | dydx[6], | ||
G4double | Step, | ||
G4double | tOut[8], | ||
G4double | B[3] | ||
) |
Definition at line 126 of file G4RKG3_Stepper.cc.
References c1, c2, c3, G4EquationOfMotion::EvaluateRhsGivenB(), G4EquationOfMotion::EvaluateRhsReturnB(), and G4MagIntegratorStepper::GetEquationOfMotion().
Referenced by Stepper().
|
virtual |
Implements G4MagIntegratorStepper.
Definition at line 44 of file G4RKG3_Stepper.cc.
References BfldIn, G4EquationOfMotion::EvaluateRhsGivenB(), fpInitial, fyFinal, fyInitial, fyMidPoint, G4MagIntegratorStepper::GetEquationOfMotion(), hStep, and StepNoErr().
void G4RKG3_Stepper::StepWithEst | ( | const G4double | tIn[8], |
const G4double | dydx[6], | ||
G4double | Step, | ||
G4double | tOut[8], | ||
G4double & | alpha2, | ||
G4double & | beta2, | ||
const G4double | B1[3], | ||
G4double | B2[3] | ||
) |
Definition at line 104 of file G4RKG3_Stepper.cc.
References FatalException, and G4Exception().
|
private |
Definition at line 103 of file G4RKG3_Stepper.hh.
Referenced by Stepper().
|
private |
Definition at line 102 of file G4RKG3_Stepper.hh.
Referenced by Stepper().
|
private |
Definition at line 99 of file G4RKG3_Stepper.hh.
Referenced by DistChord(), and Stepper().
|
private |
Definition at line 99 of file G4RKG3_Stepper.hh.
Referenced by DistChord(), and Stepper().
|
private |
Definition at line 99 of file G4RKG3_Stepper.hh.
Referenced by DistChord(), and Stepper().
|
private |
Definition at line 104 of file G4RKG3_Stepper.hh.
Referenced by Stepper().