Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4StableFermiFragment Class Reference

#include <G4StableFermiFragment.hh>

Inheritance diagram for G4StableFermiFragment:
G4VFermiFragment

Public Member Functions

 G4StableFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
 
virtual ~G4StableFermiFragment ()
 
virtual G4FragmentVectorGetFragment (const G4LorentzVector &aMomentum) const
 
- Public Member Functions inherited from G4VFermiFragment
 G4VFermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
 
virtual ~G4VFermiFragment ()
 
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
 

Additional Inherited Members

- Protected Attributes inherited from G4VFermiFragment
G4bool isStable
 
G4int A
 
G4int Z
 
G4int Polarization
 
G4double ExcitEnergy
 
G4double fragmentMass
 

Detailed Description

Definition at line 39 of file G4StableFermiFragment.hh.

Constructor & Destructor Documentation

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

Definition at line 36 of file G4StableFermiFragment.cc.

37  : G4VFermiFragment(anA,aZ,Pol,ExE)
38 {}
G4VFermiFragment(G4int anA, G4int aZ, G4int Pol, G4double ExE)
G4StableFermiFragment::~G4StableFermiFragment ( )
virtual

Definition at line 40 of file G4StableFermiFragment.cc.

41 {}

Member Function Documentation

G4FragmentVector * G4StableFermiFragment::GetFragment ( const G4LorentzVector aMomentum) const
virtual

Implements G4VFermiFragment.

Definition at line 44 of file G4StableFermiFragment.cc.

References G4VFermiFragment::A, and G4VFermiFragment::Z.

45 {
46  G4FragmentVector * theResult = new G4FragmentVector;
47 
48  theResult->push_back(new G4Fragment(A,Z,aMomentum));
49 
50  return theResult;
51 }
std::vector< G4Fragment * > G4FragmentVector
Definition: G4Fragment.hh:65

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