Geant4-11
Public Member Functions | Private Member Functions | Private Attributes
G4FermiFragment Class Reference

#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 G4FermiFragmentoperator= (const G4FermiFragment &right)
 

Private Attributes

G4int A
 
G4CoulombBarriercBarrier
 
G4double excitEnergy
 
G4double fragmentMass
 
G4int spin
 
G4int Z
 

Detailed Description

Definition at line 38 of file G4FermiFragment.hh.

Constructor & Destructor Documentation

◆ G4FermiFragment() [1/2]

G4FermiFragment::G4FermiFragment ( G4int  anA,
G4int  aZ,
G4int  sp,
G4double  exc 
)
explicit

Definition at line 35 of file G4FermiFragment.cc.

36 : excitEnergy(exc), A(anA), Z(aZ), spin(sp)
37{
40}
G4CoulombBarrier * cBarrier
static G4double GetNuclearMass(const G4double A, const G4double Z)

References A, cBarrier, fragmentMass, G4NucleiProperties::GetNuclearMass(), and Z.

◆ ~G4FermiFragment()

G4FermiFragment::~G4FermiFragment ( )

Definition at line 42 of file G4FermiFragment.cc.

43{
44 delete cBarrier;
45}

References cBarrier.

◆ G4FermiFragment() [2/2]

G4FermiFragment::G4FermiFragment ( const G4FermiFragment right)
private

Member Function Documentation

◆ GetA()

G4int G4FermiFragment::GetA ( void  ) const
inline

◆ GetCoulombBarrier()

G4double G4FermiFragment::GetCoulombBarrier ( G4int  Ares,
G4int  Zres,
G4double  Eex 
) const
inline

Definition at line 76 of file G4FermiFragment.hh.

77 {
78 return cBarrier->GetCoulombBarrier(Ares, Zres, Eex);
79 }
G4double GetCoulombBarrier(G4int ARes, G4int ZRes, G4double U) const

References cBarrier, and G4CoulombBarrier::GetCoulombBarrier().

Referenced by G4FermiDecayProbability::ComputeProbability(), G4FermiPair::GetDynamicMinMass(), and G4FermiFragmentsPoolVI::Initialise().

◆ GetExcitationEnergy()

G4double G4FermiFragment::GetExcitationEnergy ( void  ) const
inline

◆ GetFragmentMass()

G4double G4FermiFragment::GetFragmentMass ( void  ) const
inline

Definition at line 66 of file G4FermiFragment.hh.

67 {
68 return fragmentMass;
69 }

References fragmentMass.

Referenced by G4FermiFragmentsPoolVI::DumpFragment().

◆ GetSpin()

G4int G4FermiFragment::GetSpin ( void  ) const
inline

◆ GetTotalEnergy()

G4double G4FermiFragment::GetTotalEnergy ( void  ) const
inline

◆ GetZ()

G4int G4FermiFragment::GetZ ( void  ) const
inline

◆ operator!=()

G4bool G4FermiFragment::operator!= ( const G4FermiFragment right) const
private

◆ operator=()

const G4FermiFragment & G4FermiFragment::operator= ( const G4FermiFragment right)
private

◆ operator==()

G4bool G4FermiFragment::operator== ( const G4FermiFragment right) const
inline

Definition at line 81 of file G4FermiFragment.hh.

82 {
83 return (A == right.A && Z == right.Z &&
84 std::abs(excitEnergy - right.excitEnergy) < 0.0001);
85 }

References A, excitEnergy, and Z.

Field Documentation

◆ A

G4int G4FermiFragment::A
private

Definition at line 94 of file G4FermiFragment.hh.

Referenced by G4FermiFragment(), GetA(), operator==(), and mcscore.MCParticle::printout().

◆ cBarrier

G4CoulombBarrier* G4FermiFragment::cBarrier
private

Definition at line 92 of file G4FermiFragment.hh.

Referenced by G4FermiFragment(), GetCoulombBarrier(), and ~G4FermiFragment().

◆ excitEnergy

G4double G4FermiFragment::excitEnergy
private

Definition at line 89 of file G4FermiFragment.hh.

Referenced by GetExcitationEnergy(), GetTotalEnergy(), and operator==().

◆ fragmentMass

G4double G4FermiFragment::fragmentMass
private

Definition at line 90 of file G4FermiFragment.hh.

Referenced by G4FermiFragment(), GetFragmentMass(), and GetTotalEnergy().

◆ spin

G4int G4FermiFragment::spin
private

Definition at line 96 of file G4FermiFragment.hh.

Referenced by GetSpin().

◆ Z

G4int G4FermiFragment::Z
private

Definition at line 95 of file G4FermiFragment.hh.

Referenced by G4FermiFragment(), GetZ(), operator==(), and mcscore.MCParticle::printout().


The documentation for this class was generated from the following files: