![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for G4MonopoleEquation:
Collaboration diagram for G4MonopoleEquation:Public Member Functions | |
| G4MonopoleEquation (G4MagneticField *emField) | |
| ~G4MonopoleEquation () | |
| virtual void | SetChargeMomentumMass (G4ChargeState particleChargeState, G4double momentum, G4double mass) |
| virtual 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 | fMagCharge |
| G4double | fElCharge |
| G4double | fMassCof |
Definition at line 54 of file G4MonopoleEquation.hh.
View newest version in sPHENIX GitHub at line 54 of file G4MonopoleEquation.hh
| G4MonopoleEquation::G4MonopoleEquation | ( | G4MagneticField * | emField | ) |
Definition at line 64 of file G4MonopoleEquation.cc.
View newest version in sPHENIX GitHub at line 64 of file G4MonopoleEquation.cc
| G4MonopoleEquation::~G4MonopoleEquation | ( | ) |
Definition at line 72 of file G4MonopoleEquation.cc.
View newest version in sPHENIX GitHub at line 72 of file G4MonopoleEquation.cc
|
virtual |
Definition at line 100 of file G4MonopoleEquation.cc.
View newest version in sPHENIX GitHub at line 100 of file G4MonopoleEquation.cc
References source.hepunit::c_light, fElCharge, fMagCharge, and fMassCof.
|
virtual |
Implements G4EquationOfMotion.
Definition at line 78 of file G4MonopoleEquation.cc.
View newest version in sPHENIX GitHub at line 78 of file G4MonopoleEquation.cc
References source.hepunit::c_light, eplus, fElCharge, fMagCharge, fMassCof, G4ChargeState::GetCharge(), and G4ChargeState::MagneticCharge().
Here is the call graph for this function:
|
private |
Definition at line 76 of file G4MonopoleEquation.hh.
View newest version in sPHENIX GitHub at line 76 of file G4MonopoleEquation.hh
Referenced by EvaluateRhsGivenB(), and SetChargeMomentumMass().
|
private |
Definition at line 75 of file G4MonopoleEquation.hh.
View newest version in sPHENIX GitHub at line 75 of file G4MonopoleEquation.hh
Referenced by EvaluateRhsGivenB(), and SetChargeMomentumMass().
|
private |
Definition at line 77 of file G4MonopoleEquation.hh.
View newest version in sPHENIX GitHub at line 77 of file G4MonopoleEquation.hh
Referenced by EvaluateRhsGivenB(), and SetChargeMomentumMass().