Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4StableFermiFragment.hh>
Public Member Functions | |
G4StableFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE) | |
virtual | ~G4StableFermiFragment () |
virtual G4FragmentVector * | GetFragment (const G4LorentzVector &aMomentum) const |
Public Member Functions inherited from G4VFermiFragment | |
G4VFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE) | |
virtual | ~G4VFermiFragment () |
virtual G4FragmentVector * | GetFragment (const G4LorentzVector &aMomentum) const =0 |
G4int | GetA (void) const |
G4int | GetZ (void) const |
G4int | GetPolarization (void) const |
G4double | GetExcitationEnergy (void) const |
G4double | GetFragmentMass (void) const |
G4double | GetTotalEnergy (void) const |
G4bool | IsStable () const |
Additional Inherited Members | |
Protected Attributes inherited from G4VFermiFragment | |
G4bool | isStable |
G4int | A |
G4int | Z |
G4int | Polarization |
G4double | ExcitEnergy |
G4double | fragmentMass |
Definition at line 39 of file G4StableFermiFragment.hh.
Definition at line 36 of file G4StableFermiFragment.cc.
|
virtual |
Definition at line 40 of file G4StableFermiFragment.cc.
|
virtual |
Implements G4VFermiFragment.
Definition at line 44 of file G4StableFermiFragment.cc.