Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserReactionAction.hh>
Public Member Functions | |
G4UserReactionAction () | |
G4UserReactionAction (const G4UserReactionAction &) | |
virtual | ~G4UserReactionAction () |
virtual void | StartProcessing () |
virtual void | TimeStepAction () |
virtual void | UserReactionAction (const G4Track &, const G4Track &, const G4TrackFastVector &, int) |
virtual void | EndProcessing () |
G4UserReactionAction is used by G4ITStepManager.
Definition at line 54 of file G4UserReactionAction.hh.
G4UserReactionAction::G4UserReactionAction | ( | ) |
Definition at line 38 of file G4UserReactionAction.cc.
G4UserReactionAction::G4UserReactionAction | ( | const G4UserReactionAction & | ) |
Definition at line 44 of file G4UserReactionAction.cc.
|
virtual |
Definition at line 41 of file G4UserReactionAction.cc.
|
inlinevirtual |
Definition at line 76 of file G4UserReactionAction.hh.
|
inlinevirtual |
Definition at line 61 of file G4UserReactionAction.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 G4UserReactionAction.hh.
|
inlinevirtual |
This method enables to kill products right after they are generated
Definition at line 73 of file G4UserReactionAction.hh.