#include <G4EqMagElectricField.hh>
|
virtual void | EvaluateRhsGivenB (const G4double y[], const G4double B[3], G4double dydx[]) const =0 |
|
void | EvaluateRhsGivenB (const G4double y[], const G4double Field[], G4double dydx[]) const |
|
void | EvaluateRhsReturnB (const G4double y[], G4double dydx[], G4double Field[]) const |
|
| G4EqMagElectricField (G4ElectroMagneticField *emField) |
|
G4Field * | GetFieldObj () |
|
const G4Field * | GetFieldObj () const |
|
void | GetFieldValue (const G4double Point[4], G4double Field[]) const |
|
void | RightHandSide (const G4double y[], G4double dydx[]) const |
|
void | SetChargeMomentumMass (G4ChargeState particleCharge, G4double MomentumXc, G4double mass) |
|
void | SetFieldObj (G4Field *pField) |
|
| ~G4EqMagElectricField () |
|
Definition at line 42 of file G4EqMagElectricField.hh.
◆ G4EqMagElectricField()
◆ ~G4EqMagElectricField()
G4EqMagElectricField::~G4EqMagElectricField |
( |
| ) |
|
◆ EvaluateRhsGivenB() [1/2]
◆ EvaluateRhsGivenB() [2/2]
Definition at line 62 of file G4EqMagElectricField.cc.
65{
66
67
68
69
70 G4double pSquared = y[3]*y[3] + y[4]*y[4] + y[5]*y[5] ;
71
74
75 G4double pModuleInverse = 1.0/std::sqrt(pSquared) ;
76
78
80
81 dydx[0] = y[3]*pModuleInverse ;
82 dydx[1] = y[4]*pModuleInverse ;
83 dydx[2] = y[5]*pModuleInverse ;
84
85 dydx[3] = cof1*(cof2*Field[3] + (y[4]*Field[2] - y[5]*Field[1])) ;
86
87 dydx[4] = cof1*(cof2*Field[4] + (y[5]*Field[0] - y[3]*Field[2])) ;
88
89 dydx[5] = cof1*(cof2*Field[5] + (y[3]*Field[1] - y[4]*Field[0])) ;
90
91 dydx[6] = 0.;
92
93
94
95 dydx[7] = inverse_velocity;
96
97 return;
98}
References source.hepunit::c_light, fElectroMagCof, and fMassCof.
◆ EvaluateRhsReturnB()
◆ GetFieldObj() [1/2]
G4Field * G4EquationOfMotion::GetFieldObj |
( |
| ) |
|
|
inlineinherited |
◆ GetFieldObj() [2/2]
const G4Field * G4EquationOfMotion::GetFieldObj |
( |
| ) |
const |
|
inlineinherited |
◆ GetFieldValue()
void G4EquationOfMotion::GetFieldValue |
( |
const G4double |
Point[4], |
|
|
G4double |
Field[] |
|
) |
| const |
|
inlineinherited |
◆ RightHandSide()
void G4EquationOfMotion::RightHandSide |
( |
const G4double |
y[], |
|
|
G4double |
dydx[] |
|
) |
| const |
|
inlineinherited |
◆ SetChargeMomentumMass()
◆ SetFieldObj()
void G4EquationOfMotion::SetFieldObj |
( |
G4Field * |
pField | ) |
|
|
inlineinherited |
◆ fElectroMagCof
G4double G4EqMagElectricField::fElectroMagCof = 0.0 |
|
private |
◆ fMassCof
G4double G4EqMagElectricField::fMassCof = 0.0 |
|
private |
◆ itsField
G4Field* G4EquationOfMotion::itsField = nullptr |
|
privateinherited |
The documentation for this class was generated from the following files: