Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FTFParticipants.hh>
Public Attributes | |
std::vector< G4InteractionContent * > | theInteractions |
G4V3DNucleus * | theProjectileNucleus |
Public Attributes inherited from G4VParticipants | |
G4V3DNucleus * | theNucleus |
Definition at line 50 of file G4FTFParticipants.hh.
G4FTFParticipants::G4FTFParticipants | ( | ) |
Definition at line 54 of file G4FTFParticipants.cc.
G4FTFParticipants::~G4FTFParticipants | ( | ) |
Definition at line 68 of file G4FTFParticipants.cc.
|
inline |
Definition at line 103 of file G4FTFParticipants.hh.
Referenced by G4FTFModel::GetStrings().
void G4FTFParticipants::GetList | ( | const G4ReactionProduct & | thePrimary, |
G4FTFParameters * | theParameters | ||
) |
Definition at line 94 of file G4FTFParticipants.cc.
Referenced by G4FTFModel::GetStrings().
G4V3DNucleus * G4FTFParticipants::GetProjectileNucleus | ( | ) |
Definition at line 82 of file G4FTFParticipants.cc.
Definition at line 87 of file G4FTFParticipants.cc.
Referenced by G4FTFModel::Init().
|
inline |
Definition at line 94 of file G4FTFParticipants.hh.
Referenced by G4FTFModel::GetStrings().
int G4FTFParticipants::operator!= | ( | const G4FTFParticipants & | right | ) | const |
const G4FTFParticipants & G4FTFParticipants::operator= | ( | const G4FTFParticipants & | right | ) |
int G4FTFParticipants::operator== | ( | const G4FTFParticipants & | right | ) | const |
void G4FTFParticipants::SetProjectileNucleus | ( | G4V3DNucleus * | aNucleus | ) |
Definition at line 75 of file G4FTFParticipants.cc.
Referenced by G4FTFModel::Init().
|
inline |
Definition at line 88 of file G4FTFParticipants.hh.
Referenced by GetList(), and G4FTFModel::GetStrings().
std::vector<G4InteractionContent *> G4FTFParticipants::theInteractions |
Definition at line 73 of file G4FTFParticipants.hh.
Referenced by GetInteraction(), GetList(), and Next().
G4V3DNucleus* G4FTFParticipants::theProjectileNucleus |
Definition at line 74 of file G4FTFParticipants.hh.
Referenced by GetList(), GetProjectileNucleus(), G4FTFModel::Init(), InitProjectileNucleus(), SetProjectileNucleus(), and ~G4FTFParticipants().