Geant4  10.02
G4VFermiFragment Class Referenceabstract

#include <G4VFermiFragment.hh>

+ Inheritance diagram for G4VFermiFragment:

Public Member Functions

 G4VFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
 
virtual ~G4VFermiFragment ()
 
virtual void FillFragment (G4FragmentVector *, const G4LorentzVector &aMomentum) const =0
 
G4FragmentVectorGetFragment (const G4LorentzVector &aMomentum) const
 
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 G4VFermiFragmentoperator= (const G4VFermiFragment &right)
 
G4bool operator== (const G4VFermiFragment &right) const
 
G4bool operator!= (const G4VFermiFragment &right) const
 

Detailed Description

Definition at line 40 of file G4VFermiFragment.hh.

Constructor & Destructor Documentation

G4VFermiFragment::G4VFermiFragment ( G4int  anA,
G4int  aZ,
G4int  Pol,
G4double  ExE 
)

Definition at line 34 of file G4VFermiFragment.cc.

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

+ Here is the call graph for this function:

G4VFermiFragment::~G4VFermiFragment ( )
virtual

Definition at line 45 of file G4VFermiFragment.cc.

G4VFermiFragment::G4VFermiFragment ( const G4VFermiFragment right)
private

Member Function Documentation

virtual void G4VFermiFragment::FillFragment ( G4FragmentVector ,
const G4LorentzVector aMomentum 
) const
pure virtual

Implemented in G4UnstableFermiFragment, and G4StableFermiFragment.

Referenced by GetFragment().

+ Here is the caller graph for this function:

G4int G4VFermiFragment::GetA ( void  ) const
inline

Definition at line 67 of file G4VFermiFragment.hh.

References A.

Referenced by G4FermiFragmentsPool::DumpFragment().

+ Here is the caller graph for this function:

G4double G4VFermiFragment::GetExcitationEnergy ( void  ) const
inline

Definition at line 82 of file G4VFermiFragment.hh.

References ExcitEnergy.

Referenced by G4FermiFragmentsPool::DumpFragment(), and GetTotalEnergy().

+ Here is the caller graph for this function:

G4FragmentVector* G4VFermiFragment::GetFragment ( const G4LorentzVector aMomentum) const
inline

Definition at line 60 of file G4VFermiFragment.hh.

References FillFragment().

+ Here is the call graph for this function:

G4double G4VFermiFragment::GetFragmentMass ( void  ) const
inline

Definition at line 87 of file G4VFermiFragment.hh.

References fragmentMass.

Referenced by G4FermiFragmentsPool::DumpFragment(), and GetTotalEnergy().

+ Here is the caller graph for this function:

G4int G4VFermiFragment::GetPolarization ( void  ) const
inline

Definition at line 77 of file G4VFermiFragment.hh.

References Polarization.

G4double G4VFermiFragment::GetTotalEnergy ( void  ) const
inline

Definition at line 92 of file G4VFermiFragment.hh.

References GetExcitationEnergy(), and GetFragmentMass().

+ Here is the call graph for this function:

G4int G4VFermiFragment::GetZ ( void  ) const
inline

Definition at line 72 of file G4VFermiFragment.hh.

References Z.

Referenced by G4FermiFragmentsPool::DumpFragment().

+ Here is the caller graph for this function:

G4bool G4VFermiFragment::IsStable ( ) const
inline

Definition at line 97 of file G4VFermiFragment.hh.

References isStable.

G4bool G4VFermiFragment::operator!= ( const G4VFermiFragment right) const
private
const G4VFermiFragment& G4VFermiFragment::operator= ( const G4VFermiFragment right)
private
G4bool G4VFermiFragment::operator== ( const G4VFermiFragment right) const
private

Member Data Documentation

G4int G4VFermiFragment::A
protected
G4double G4VFermiFragment::ExcitEnergy
protected

Definition at line 109 of file G4VFermiFragment.hh.

Referenced by GetExcitationEnergy().

G4double G4VFermiFragment::fragmentMass
protected

Definition at line 110 of file G4VFermiFragment.hh.

Referenced by G4VFermiFragment(), and GetFragmentMass().

G4bool G4VFermiFragment::isStable
protected
G4int G4VFermiFragment::Polarization
protected

Definition at line 107 of file G4VFermiFragment.hh.

Referenced by GetPolarization().

G4int G4VFermiFragment::Z
protected

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