#include <G4EqMagElectricField.hh>
 | 
|   | G4EqMagElectricField (G4ElectroMagneticField *emField) | 
|   | 
|   | ~G4EqMagElectricField () | 
|   | 
| void  | SetChargeMomentumMass (G4ChargeState particleCharge, G4double MomentumXc, G4double mass) | 
|   | 
| void  | EvaluateRhsGivenB (const G4double y[], const G4double Field[], G4double dydx[]) const  | 
|   | 
|   | 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 48 of file G4EqMagElectricField.hh.
 
  
  
      
        
          | G4EqMagElectricField::~G4EqMagElectricField  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
Definition at line 58 of file G4EqMagElectricField.cc.
   67    G4double pSquared = y[3]*y[3] + y[4]*y[4] + y[5]*y[5] ;
 
   69    G4double Energy   = std::sqrt( pSquared + fMassCof );
 
   72    G4double pModuleInverse  = 1.0/std::sqrt(pSquared) ;
 
   77    G4double cof1     = fElectroMagCof*pModuleInverse ;
 
   82    dydx[0] = y[3]*pModuleInverse ;                         
 
   83    dydx[1] = y[4]*pModuleInverse ;                         
 
   84    dydx[2] = y[5]*pModuleInverse ;                        
 
   86    dydx[3] = cof1*(cof2*Field[3] + (y[4]*Field[2] - y[5]*Field[1])) ;
 
   88    dydx[4] = cof1*(cof2*Field[4] + (y[5]*Field[0] - y[3]*Field[2])) ; 
 
   90    dydx[5] = cof1*(cof2*Field[5] + (y[3]*Field[1] - y[4]*Field[0])) ;  
 
   95    dydx[7] = inverse_velocity;
 
 
 
 
The documentation for this class was generated from the following files: