Geant4-11
|
#include <G4FermiPair.hh>
Public Member Functions | |
G4FermiPair (const G4FermiFragment *f1, const G4FermiFragment *f2) | |
G4int | GetA () const |
G4double | GetDynamicMinMass (G4double Eex) const |
G4double | GetExcitationEnergy () const |
const G4FermiFragment * | GetFragment1 () const |
const G4FermiFragment * | GetFragment2 () const |
G4double | GetMass () const |
G4double | GetTotalEnergy () const |
G4int | GetZ () const |
Private Member Functions | |
G4FermiPair (const G4FermiPair &)=delete | |
G4bool | operator!= (const G4FermiPair &) const =delete |
const G4FermiPair & | operator= (const G4FermiPair &)=delete |
G4bool | operator== (const G4FermiPair &) const =delete |
Private Attributes | |
G4double | excitEnergy |
const G4FermiFragment * | fragment1 |
const G4FermiFragment * | fragment2 |
G4double | mass |
G4int | totalA |
G4int | totalZ |
Definition at line 38 of file G4FermiPair.hh.
|
explicit |
Definition at line 34 of file G4FermiPair.cc.
References excitEnergy, G4FermiFragment::GetA(), G4NucleiProperties::GetNuclearMass(), G4FermiFragment::GetTotalEnergy(), G4FermiFragment::GetZ(), mass, totalA, and totalZ.
|
inlineprivatedelete |
|
inline |
Definition at line 106 of file G4FermiPair.hh.
References fragment1, fragment2, G4FermiFragment::GetA(), G4FermiFragment::GetCoulombBarrier(), G4FermiFragment::GetTotalEnergy(), and G4FermiFragment::GetZ().
|
inline |
Definition at line 86 of file G4FermiPair.hh.
References excitEnergy.
|
inline |
Definition at line 96 of file G4FermiPair.hh.
References fragment1.
Referenced by G4FermiFragmentsPoolVI::Dump(), and G4FermiBreakUpVI::SampleDecay().
|
inline |
Definition at line 101 of file G4FermiPair.hh.
References fragment2.
Referenced by G4FermiFragmentsPoolVI::Dump(), and G4FermiBreakUpVI::SampleDecay().
|
inline |
|
inline |
Definition at line 91 of file G4FermiPair.hh.
References excitEnergy, and mass.
|
inline |
|
inlineprivatedelete |
|
inlineprivatedelete |
|
inlineprivatedelete |
|
private |
Definition at line 64 of file G4FermiPair.hh.
Referenced by G4FermiPair(), GetExcitationEnergy(), and GetTotalEnergy().
|
private |
Definition at line 66 of file G4FermiPair.hh.
Referenced by GetDynamicMinMass(), and GetFragment1().
|
private |
Definition at line 67 of file G4FermiPair.hh.
Referenced by GetDynamicMinMass(), and GetFragment2().
|
private |
Definition at line 63 of file G4FermiPair.hh.
Referenced by G4FermiPair(), GetMass(), and GetTotalEnergy().
|
private |
Definition at line 61 of file G4FermiPair.hh.
Referenced by G4FermiPair(), and GetA().
|
private |
Definition at line 60 of file G4FermiPair.hh.
Referenced by G4FermiPair(), and GetZ().