Geant4_10
Public Member Functions | Protected Attributes | List of all members
G4VFermiFragment Class Referenceabstract

#include <G4VFermiFragment.hh>

Inheritance diagram for G4VFermiFragment:
Inheritance graph
[legend]

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.

Here is the call graph for this function:

G4VFermiFragment::~G4VFermiFragment ( )
virtual

Definition at line 45 of file G4VFermiFragment.cc.

Member Function Documentation

G4int G4VFermiFragment::GetA ( void  ) const
inline

Definition at line 59 of file G4VFermiFragment.hh.

G4double G4VFermiFragment::GetExcitationEnergy ( void  ) const
inline

Definition at line 74 of file G4VFermiFragment.hh.

Here is the caller graph for this function:

virtual G4FragmentVector* G4VFermiFragment::GetFragment ( const G4LorentzVector aMomentum) const
pure virtual
G4double G4VFermiFragment::GetFragmentMass ( void  ) const
inline

Definition at line 79 of file G4VFermiFragment.hh.

Here is the caller graph for this function:

G4int G4VFermiFragment::GetPolarization ( void  ) const
inline

Definition at line 69 of file G4VFermiFragment.hh.

G4double G4VFermiFragment::GetTotalEnergy ( void  ) const
inline

Definition at line 84 of file G4VFermiFragment.hh.

Here is the call graph for this function:

G4int G4VFermiFragment::GetZ ( void  ) const
inline

Definition at line 64 of file G4VFermiFragment.hh.

G4bool G4VFermiFragment::IsStable ( ) const
inline

Definition at line 89 of file G4VFermiFragment.hh.

Here is the caller graph for this function:

Member Data Documentation

G4int G4VFermiFragment::A
protected

Definition at line 98 of file G4VFermiFragment.hh.

G4double G4VFermiFragment::ExcitEnergy
protected

Definition at line 104 of file G4VFermiFragment.hh.

G4double G4VFermiFragment::fragmentMass
protected

Definition at line 106 of file G4VFermiFragment.hh.

G4bool G4VFermiFragment::isStable
protected

Definition at line 96 of file G4VFermiFragment.hh.

G4int G4VFermiFragment::Polarization
protected

Definition at line 102 of file G4VFermiFragment.hh.

G4int G4VFermiFragment::Z
protected

Definition at line 100 of file G4VFermiFragment.hh.


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