|
Geant4
10.00.p03
|
#include <G4VFermiFragment.hh>
Inheritance diagram for G4VFermiFragment: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 |
Private Member Functions | |
| G4VFermiFragment (const G4VFermiFragment &right) | |
| const G4VFermiFragment & | operator= (const G4VFermiFragment &right) |
| G4bool | operator== (const G4VFermiFragment &right) const |
| G4bool | operator!= (const G4VFermiFragment &right) const |
Definition at line 40 of file G4VFermiFragment.hh.
Definition at line 34 of file G4VFermiFragment.cc.
References A, fragmentMass, G4NucleiProperties::GetNuclearMass(), and Z.
Here is the call graph for this function:
|
virtual |
Definition at line 45 of file G4VFermiFragment.cc.
|
private |
|
inline |
Definition at line 59 of file G4VFermiFragment.hh.
References A.
|
inline |
Definition at line 74 of file G4VFermiFragment.hh.
References ExcitEnergy.
Referenced by G4ExcitationHandler::BreakItUp(), and GetTotalEnergy().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4UnstableFermiFragment, and G4StableFermiFragment.
|
inline |
Definition at line 79 of file G4VFermiFragment.hh.
References fragmentMass.
Referenced by GetTotalEnergy().
Here is the caller graph for this function:
|
inline |
Definition at line 69 of file G4VFermiFragment.hh.
References Polarization.
|
inline |
Definition at line 84 of file G4VFermiFragment.hh.
References GetExcitationEnergy(), and GetFragmentMass().
Here is the call graph for this function:
|
inline |
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().
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
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().