ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/magneticfield/include/G4EqMagElectricField.hh>
Public Member Functions | |
G4EqMagElectricField (G4ElectroMagneticField *emField) | |
~G4EqMagElectricField () | |
void | SetChargeMomentumMass (G4ChargeState particleCharge, G4double MomentumXc, G4double mass) |
void | EvaluateRhsGivenB (const G4double y[], const G4double Field[], G4double dydx[]) 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 |
G4Field * | GetFieldObj () |
void | SetFieldObj (G4Field *pField) |
Private Attributes | |
G4double | fElectroMagCof = 0.0 |
G4double | fMassCof = 0.0 |
Definition at line 42 of file G4EqMagElectricField.hh.
View newest version in sPHENIX GitHub at line 42 of file G4EqMagElectricField.hh
G4EqMagElectricField::G4EqMagElectricField | ( | G4ElectroMagneticField * | emField | ) |
Definition at line 42 of file G4EqMagElectricField.cc.
View newest version in sPHENIX GitHub at line 42 of file G4EqMagElectricField.cc
G4EqMagElectricField::~G4EqMagElectricField | ( | ) |
Definition at line 47 of file G4EqMagElectricField.cc.
View newest version in sPHENIX GitHub at line 47 of file G4EqMagElectricField.cc
void G4EqMagElectricField::EvaluateRhsGivenB | ( | const G4double | y[], |
const G4double | Field[], | ||
G4double | dydx[] | ||
) | const |
Definition at line 62 of file G4EqMagElectricField.cc.
View newest version in sPHENIX GitHub at line 62 of file G4EqMagElectricField.cc
References source.hepunit::c_light, fElectroMagCof, and fMassCof.
|
virtual |
Implements G4EquationOfMotion.
Definition at line 52 of file G4EqMagElectricField.cc.
View newest version in sPHENIX GitHub at line 52 of file G4EqMagElectricField.cc
References source.hepunit::c_light, eplus, fElectroMagCof, fMassCof, and G4ChargeState::GetCharge().
|
private |
Definition at line 62 of file G4EqMagElectricField.hh.
View newest version in sPHENIX GitHub at line 62 of file G4EqMagElectricField.hh
Referenced by EvaluateRhsGivenB(), and SetChargeMomentumMass().
|
private |
Definition at line 63 of file G4EqMagElectricField.hh.
View newest version in sPHENIX GitHub at line 63 of file G4EqMagElectricField.hh
Referenced by EvaluateRhsGivenB(), and SetChargeMomentumMass().