#include <TimeStepAction.hh>
◆ TimeStepAction() [1/4]
TimeStepAction::TimeStepAction |
( |
| ) |
|
Inform G4ITTimeStepper of the selected minimum time steps eg : from 1 picosecond to 10 picosecond, the minimum time step that the TimeStepper can returned is 0.1 picosecond.
Case 1) If the rection model calculates a minimum reaction time bigger than the user defined time step, the reaction model wins
Case 2) If an interaction process with the continuous medium calculates a time step less than the selected minimum time step, the interaction process wins
Definition at line 46 of file chem2/src/TimeStepAction.cc.
void AddTimeStep(double, double)
static const double picosecond
◆ ~TimeStepAction() [1/2]
TimeStepAction::~TimeStepAction |
( |
| ) |
|
|
virtual |
◆ TimeStepAction() [2/4]
◆ TimeStepAction() [3/4]
TimeStepAction::TimeStepAction |
( |
| ) |
|
◆ ~TimeStepAction() [2/2]
virtual TimeStepAction::~TimeStepAction |
( |
| ) |
|
|
virtual |
◆ TimeStepAction() [4/4]
◆ EndProcessing() [1/2]
void TimeStepAction::EndProcessing |
( |
| ) |
|
|
virtual |
◆ EndProcessing() [2/2]
virtual void TimeStepAction::EndProcessing |
( |
| ) |
|
|
inlinevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ StartProcessing() [1/2]
void TimeStepAction::StartProcessing |
( |
| ) |
|
|
virtual |
◆ StartProcessing() [2/2]
virtual void TimeStepAction::StartProcessing |
( |
| ) |
|
|
inlinevirtual |
◆ UserPostTimeStepAction() [1/2]
void TimeStepAction::UserPostTimeStepAction |
( |
| ) |
|
|
virtual |
◆ UserPostTimeStepAction() [2/2]
virtual void TimeStepAction::UserPostTimeStepAction |
( |
| ) |
|
|
virtual |
◆ UserPreTimeStepAction() [1/2]
void TimeStepAction::UserPreTimeStepAction |
( |
| ) |
|
|
virtual |
◆ UserPreTimeStepAction() [2/2]
virtual void TimeStepAction::UserPreTimeStepAction |
( |
| ) |
|
|
inlinevirtual |
In this method, the user can use : G4ITTimeStepper::Instance()->GetGlobalTime(), to know the current simulation time G4ITTimeStepper::Instance()->GetTimeStep(), to know the selected minimum time WARNING : The call of this method happens before the call of DoIT methods
Reimplemented from G4UserTimeStepAction.
Definition at line 61 of file chem3/include/TimeStepAction.hh.
◆ UserReactionAction() [1/2]
void TimeStepAction::UserReactionAction |
( |
const G4Track & |
, |
|
|
const G4Track & |
, |
|
|
const std::vector< G4Track *> * |
|
|
) |
| |
|
virtual |
◆ UserReactionAction() [2/2]
virtual void TimeStepAction::UserReactionAction |
( |
const G4Track & |
, |
|
|
const G4Track & |
, |
|
|
const std::vector< G4Track *> * |
|
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: