Geant4
10.01.p03
|
#include <G4ITReaction.hh>
Public Member Functions | |
virtual | ~G4ITReactionPerTrack () |
void | AddReaction (G4ITReactionPtr reaction) |
void | AddIterator (G4ITReactionPerTrackMap::iterator it) |
bool | RemoveReaction (G4ITReactionList::iterator it, G4ITReactionSet *reactionSet) |
void | RemoveMe (G4ITReactionSet *reactionSet) |
G4ITReactionList & | GetReactionList () |
std::list < G4ITReactionPerTrackMap::iterator > & | GetListOfIterators () |
Static Public Member Functions | |
static G4ITReactionPerTrackPtr | New () |
Protected Attributes | |
G4ITReactionList | fReactions |
std::list < G4ITReactionPerTrackMap::iterator > | fReactionSetIt |
Private Member Functions | |
G4ITReactionPerTrack () | |
Definition at line 79 of file G4ITReaction.hh.
|
inlineprivate |
Definition at line 81 of file G4ITReaction.hh.
Referenced by New().
|
inlinevirtual |
Definition at line 88 of file G4ITReaction.hh.
References fReactions.
|
inline |
Definition at line 100 of file G4ITReaction.hh.
References fReactionSetIt.
|
inline |
Definition at line 93 of file G4ITReaction.hh.
References fReactions.
|
inline |
Definition at line 127 of file G4ITReaction.hh.
References fReactionSetIt.
|
inline |
Definition at line 122 of file G4ITReaction.hh.
References fReactions.
|
inlinestatic |
Definition at line 83 of file G4ITReaction.hh.
References G4ITReactionPerTrack().
Referenced by G4ITReactionSet::AddReaction().
|
inline |
Definition at line 107 of file G4ITReaction.hh.
References fReactions, and fReactionSetIt.
bool G4ITReactionPerTrack::RemoveReaction | ( | G4ITReactionList::iterator | it, |
G4ITReactionSet * | reactionSet | ||
) |
Definition at line 41 of file G4ITReaction.cc.
References fReactions, and G4ITReactionSet::RemoveReactionPerTrack().
|
protected |
Definition at line 133 of file G4ITReaction.hh.
Referenced by AddReaction(), GetReactionList(), RemoveMe(), RemoveReaction(), and ~G4ITReactionPerTrack().
|
protected |
Definition at line 134 of file G4ITReaction.hh.
Referenced by AddIterator(), GetListOfIterators(), and RemoveMe().