Geant4_10
|
#include <G4UserTimeStepAction.hh>
Public Member Functions | |
G4UserTimeStepAction () | |
G4UserTimeStepAction (const G4UserTimeStepAction &) | |
virtual | ~G4UserTimeStepAction () |
virtual void | StartProcessing () |
virtual void | TimeStepAction () |
virtual void | UserReactionAction (const G4Track &, const G4Track &, const G4TrackFastVector &, int) |
virtual void | EndProcessing () |
G4UserTimeStepAction is used by G4ITStepManager.
Definition at line 54 of file G4UserTimeStepAction.hh.
G4UserTimeStepAction::G4UserTimeStepAction | ( | ) |
Definition at line 38 of file G4UserTimeStepAction.cc.
G4UserTimeStepAction::G4UserTimeStepAction | ( | const G4UserTimeStepAction & | ) |
Definition at line 44 of file G4UserTimeStepAction.cc.
|
virtual |
Definition at line 41 of file G4UserTimeStepAction.cc.
|
inlinevirtual |
Definition at line 76 of file G4UserTimeStepAction.hh.
|
inlinevirtual |
Definition at line 61 of file G4UserTimeStepAction.hh.
|
inlinevirtual |
In this method, the user can use : G4ITStepManager::Instance()->GetGlobalTime(), to know the current simulation time G4ITStepManager::Instance()->GetMinTime(), to know the selected minimum time WARNING : The call of this method happens before the call of DoIT methods
Definition at line 68 of file G4UserTimeStepAction.hh.
|
inlinevirtual |
This method enables to kill products right after they are generated
Definition at line 73 of file G4UserTimeStepAction.hh.