Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VParticipants.hh>
Public Member Functions | |
G4VParticipants () | |
virtual | ~G4VParticipants () |
G4VParticipants (const G4VParticipants &right)=delete | |
const G4VParticipants & | operator= (const G4VParticipants &right)=delete |
G4bool | operator== (const G4VParticipants &right) const =delete |
G4bool | operator!= (const G4VParticipants &right) const =delete |
virtual void | Init (G4int theZ, G4int theA) |
virtual void | SetNucleus (G4V3DNucleus *aNucleus) |
virtual G4V3DNucleus * | GetWoundedNucleus () const |
virtual void | InitProjectileNucleus (G4int theZ, G4int theA) |
virtual void | SetProjectileNucleus (G4V3DNucleus *aNucleus) |
virtual G4V3DNucleus * | GetProjectileNucleus () const |
Protected Attributes | |
G4V3DNucleus * | theNucleus |
G4V3DNucleus * | theProjectileNucleus |
Definition at line 46 of file G4VParticipants.hh.
G4VParticipants::G4VParticipants | ( | ) |
Definition at line 43 of file G4VParticipants.cc.
|
virtual |
Definition at line 47 of file G4VParticipants.cc.
|
delete |
|
inlinevirtual |
Definition at line 77 of file G4VParticipants.hh.
Referenced by G4FTFModel::GetProjectileNucleus(), and G4FTFModel::Init().
|
inlinevirtual |
Definition at line 72 of file G4VParticipants.hh.
Referenced by G4FTFModel::GetTargetNucleus(), and G4FTFModel::GetWoundedNucleus().
Definition at line 54 of file G4VParticipants.cc.
Referenced by G4FTFModel::Init().
Definition at line 67 of file G4VParticipants.cc.
Referenced by G4FTFModel::Init().
|
delete |
|
delete |
|
delete |
|
virtual |
Definition at line 61 of file G4VParticipants.cc.
|
virtual |
Definition at line 76 of file G4VParticipants.cc.
Referenced by G4QGSParticipants::BuildInteractions(), and G4FTFModel::Init().
|
protected |
Definition at line 66 of file G4VParticipants.hh.
Referenced by G4QGSParticipants::BuildInteractions(), G4QGSParticipants::DoLorentzBoost(), G4FTFParticipants::GetList(), GetWoundedNucleus(), Init(), G4QGSParticipants::SelectInteractions(), SetNucleus(), and ~G4VParticipants().
|
protected |
Definition at line 67 of file G4VParticipants.hh.
Referenced by G4FTFParticipants::GetList(), GetProjectileNucleus(), InitProjectileNucleus(), SetProjectileNucleus(), and ~G4VParticipants().