#include <G4ITReaction.hh>
Definition at line 79 of file G4ITReaction.hh.
◆ G4ITReaction()
G4ITReaction::G4ITReaction |
( |
double |
time, |
|
|
G4Track * |
trackA, |
|
|
G4Track * |
trackB |
|
) |
| |
|
private |
Definition at line 69 of file G4ITReaction.cc.
70 G4enable_shared_from_this<G4ITReaction>(),
std::pair< G4Track *, G4Track * > fReactants
G4ITReactionPerTimeIt * fReactionPerTimeIt
◆ ~G4ITReaction()
G4ITReaction::~G4ITReaction |
( |
| ) |
|
|
virtual |
Definition at line 80 of file G4ITReaction.cc.
G4ITReactionPerTimeIt * fReactionPerTimeIt
◆ AddIterator() [1/2]
◆ AddIterator() [2/2]
Definition at line 107 of file G4ITReaction.hh.
G4ITReactionPerTimeIt * fReactionPerTimeIt
std::multiset< G4ITReactionPtr, compReactionPerTime >::iterator G4ITReactionPerTimeIt
◆ GetHash()
std::size_t G4ITReaction::GetHash |
( |
| ) |
const |
Definition at line 61 of file G4ITReaction.cc.
void hash_combine(std::size_t &seed, const T &v)
static unsigned long FASTCALL hash(XML_Parser parser, KEY s)
std::pair< G4Track *, G4Track * > fReactants
◆ GetReactant()
G4Track* G4ITReaction::GetReactant |
( |
G4Track * |
trackA | ) |
|
|
inline |
Definition at line 89 of file G4ITReaction.hh.
std::pair< G4Track *, G4Track * > fReactants
◆ GetReactants()
std::pair<G4Track*, G4Track*> G4ITReaction::GetReactants |
( |
| ) |
const |
|
inline |
Definition at line 95 of file G4ITReaction.hh.
std::pair< G4Track *, G4Track * > fReactants
◆ GetTime()
double G4ITReaction::GetTime |
( |
| ) |
|
|
inline |
◆ New()
static G4ITReactionPtr G4ITReaction::New |
( |
double |
time, |
|
|
G4Track * |
trackA, |
|
|
G4Track * |
trackB |
|
) |
| |
|
inlinestatic |
Definition at line 83 of file G4ITReaction.hh.
G4ITReaction(double time, G4Track *, G4Track *)
G4shared_ptr< G4ITReaction > G4ITReactionPtr
◆ RemoveMe()
void G4ITReaction::RemoveMe |
( |
| ) |
|
Definition at line 86 of file G4ITReaction.cc.
94 it->first->RemoveThisReaction(it->second);
G4shared_ptr< G4ITReaction > G4ITReactionPtr
static G4ITReactionSet * Instance()
G4ITReactionPerTime & GetReactionsPerTime()
G4ITReactionPerTimeIt * fReactionPerTimeIt
G4ReactionPerTrackIt fReactionPerTrack
◆ fReactants
std::pair<G4Track*, G4Track*> G4ITReaction::fReactants |
◆ fReactionPerTimeIt
◆ fReactionPerTrack
◆ fTime
double G4ITReaction::fTime |
The documentation for this class was generated from the following files: