Geant4-11
|
#include <G4FermiFragment.hh>
Public Member Functions | |
G4FermiFragment (G4int anA, G4int aZ, G4int sp, G4double exc) | |
G4int | GetA (void) const |
G4double | GetCoulombBarrier (G4int Ares, G4int Zres, G4double Eex) const |
G4double | GetExcitationEnergy (void) const |
G4double | GetFragmentMass (void) const |
G4int | GetSpin (void) const |
G4double | GetTotalEnergy (void) const |
G4int | GetZ (void) const |
G4bool | operator== (const G4FermiFragment &right) const |
~G4FermiFragment () | |
Private Member Functions | |
G4FermiFragment (const G4FermiFragment &right) | |
G4bool | operator!= (const G4FermiFragment &right) const |
const G4FermiFragment & | operator= (const G4FermiFragment &right) |
Private Attributes | |
G4int | A |
G4CoulombBarrier * | cBarrier |
G4double | excitEnergy |
G4double | fragmentMass |
G4int | spin |
G4int | Z |
Definition at line 38 of file G4FermiFragment.hh.
Definition at line 35 of file G4FermiFragment.cc.
References A, cBarrier, fragmentMass, G4NucleiProperties::GetNuclearMass(), and Z.
G4FermiFragment::~G4FermiFragment | ( | ) |
|
private |
|
inline |
Definition at line 46 of file G4FermiFragment.hh.
References A.
Referenced by G4FermiDecayProbability::ComputeProbability(), G4FermiFragmentsPoolVI::Dump(), G4FermiFragmentsPoolVI::DumpFragment(), G4FermiPair::G4FermiPair(), G4FermiPair::GetDynamicMinMass(), G4FermiFragmentsPoolVI::Initialise(), and G4FermiFragmentsPoolVI::IsInPhysPairs().
Definition at line 76 of file G4FermiFragment.hh.
References cBarrier, and G4CoulombBarrier::GetCoulombBarrier().
Referenced by G4FermiDecayProbability::ComputeProbability(), G4FermiPair::GetDynamicMinMass(), and G4FermiFragmentsPoolVI::Initialise().
|
inline |
Definition at line 61 of file G4FermiFragment.hh.
References excitEnergy.
Referenced by G4FermiFragmentsPoolVI::Dump(), G4FermiFragmentsPoolVI::DumpFragment(), G4FermiFragmentsPoolVI::HasChannels(), and G4FermiBreakUpVI::SampleDecay().
|
inline |
Definition at line 66 of file G4FermiFragment.hh.
References fragmentMass.
Referenced by G4FermiFragmentsPoolVI::DumpFragment().
|
inline |
Definition at line 56 of file G4FermiFragment.hh.
References spin.
Referenced by G4FermiDecayProbability::ComputeProbability(), G4FermiFragmentsPoolVI::Dump(), G4FermiFragmentsPoolVI::DumpFragment(), and G4FermiFragmentsPoolVI::Initialise().
|
inline |
Definition at line 71 of file G4FermiFragment.hh.
References excitEnergy, and fragmentMass.
Referenced by G4FermiFragmentsPoolVI::ClosestChannels(), G4FermiDecayProbability::ComputeProbability(), G4FermiFragmentsPoolVI::Dump(), G4FermiPair::G4FermiPair(), G4FermiPair::GetDynamicMinMass(), G4FermiFragmentsPoolVI::Initialise(), and G4FermiBreakUpVI::SampleDecay().
|
inline |
Definition at line 51 of file G4FermiFragment.hh.
References Z.
Referenced by G4FermiFragmentsPoolVI::ClosestChannels(), G4FermiDecayProbability::ComputeProbability(), G4FermiFragmentsPoolVI::Dump(), G4FermiFragmentsPoolVI::DumpFragment(), G4FermiPair::G4FermiPair(), G4FermiPair::GetDynamicMinMass(), G4FermiFragmentsPoolVI::HasChannels(), and G4FermiFragmentsPoolVI::Initialise().
|
private |
|
private |
|
inline |
|
private |
Definition at line 94 of file G4FermiFragment.hh.
Referenced by G4FermiFragment(), GetA(), operator==(), and mcscore.MCParticle::printout().
|
private |
Definition at line 92 of file G4FermiFragment.hh.
Referenced by G4FermiFragment(), GetCoulombBarrier(), and ~G4FermiFragment().
|
private |
Definition at line 89 of file G4FermiFragment.hh.
Referenced by GetExcitationEnergy(), GetTotalEnergy(), and operator==().
|
private |
Definition at line 90 of file G4FermiFragment.hh.
Referenced by G4FermiFragment(), GetFragmentMass(), and GetTotalEnergy().
|
private |
Definition at line 96 of file G4FermiFragment.hh.
Referenced by GetSpin().
|
private |
Definition at line 95 of file G4FermiFragment.hh.
Referenced by G4FermiFragment(), GetZ(), operator==(), and mcscore.MCParticle::printout().