|
Geant4
10.02.p02
|
#include <G4ITReaction.hh>
Inheritance diagram for G4ITReaction:
Collaboration diagram for G4ITReaction:Public Member Functions | |
| virtual | ~G4ITReaction () |
| G4Track * | GetReactant (G4Track *trackA) |
| std::pair< G4Track *, G4Track * > | GetReactants () const |
| std::size_t | GetHash () const |
| double | GetTime () |
| void | RemoveMe () |
| void | AddIterator (G4ITReactionPerTrackPtr reactionPerTrack, G4ITReactionList::iterator it) |
| void | AddIterator (G4ITReactionPerTimeIt it) |
Static Public Member Functions | |
| static G4ITReactionPtr | New (double time, G4Track *trackA, G4Track *trackB) |
Public Attributes | |
| double | fTime |
| std::pair< G4Track *, G4Track * > | fReactants |
| G4ReactionPerTrackIt | fReactionPerTrack |
| G4ITReactionPerTimeIt * | fReactionPerTimeIt |
Private Member Functions | |
| G4ITReaction (double time, G4Track *, G4Track *) | |
Definition at line 79 of file G4ITReaction.hh.
Definition at line 69 of file G4ITReaction.cc.
References fReactionPerTimeIt.
Referenced by New().
Here is the caller graph for this function:
|
virtual |
Definition at line 80 of file G4ITReaction.cc.
References fReactionPerTimeIt.
|
inline |
Definition at line 101 of file G4ITReaction.hh.
References fReactionPerTrack.
|
inline |
Definition at line 107 of file G4ITReaction.hh.
References fReactionPerTimeIt.
| std::size_t G4ITReaction::GetHash | ( | ) | const |
Definition at line 61 of file G4ITReaction.cc.
References fReactants, hash(), and hash_combine().
Here is the call graph for this function:Definition at line 89 of file G4ITReaction.hh.
References fReactants.
Definition at line 95 of file G4ITReaction.hh.
References fReactants.
|
inline |
Definition at line 97 of file G4ITReaction.hh.
References fTime.
|
inlinestatic |
Definition at line 83 of file G4ITReaction.hh.
References G4ITReaction().
Referenced by G4ITReactionSet::AddReaction().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4ITReaction::RemoveMe | ( | ) |
Definition at line 86 of file G4ITReaction.cc.
References fReactionPerTimeIt, fReactionPerTrack, G4ITReactionSet::GetReactionsPerTime(), and G4ITReactionSet::Instance().
Here is the call graph for this function:Definition at line 113 of file G4ITReaction.hh.
Referenced by GetHash(), GetReactant(), and GetReactants().
| G4ITReactionPerTimeIt* G4ITReaction::fReactionPerTimeIt |
Definition at line 115 of file G4ITReaction.hh.
Referenced by AddIterator(), G4ITReaction(), RemoveMe(), and ~G4ITReaction().
| G4ReactionPerTrackIt G4ITReaction::fReactionPerTrack |
Definition at line 114 of file G4ITReaction.hh.
Referenced by AddIterator(), and RemoveMe().
| double G4ITReaction::fTime |
Definition at line 112 of file G4ITReaction.hh.
Referenced by GetTime().