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().
|
inlineprotected |
Definition at line 217 of file G4ITReaction.hh.
References fReactionPerTrack, G4ITReactionPerTrack::New(), and pos.
|
inline |
Definition at line 150 of file G4ITReaction.hh.
References AddReaction().
Referenced by G4Scheduler::ExtractTimeStepperData().
|
inline |
Definition at line 200 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4Scheduler::ComputeTrackReaction(), G4Scheduler::ExtractTimeStepperData(), G4Scheduler::Reset(), and G4Scheduler::Stepping().
|
inline |
Definition at line 211 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4Scheduler::ComputeTrackReaction().
|
inline |
Definition at line 182 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4ITModelProcessor::FindReaction().
|
inline |
Definition at line 187 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4ITReactionPerTrack::RemoveReaction().
|
inline |
Definition at line 159 of file G4ITReaction.hh.
References fReactionPerTrack.
Referenced by G4Scheduler::ExtractDoItData(), and SelectThisReaction().
|
inline |
Definition at line 175 of file G4ITReaction.hh.
References RemoveReactionSet().
Referenced by G4ITModelProcessor::FindReaction().
|
protected |
Definition at line 237 of file G4ITReaction.hh.
Referenced by AddReaction(), CleanAllReaction(), Empty(), GetReactionMap(), RemoveReactionPerTrack(), RemoveReactionSet(), and ~G4ITReactionSet().