Geant4
10.03.p03
|
#include <G4EqEMFieldWithEDM.hh>
Public Member Functions | |
G4EqEMFieldWithEDM (G4ElectroMagneticField *emField) | |
~G4EqEMFieldWithEDM () | |
void | SetChargeMomentumMass (G4ChargeState particleCharge, G4double MomentumXc, G4double mass) |
void | EvaluateRhsGivenB (const G4double y[], const G4double Field[], G4double dydx[]) const |
void | SetAnomaly (G4double a) |
G4double | GetAnomaly () const |
void | SetEta (G4double n) |
G4double | GetEta () const |
Public Member Functions inherited from G4EquationOfMotion | |
G4EquationOfMotion (G4Field *Field) | |
virtual | ~G4EquationOfMotion () |
virtual void | EvaluateRhsGivenB (const G4double y[], const G4double B[3], G4double dydx[]) const =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) |
Definition at line 50 of file G4EqEMFieldWithEDM.hh.
G4EqEMFieldWithEDM::G4EqEMFieldWithEDM | ( | G4ElectroMagneticField * | emField | ) |
Definition at line 45 of file G4EqEMFieldWithEDM.cc.
G4EqEMFieldWithEDM::~G4EqEMFieldWithEDM | ( | ) |
Definition at line 52 of file G4EqEMFieldWithEDM.cc.
void G4EqEMFieldWithEDM::EvaluateRhsGivenB | ( | const G4double | y[], |
const G4double | Field[], | ||
G4double | dydx[] | ||
) | const |
Definition at line 85 of file G4EqEMFieldWithEDM.cc.
|
inline |
Definition at line 69 of file G4EqEMFieldWithEDM.hh.
|
inline |
Definition at line 73 of file G4EqEMFieldWithEDM.hh.
Definition at line 68 of file G4EqEMFieldWithEDM.hh.
|
virtual |
Implements G4EquationOfMotion.
Definition at line 57 of file G4EqEMFieldWithEDM.cc.
Definition at line 72 of file G4EqEMFieldWithEDM.hh.