#include <G4ITReaction.hh>
Definition at line 124 of file G4ITReaction.hh.
◆ ~G4ITReactionPerTrack()
virtual G4ITReactionPerTrack::~G4ITReactionPerTrack |
( |
| ) |
|
|
inlinevirtual |
◆ AddIterator()
void G4ITReactionPerTrack::AddIterator |
( |
G4ITReactionPerTrackMap::iterator | it | ) |
|
|
inline |
Definition at line 145 of file G4ITReaction.hh.
146 {
148 }
std::list< G4ITReactionPerTrackMap::iterator > fReactionSetIt
◆ AddReaction()
Definition at line 138 of file G4ITReaction.hh.
139 {
140 auto it =
142 reaction->AddIterator(this->shared_from_this(), it);
143 }
◆ GetListOfIterators()
std::list< G4ITReactionPerTrackMap::iterator > & G4ITReactionPerTrack::GetListOfIterators |
( |
| ) |
|
|
inline |
◆ GetReactionList()
◆ New()
◆ RemoveMe()
void G4ITReactionPerTrack::RemoveMe |
( |
| ) |
|
|
inline |
Definition at line 151 of file G4ITReaction.hh.
152 {
154
155 G4ITReactionList::iterator next;
158 {
159 next = it;
160 ++next;
161 (*it)->RemoveMe();
162 }
165 }
◆ RemoveThisReaction()
G4bool G4ITReactionPerTrack::RemoveThisReaction |
( |
G4ITReactionList::iterator | it | ) |
|
Definition at line 102 of file G4ITReaction.cc.
103{
106 {
108 return true;
109 }
110 return false;
111}
void RemoveReactionPerTrack(G4ITReactionPerTrackPtr reactionPerTrack)
static G4ITReactionSet * Instance()
◆ fReactions
◆ fReactionSetIt
std::list<G4ITReactionPerTrackMap::iterator> G4ITReactionPerTrack::fReactionSetIt |
|
protected |
The documentation for this class was generated from the following files: