Geant4.10
|
#include <G4VFermiFragment.hh>
Public Member Functions | |
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 |
Protected Attributes | |
G4bool | isStable |
G4int | A |
G4int | Z |
G4int | Polarization |
G4double | ExcitEnergy |
G4double | fragmentMass |
Definition at line 40 of file G4VFermiFragment.hh.
Definition at line 34 of file G4VFermiFragment.cc.
References A, fragmentMass, G4NucleiProperties::GetNuclearMass(), and Z.
|
virtual |
Definition at line 45 of file G4VFermiFragment.cc.
Definition at line 59 of file G4VFermiFragment.hh.
References A.
Definition at line 74 of file G4VFermiFragment.hh.
References ExcitEnergy.
Referenced by G4ExcitationHandler::BreakItUp(), and GetTotalEnergy().
|
pure virtual |
Implemented in G4UnstableFermiFragment, and G4StableFermiFragment.
Definition at line 79 of file G4VFermiFragment.hh.
References fragmentMass.
Referenced by GetTotalEnergy().
Definition at line 84 of file G4VFermiFragment.hh.
References GetExcitationEnergy(), and GetFragmentMass().
Definition at line 64 of file G4VFermiFragment.hh.
References Z.
|
inline |
Definition at line 89 of file G4VFermiFragment.hh.
References isStable.
Referenced by G4ExcitationHandler::BreakItUp().
|
protected |
Definition at line 98 of file G4VFermiFragment.hh.
Referenced by G4VFermiFragment(), GetA(), and G4StableFermiFragment::GetFragment().
|
protected |
Definition at line 104 of file G4VFermiFragment.hh.
Referenced by GetExcitationEnergy().
|
protected |
Definition at line 106 of file G4VFermiFragment.hh.
Referenced by G4VFermiFragment(), and GetFragmentMass().
|
protected |
Definition at line 96 of file G4VFermiFragment.hh.
Referenced by G4UnstableFermiFragment::G4UnstableFermiFragment(), and IsStable().
|
protected |
Definition at line 102 of file G4VFermiFragment.hh.
Referenced by GetPolarization().
|
protected |
Definition at line 100 of file G4VFermiFragment.hh.
Referenced by G4VFermiFragment(), G4StableFermiFragment::GetFragment(), and GetZ().