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

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.

00037   : G4VFermiFragment(anA,aZ,Pol,ExE) 
00038 {}

G4StableFermiFragment::~G4StableFermiFragment (  )  [virtual]

Definition at line 40 of file G4StableFermiFragment.cc.

00041 {}


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.

00045 {
00046   G4FragmentVector * theResult = new G4FragmentVector;
00047 
00048   theResult->push_back(new G4Fragment(A,Z,aMomentum));
00049   
00050   return theResult;
00051 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:25 2013 for Geant4 by  doxygen 1.4.7