|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Structs used by G4QSStepper. More...
#include <G4QSSubstepStruct.hh>
Public Member Functions | |
| Substep () | |
Public Attributes | |
| QSStateVector | state_x [MAX_QSS_ORDER+1] |
| QSStateVector | state_q [MAX_QSS_ORDER] |
| QSStateVector | state_tx |
| QSStateVector | state_tq |
| QSStateVector | sync_t |
| G4double | t {0.0} |
| G4int | extrapolation_method =0 |
| G4double | b_field [3] = {0.0, 0.0, 0.0 } |
Structs used by G4QSStepper.
Definition at line 49 of file G4QSSubstepStruct.hh.
|
inline |
| G4double Substep::b_field[3] = {0.0, 0.0, 0.0 } |
Definition at line 59 of file G4QSSubstepStruct.hh.
| G4int Substep::extrapolation_method =0 |
Definition at line 58 of file G4QSSubstepStruct.hh.
| QSStateVector Substep::state_q[MAX_QSS_ORDER] |
Definition at line 52 of file G4QSSubstepStruct.hh.
| QSStateVector Substep::state_tq |
Definition at line 54 of file G4QSSubstepStruct.hh.
| QSStateVector Substep::state_tx |
Definition at line 53 of file G4QSSubstepStruct.hh.
| QSStateVector Substep::state_x[MAX_QSS_ORDER+1] |
Definition at line 51 of file G4QSSubstepStruct.hh.
| QSStateVector Substep::sync_t |
Definition at line 55 of file G4QSSubstepStruct.hh.
| G4double Substep::t {0.0} |
Definition at line 56 of file G4QSSubstepStruct.hh.