Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4qss_misc.hh>
Public Attributes | |
double | x [Qss_misc::VAR_IDX_END *(Qss_misc::MAX_QSS_STEPPER_ORDER+1)] |
double | tx [Qss_misc::VAR_IDX_END] |
double | q [Qss_misc::VAR_IDX_END *(Qss_misc::MAX_QSS_STEPPER_ORDER+1)] |
double | tq [Qss_misc::VAR_IDX_END] |
double | nextStateTime [Qss_misc::VAR_IDX_END] |
double | time |
int | minIndex |
double | dQMin [Qss_misc::VAR_IDX_END] |
double | dQRel [Qss_misc::VAR_IDX_END] |
double | lqu [Qss_misc::VAR_IDX_END] |
double | alg [Qss_misc::VAR_IDX_END] |
double | it |
int * | SD [Qss_misc::VAR_IDX_END] |
int | states |
QSSSubstep | substeps |
int | cur_substep_idx |
int | max_substep_idx |
Definition at line 95 of file G4qss_misc.hh.
double QSS_simulator_::alg[Qss_misc::VAR_IDX_END] |
Definition at line 111 of file G4qss_misc.hh.
Referenced by G4QSS2::dependencies(), G4QSS3::dependencies(), G4QSS2::full_definition(), and G4QSS3::full_definition().
int QSS_simulator_::cur_substep_idx |
Definition at line 118 of file G4qss_misc.hh.
double QSS_simulator_::dQMin[Qss_misc::VAR_IDX_END] |
Definition at line 107 of file G4qss_misc.hh.
Referenced by G4QSS2::reset_state(), and G4QSS3::reset_state().
double QSS_simulator_::dQRel[Qss_misc::VAR_IDX_END] |
Definition at line 108 of file G4qss_misc.hh.
Referenced by G4QSS2::reset_state(), and G4QSS3::reset_state().
double QSS_simulator_::it |
Definition at line 112 of file G4qss_misc.hh.
double QSS_simulator_::lqu[Qss_misc::VAR_IDX_END] |
Definition at line 109 of file G4qss_misc.hh.
Referenced by G4QSS2::next_time(), G4QSS3::next_time(), G4QSS2::recompute_all_state_times(), G4QSS3::recompute_all_state_times(), G4QSS2::recompute_next_times(), G4QSS3::recompute_next_times(), G4QSS2::reset_state(), and G4QSS3::reset_state().
int QSS_simulator_::max_substep_idx |
Definition at line 119 of file G4qss_misc.hh.
int QSS_simulator_::minIndex |
Definition at line 105 of file G4qss_misc.hh.
double QSS_simulator_::nextStateTime[Qss_misc::VAR_IDX_END] |
Definition at line 103 of file G4qss_misc.hh.
Referenced by G4QSS2::next_time(), G4QSS3::next_time(), G4QSS2::recompute_all_state_times(), G4QSS3::recompute_all_state_times(), G4QSS2::recompute_next_times(), and G4QSS3::recompute_next_times().
double QSS_simulator_::q[Qss_misc::VAR_IDX_END *(Qss_misc::MAX_QSS_STEPPER_ORDER+1)] |
Definition at line 100 of file G4qss_misc.hh.
Referenced by G4QSS2::advance_time_q(), G4QSS3::advance_time_q(), G4QSS2::dependencies(), G4QSS3::dependencies(), G4QSS2::full_definition(), G4QSS3::full_definition(), G4QSS2::recompute_next_times(), G4QSS3::recompute_next_times(), G4QSS2::reset_state(), G4QSS3::reset_state(), G4QSS2::update_quantized_state(), and G4QSS3::update_quantized_state().
int* QSS_simulator_::SD[Qss_misc::VAR_IDX_END] |
Definition at line 114 of file G4qss_misc.hh.
int QSS_simulator_::states |
Definition at line 115 of file G4qss_misc.hh.
QSSSubstep QSS_simulator_::substeps |
Definition at line 117 of file G4qss_misc.hh.
double QSS_simulator_::time |
Definition at line 104 of file G4qss_misc.hh.
double QSS_simulator_::tq[Qss_misc::VAR_IDX_END] |
Definition at line 101 of file G4qss_misc.hh.
Referenced by G4QSS2::reset_state(), and G4QSS3::reset_state().
double QSS_simulator_::tx[Qss_misc::VAR_IDX_END] |
Definition at line 98 of file G4qss_misc.hh.
Referenced by G4QSS2::reset_state(), and G4QSS3::reset_state().
double QSS_simulator_::x[Qss_misc::VAR_IDX_END *(Qss_misc::MAX_QSS_STEPPER_ORDER+1)] |
Definition at line 97 of file G4qss_misc.hh.
Referenced by G4QSS2::advance_time_x(), G4QSS3::advance_time_x(), G4QSS2::dependencies(), G4QSS3::dependencies(), G4QSS2::full_definition(), G4QSS3::full_definition(), G4QSS2::next_time(), G4QSS3::next_time(), G4QSS2::recompute_all_state_times(), G4QSS3::recompute_all_state_times(), G4QSS2::recompute_next_times(), G4QSS3::recompute_next_times(), G4QSS2::reset_state(), G4QSS3::reset_state(), G4QSS2::update_quantized_state(), and G4QSS3::update_quantized_state().