Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes
G4VFermiFragment Class Referenceabstract

#include <G4VFermiFragment.hh>

Inheritance diagram for G4VFermiFragment:
G4StableFermiFragment G4UnstableFermiFragment G4B9FermiFragment G4Be8FermiFragment G4He5FermiFragment G4Li5FermiFragment

Public Member Functions

 G4VFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
 
virtual ~G4VFermiFragment ()
 
virtual G4FragmentVectorGetFragment (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
 

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.

34  :
35  isStable(true),
36  A(anA),
37  Z(aZ),
38  Polarization(Pol),
39  ExcitEnergy(ExE)
40 {
41  fragmentMass = 0.0;
43 }
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4VFermiFragment::~G4VFermiFragment ( )
virtual

Definition at line 45 of file G4VFermiFragment.cc.

46 {}

Member Function Documentation

G4int G4VFermiFragment::GetA ( void  ) const
inline

Definition at line 59 of file G4VFermiFragment.hh.

References A.

60  {
61  return A;
62  }
G4double G4VFermiFragment::GetExcitationEnergy ( void  ) const
inline

Definition at line 74 of file G4VFermiFragment.hh.

References ExcitEnergy.

Referenced by G4ExcitationHandler::BreakItUp(), and GetTotalEnergy().

75  {
76  return ExcitEnergy;
77  }
virtual G4FragmentVector* G4VFermiFragment::GetFragment ( const G4LorentzVector aMomentum) const
pure virtual
G4double G4VFermiFragment::GetFragmentMass ( void  ) const
inline

Definition at line 79 of file G4VFermiFragment.hh.

References fragmentMass.

Referenced by GetTotalEnergy().

80  {
81  return fragmentMass;
82  }
G4int G4VFermiFragment::GetPolarization ( void  ) const
inline

Definition at line 69 of file G4VFermiFragment.hh.

References Polarization.

70  {
71  return Polarization;
72  }
G4double G4VFermiFragment::GetTotalEnergy ( void  ) const
inline

Definition at line 84 of file G4VFermiFragment.hh.

References GetExcitationEnergy(), and GetFragmentMass().

85  {
86  return (GetFragmentMass() + GetExcitationEnergy());
87  }
G4double GetExcitationEnergy(void) const
G4double GetFragmentMass(void) const
G4int G4VFermiFragment::GetZ ( void  ) const
inline

Definition at line 64 of file G4VFermiFragment.hh.

References Z.

65  {
66  return Z;
67  }
G4bool G4VFermiFragment::IsStable ( ) const
inline

Definition at line 89 of file G4VFermiFragment.hh.

References isStable.

Referenced by G4ExcitationHandler::BreakItUp().

90  {
91  return isStable;
92  }

Field Documentation

G4int G4VFermiFragment::A
protected

Definition at line 98 of file G4VFermiFragment.hh.

Referenced by G4VFermiFragment(), GetA(), and G4StableFermiFragment::GetFragment().

G4double G4VFermiFragment::ExcitEnergy
protected

Definition at line 104 of file G4VFermiFragment.hh.

Referenced by GetExcitationEnergy().

G4double G4VFermiFragment::fragmentMass
protected

Definition at line 106 of file G4VFermiFragment.hh.

Referenced by G4VFermiFragment(), and GetFragmentMass().

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

Definition at line 102 of file G4VFermiFragment.hh.

Referenced by GetPolarization().

G4int G4VFermiFragment::Z
protected

Definition at line 100 of file G4VFermiFragment.hh.

Referenced by G4VFermiFragment(), G4StableFermiFragment::GetFragment(), and GetZ().


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