|
Geant4
10.02.p02
|
#include <G4EquationOfMotion.hh>
Inheritance diagram for G4EquationOfMotion:
Collaboration diagram for G4EquationOfMotion:Public Member Functions | |
| G4EquationOfMotion (G4Field *Field) | |
| virtual | ~G4EquationOfMotion () |
| virtual void | EvaluateRhsGivenB (const G4double y[], const G4double B[3], G4double dydx[]) const =0 |
| virtual void | SetChargeMomentumMass (G4ChargeState particleCharge, G4double MomentumXc, G4double MassXc2)=0 |
| void | RightHandSide (const G4double y[], G4double dydx[]) const |
| void | EvaluateRhsReturnB (const G4double y[], G4double dydx[], G4double Field[]) const |
| void | GetFieldValue (const G4double Point[4], G4double Field[]) const |
| const G4Field * | GetFieldObj () const |
| void | SetFieldObj (G4Field *pField) |
Private Types | |
| enum | { G4maximum_number_of_field_components = 24 } |
Private Attributes | |
| G4Field * | itsField |
Definition at line 49 of file G4EquationOfMotion.hh.
|
private |
| Enumerator | |
|---|---|
| G4maximum_number_of_field_components | |
Definition at line 96 of file G4EquationOfMotion.hh.
| G4EquationOfMotion::G4EquationOfMotion | ( | G4Field * | Field | ) |
|
virtual |
Definition at line 33 of file G4EquationOfMotion.cc.
|
pure virtual |
Implemented in G4Mag_SpinEqRhs, G4BlineEquation, G4Mag_UsualEqRhs, G4Mag_EqRhs, G4ErrorMag_UsualEqRhs, G4KM_NucleonEqRhs, and G4KM_OpticalEqRhs.
Referenced by EvaluateRhsReturnB(), G4RKG3_Stepper::StepNoErr(), and G4RKG3_Stepper::Stepper().
Here is the caller graph for this function:| void G4EquationOfMotion::EvaluateRhsReturnB | ( | const G4double | y[], |
| G4double | dydx[], | ||
| G4double | Field[] | ||
| ) | const |
Definition at line 37 of file G4EquationOfMotion.cc.
References EvaluateRhsGivenB(), and GetFieldValue().
Referenced by G4RKG3_Stepper::StepNoErr().
Here is the call graph for this function:
Here is the caller graph for this function:| const G4Field* G4EquationOfMotion::GetFieldObj | ( | ) | const |
Referenced by EvaluateRhsReturnB(), G4NystromRK4::getField(), and G4MultiLevelLocator::ReportFieldValue().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4Mag_EqRhs, G4Mag_UsualEqRhs, G4MonopoleEquation, G4EqGravityField, G4Mag_SpinEqRhs, G4EqEMFieldWithEDM, G4MonopoleEq, G4KM_NucleonEqRhs, G4KM_OpticalEqRhs, G4EqEMFieldWithSpin, G4EqMagElectricField, and G4RepleteEofM.
Referenced by G4Transportation::AlongStepGetPhysicalInteractionLength(), G4CoupledTransportation::AlongStepGetPhysicalInteractionLength(), G4MonopoleTransportation::AlongStepGetPhysicalInteractionLength(), and G4PathFinder::DoNextCurvedStep().
Here is the caller graph for this function:| void G4EquationOfMotion::SetFieldObj | ( | G4Field * | pField | ) |
Referenced by F03FieldSetup::SetFieldValue(), F02ElectricFieldSetup::SetFieldValue(), and F01FieldSetup::SetFieldValue().
Here is the caller graph for this function:
|
private |
Definition at line 98 of file G4EquationOfMotion.hh.