Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VParticipants.hh>
Public Member Functions | |
G4VParticipants () | |
G4VParticipants (const G4VParticipants &right) | |
virtual | ~G4VParticipants () |
const G4VParticipants & | operator= (const G4VParticipants &right) |
int | operator== (const G4VParticipants &right) const |
int | operator!= (const G4VParticipants &right) const |
virtual void | Init (G4int theZ, G4int theA) |
virtual void | SetNucleus (G4V3DNucleus *aNucleus) |
virtual G4V3DNucleus * | GetWoundedNucleus () const |
Public Attributes | |
G4V3DNucleus * | theNucleus |
Definition at line 48 of file G4VParticipants.hh.
G4VParticipants::G4VParticipants | ( | ) |
Definition at line 44 of file G4VParticipants.cc.
G4VParticipants::G4VParticipants | ( | const G4VParticipants & | right | ) |
|
virtual |
Definition at line 48 of file G4VParticipants.cc.
|
inlinevirtual |
Definition at line 73 of file G4VParticipants.hh.
Referenced by G4FTFModel::GetWoundedNucleus().
Definition at line 55 of file G4VParticipants.cc.
Referenced by G4FTFModel::Init().
int G4VParticipants::operator!= | ( | const G4VParticipants & | right | ) | const |
const G4VParticipants & G4VParticipants::operator= | ( | const G4VParticipants & | right | ) |
int G4VParticipants::operator== | ( | const G4VParticipants & | right | ) | const |
|
inlinevirtual |
Definition at line 63 of file G4VParticipants.cc.
G4V3DNucleus* G4VParticipants::theNucleus |
Definition at line 65 of file G4VParticipants.hh.
Referenced by G4QGSParticipants::DoLorentzBoost(), G4FTFParticipants::GetList(), GetWoundedNucleus(), Init(), G4QGSParticipants::SelectInteractions(), SetNucleus(), and ~G4VParticipants().