ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/magneticfield/include/G4Mag_UsualEqRhs.hh>
Public Member Functions | |
G4Mag_UsualEqRhs (G4MagneticField *MagField) | |
virtual | ~G4Mag_UsualEqRhs () |
void | EvaluateRhsGivenB (const G4double y[], const G4double B[3], G4double dydx[]) const |
virtual void | SetChargeMomentumMass (G4ChargeState particleCharge, G4double MomentumXc, G4double mass) |
Public Member Functions inherited from G4Mag_EqRhs | |
G4Mag_EqRhs (G4MagneticField *magField) | |
virtual | ~G4Mag_EqRhs () |
G4double | FCof () const |
Public Member Functions inherited from G4EquationOfMotion | |
G4EquationOfMotion (G4Field *Field) | |
virtual | ~G4EquationOfMotion () |
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 |
G4Field * | GetFieldObj () |
void | SetFieldObj (G4Field *pField) |
Definition at line 45 of file G4Mag_UsualEqRhs.hh.
View newest version in sPHENIX GitHub at line 45 of file G4Mag_UsualEqRhs.hh
G4Mag_UsualEqRhs::G4Mag_UsualEqRhs | ( | G4MagneticField * | MagField | ) |
Definition at line 36 of file G4Mag_UsualEqRhs.cc.
View newest version in sPHENIX GitHub at line 36 of file G4Mag_UsualEqRhs.cc
|
virtual |
Definition at line 41 of file G4Mag_UsualEqRhs.cc.
View newest version in sPHENIX GitHub at line 41 of file G4Mag_UsualEqRhs.cc
|
virtual |
Implements G4Mag_EqRhs.
Definition at line 46 of file G4Mag_UsualEqRhs.cc.
View newest version in sPHENIX GitHub at line 46 of file G4Mag_UsualEqRhs.cc
References G4Mag_EqRhs::FCof().
Referenced by G4ErrorMag_UsualEqRhs::EvaluateRhsGivenB().
|
virtual |
Reimplemented from G4Mag_EqRhs.
Definition at line 67 of file G4Mag_UsualEqRhs.cc.
View newest version in sPHENIX GitHub at line 67 of file G4Mag_UsualEqRhs.cc
References G4Mag_EqRhs::SetChargeMomentumMass().