|
Geant4
10.01.p02
|
#include <G4ITReaction.hh>
Public Member Functions | |
| G4ITReactionSet () | |
| virtual | ~G4ITReactionSet () |
| void | AddReaction (double time, G4Track *trackA, G4Track *trackB) |
| void | AddReactions (double time, G4Track *trackA, G4TrackVectorHandle reactants) |
| void | RemoveReactionSet (G4Track *track) |
| void | SelectThisReaction (G4ITReactionPtr reaction) |
| G4ITReactionPerTrackMap & | GetReactionMap () |
| void | RemoveReactionPerTrack (G4ITReactionPerTrackPtr reactionPerTrack) |
| void | CleanAllReaction () |
| bool | Empty () |
Protected Member Functions | |
| void | AddReaction (G4Track *track, G4ITReactionPtr reaction) |
Protected Attributes | |
| G4ITReactionPerTrackMap | fReactionPerTrack |
Definition at line 137 of file G4ITReaction.hh.
|
inline |
Definition at line 140 of file G4ITReaction.hh.
|
inlinevirtual |
Definition at line 141 of file G4ITReaction.hh.
References fReactionPerTrack.
Definition at line 143 of file G4ITReaction.hh.
References G4ITReaction::New().
Referenced by AddReactions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotected |
Definition at line 217 of file G4ITReaction.hh.
References fReactionPerTrack, G4ITReactionPerTrack::New(), and pos.
Here is the call graph for this function:
|
inline |
Definition at line 150 of file G4ITReaction.hh.
References AddReaction().
Referenced by G4Scheduler::ExtractTimeStepperData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 200 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4Scheduler::ComputeTrackReaction(), G4Scheduler::ExtractTimeStepperData(), G4Scheduler::Reset(), and G4Scheduler::Stepping().
Here is the caller graph for this function:
|
inline |
Definition at line 211 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4Scheduler::ComputeTrackReaction().
Here is the caller graph for this function:
|
inline |
Definition at line 182 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4ITModelProcessor::FindReaction().
Here is the caller graph for this function:
|
inline |
Definition at line 187 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4ITReactionPerTrack::RemoveReaction().
Here is the caller graph for this function:
|
inline |
Definition at line 159 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4Scheduler::ExtractDoItData(), and SelectThisReaction().
Here is the caller graph for this function:
|
inline |
Definition at line 175 of file G4ITReaction.hh.
References RemoveReactionSet().
Referenced by G4ITModelProcessor::FindReaction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 237 of file G4ITReaction.hh.
Referenced by AddReaction(), CleanAllReaction(), Empty(), GetReactionMap(), RemoveReactionPerTrack(), RemoveReactionSet(), and ~G4ITReactionSet().