Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
Substep Struct Reference

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 }

Detailed Description

Structs used by G4QSStepper.

Definition at line 49 of file G4QSSubstepStruct.hh.

Constructor & Destructor Documentation

◆ Substep()

Substep::Substep ( )
inline

Member Data Documentation

◆ b_field

G4double Substep::b_field[3] = {0.0, 0.0, 0.0 }

Definition at line 59 of file G4QSSubstepStruct.hh.

59{0.0, 0.0, 0.0 };

◆ extrapolation_method

G4int Substep::extrapolation_method =0

Definition at line 58 of file G4QSSubstepStruct.hh.

◆ state_q

QSStateVector Substep::state_q[MAX_QSS_ORDER]

Definition at line 52 of file G4QSSubstepStruct.hh.

◆ state_tq

QSStateVector Substep::state_tq

Definition at line 54 of file G4QSSubstepStruct.hh.

◆ state_tx

QSStateVector Substep::state_tx

Definition at line 53 of file G4QSSubstepStruct.hh.

◆ state_x

QSStateVector Substep::state_x[MAX_QSS_ORDER+1]

Definition at line 51 of file G4QSSubstepStruct.hh.

◆ sync_t

QSStateVector Substep::sync_t

Definition at line 55 of file G4QSSubstepStruct.hh.

◆ t

G4double Substep::t {0.0}

Definition at line 56 of file G4QSSubstepStruct.hh.

56{0.0};

The documentation for this struct was generated from the following file: