#include <G4ITReaction.hh>
Definition at line 182 of file G4ITReaction.hh.
◆ ~G4ITReactionSet()
virtual G4ITReactionSet::~G4ITReactionSet |
( |
| ) |
|
|
inlinevirtual |
Definition at line 190 of file G4ITReaction.hh.
191 {
194 }
G4ITReactionPerTime fReactionPerTime
G4ITReactionPerTrackMap fReactionPerTrack
◆ AddReaction() [1/2]
Definition at line 205 of file G4ITReaction.hh.
206 {
208 {
212
214 {
216 reaction->AddIterator(it);
217 }
218 }
219 }
G4shared_ptr< G4ITReaction > G4ITReactionPtr
void AddReaction(G4double time, G4Track *trackA, G4Track *trackB)
G4bool CanAddThisReaction(G4Track *trackA, G4Track *trackB)
static G4ITReactionPtr New(G4double time, G4Track *trackA, G4Track *trackB)
Referenced by AddReaction(), and AddReactions().
◆ AddReaction() [2/2]
Definition at line 318 of file G4ITReaction.hh.
319 {
321
323
325 {
327 std::pair< G4ITReactionPerTrackMap::iterator,bool>
pos =
329 reactionPerTrack->AddIterator(
pos.first);
330 }
331 else
332 {
333 reactionPerTrack = it->second;
334 }
335
336 reactionPerTrack->AddReaction(std::move(reaction));
337 }
G4shared_ptr< G4ITReactionPerTrack > G4ITReactionPerTrackPtr
static G4ITReactionPerTrackPtr New()
◆ AddReactions()
Definition at line 244 of file G4ITReaction.hh.
245 {
246 auto it = reactants->begin();
247 for(;it != reactants->end() ; ++it)
248 {
250 }
251 }
◆ CanAddThisReaction()
Definition at line 222 of file G4ITReaction.hh.
223 {
227 {
228 return true;
229 }
230
231 reactionPerTrack = it_track->second;
232 auto list = reactionPerTrack->GetReactionList();
233
234 for(const auto& it_list:list)
235 {
236 if ((*it_list).GetReactant(trackA)->GetTrackID() == trackB->
GetTrackID())
237 {
238 return false;
239 }
240 }
241 return true;
242 }
Referenced by AddReaction().
◆ CleanAllReaction()
void G4ITReactionSet::CleanAllReaction |
( |
| ) |
|
|
inline |
◆ Empty()
G4bool G4ITReactionSet::Empty |
( |
| ) |
|
|
inline |
◆ GetReactionMap()
◆ GetReactionsPerTime()
◆ Instance()
◆ RemoveReactionPerTrack()
◆ RemoveReactionSet()
void G4ITReactionSet::RemoveReactionSet |
( |
G4Track * | track | ) |
|
|
inline |
◆ SelectThisReaction()
◆ SortByTime()
void G4ITReactionSet::SortByTime |
( |
| ) |
|
|
inline |
◆ fpInstance
◆ fReactionPerTime
◆ fReactionPerTrack
◆ fSortByTime
G4bool G4ITReactionSet::fSortByTime |
|
protected |
The documentation for this class was generated from the following files: