G4Li5FermiFragment Class Reference

#include <G4Li5FermiFragment.hh>

Inheritance diagram for G4Li5FermiFragment:

G4UnstableFermiFragment G4VFermiFragment

Public Member Functions

 G4Li5FermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
virtual ~G4Li5FermiFragment ()

Detailed Description

Definition at line 39 of file G4Li5FermiFragment.hh.


Constructor & Destructor Documentation

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

Definition at line 34 of file G4Li5FermiFragment.cc.

References G4UnstableFermiFragment::AtomNum, G4UnstableFermiFragment::Charges, G4NucleiProperties::GetNuclearMass(), and G4UnstableFermiFragment::Masses.

00035   : G4UnstableFermiFragment(anA,aZ,Pol,ExE)
00036 {
00037   // Li5 ----> alpha + proton
00038   Masses.push_back(G4NucleiProperties::GetNuclearMass(4,2));
00039   Masses.push_back(CLHEP::proton_mass_c2);
00040 
00041   AtomNum.push_back(4);
00042   AtomNum.push_back(1);
00043   
00044   Charges.push_back(2);
00045   Charges.push_back(1);
00046 }

G4Li5FermiFragment::~G4Li5FermiFragment (  )  [virtual]

Definition at line 48 of file G4Li5FermiFragment.cc.

00049 {}


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