ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
virtual | ~G4ITReactionPerTrack () |
void | AddReaction (G4ITReactionPtr reaction) |
void | AddIterator (G4ITReactionPerTrackMap::iterator it) |
bool | RemoveThisReaction (G4ITReactionList::iterator it) |
void | RemoveMe () |
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 120 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 120 of file G4ITReaction.hh
|
inlineprivate |
Definition at line 122 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 122 of file G4ITReaction.hh
Referenced by New().
|
inlinevirtual |
Definition at line 129 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 129 of file G4ITReaction.hh
References fReactions.
|
inline |
Definition at line 141 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 141 of file G4ITReaction.hh
References fReactionSetIt.
|
inline |
Definition at line 134 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 134 of file G4ITReaction.hh
References fReactions, and it.
|
inline |
Definition at line 168 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 168 of file G4ITReaction.hh
References fReactionSetIt.
|
inline |
Definition at line 163 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 163 of file G4ITReaction.hh
References fReactions.
|
inlinestatic |
Definition at line 124 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 124 of file G4ITReaction.hh
References G4ITReactionPerTrack().
Referenced by G4ITReactionSet::AddReaction().
|
inline |
Definition at line 147 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 147 of file G4ITReaction.hh
References fReactions, fReactionSetIt, and it.
bool G4ITReactionPerTrack::RemoveThisReaction | ( | G4ITReactionList::iterator | it | ) |
Definition at line 106 of file G4ITReaction.cc.
View newest version in sPHENIX GitHub at line 106 of file G4ITReaction.cc
References fReactions, G4ITReactionSet::Instance(), and G4ITReactionSet::RemoveReactionPerTrack().
|
protected |
Definition at line 174 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 174 of file G4ITReaction.hh
Referenced by AddReaction(), GetReactionList(), RemoveMe(), RemoveThisReaction(), and ~G4ITReactionPerTrack().
|
protected |
Definition at line 175 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 175 of file G4ITReaction.hh
Referenced by AddIterator(), GetListOfIterators(), and RemoveMe().