ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/medical/dna/chem2/include/TimeStepAction.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4UserTimeStepAction | |
void | SetMinimumTimeSteps (std::map< double, double > *) |
void | AddTimeStep (double, double) |
Definition at line 42 of file TimeStepAction.hh.
View newest version in sPHENIX GitHub at line 42 of file TimeStepAction.hh
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 45 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 45 of file TimeStepAction.cc
References G4UserTimeStepAction::AddTimeStep(), and picosecond.
|
virtual |
Definition at line 70 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 70 of file TimeStepAction.cc
TimeStepAction::TimeStepAction | ( | const TimeStepAction & | other | ) |
Definition at line 76 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 76 of file TimeStepAction.cc
TimeStepAction::TimeStepAction | ( | ) |
|
virtual |
TimeStepAction::TimeStepAction | ( | const TimeStepAction & | other | ) |
TimeStepAction::TimeStepAction | ( | ) |
|
override |
TimeStepAction::TimeStepAction | ( | const TimeStepAction & | r | ) |
TimeStepAction::TimeStepAction | ( | ) |
|
virtual |
TimeStepAction::TimeStepAction | ( | const TimeStepAction & | other | ) |
|
virtual |
Reimplemented from G4UserTimeStepAction.
Definition at line 188 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 188 of file TimeStepAction.cc
|
inlinevirtual |
Reimplemented from G4UserTimeStepAction.
Definition at line 70 of file TimeStepAction.hh.
View newest version in sPHENIX GitHub at line 70 of file TimeStepAction.hh
|
inlinevirtual |
Reimplemented from G4UserTimeStepAction.
Definition at line 76 of file TimeStepAction.hh.
View newest version in sPHENIX GitHub at line 76 of file TimeStepAction.hh
TimeStepAction& TimeStepAction::operator= | ( | const TimeStepAction & | r | ) |
TimeStepAction & TimeStepAction::operator= | ( | const TimeStepAction & | other | ) |
Definition at line 83 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 83 of file TimeStepAction.cc
TimeStepAction& TimeStepAction::operator= | ( | const TimeStepAction & | other | ) |
TimeStepAction& TimeStepAction::operator= | ( | const TimeStepAction & | other | ) |
|
inlinevirtual |
Reimplemented from G4UserTimeStepAction.
Definition at line 50 of file TimeStepAction.hh.
View newest version in sPHENIX GitHub at line 50 of file TimeStepAction.hh
|
virtual |
Reimplemented from G4UserTimeStepAction.
Definition at line 92 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 92 of file TimeStepAction.cc
|
inlinevirtual |
Reimplemented from G4UserTimeStepAction.
Definition at line 56 of file TimeStepAction.hh.
View newest version in sPHENIX GitHub at line 56 of file TimeStepAction.hh
|
virtual |
Reimplemented from G4UserTimeStepAction.
Definition at line 108 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 108 of file TimeStepAction.cc
|
virtual |
Reimplemented from G4UserTimeStepAction.
|
virtual |
Reimplemented from G4UserTimeStepAction.
|
virtual |
In this method, the user can use : G4Scheduler::Instance()->GetGlobalTime(), to know the current simulation time G4Scheduler::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 102 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 102 of file TimeStepAction.cc
|
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 60 of file TimeStepAction.hh.
View newest version in sPHENIX GitHub at line 60 of file TimeStepAction.hh
|
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 66 of file TimeStepAction.hh.
View newest version in sPHENIX GitHub at line 66 of file TimeStepAction.hh
|
overridevirtual |
Inform about a reaction
Reimplemented from G4UserTimeStepAction.
|
virtual |
Inform about a reaction
Reimplemented from G4UserTimeStepAction.
Definition at line 117 of file TimeStepAction.cc.
View newest version in sPHENIX GitHub at line 117 of file TimeStepAction.cc
|
virtual |
Inform about a reaction
Reimplemented from G4UserTimeStepAction.
|
virtual |
Inform about a reaction
Reimplemented from G4UserTimeStepAction.