G4He5FermiFragment Class Reference

#include <G4He5FermiFragment.hh>

Inheritance diagram for G4He5FermiFragment:

G4UnstableFermiFragment G4VFermiFragment

Public Member Functions

 G4He5FermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE)
 ~G4He5FermiFragment ()

Detailed Description

Definition at line 39 of file G4He5FermiFragment.hh.


Constructor & Destructor Documentation

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

Definition at line 37 of file G4He5FermiFragment.cc.

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

00038   : G4UnstableFermiFragment(anA,aZ,Pol,ExE)
00039 {
00040   // He5 ----> alpha + neutron
00041   
00042   Masses.push_back(G4NucleiProperties::GetNuclearMass(4,2));
00043   Masses.push_back(CLHEP::neutron_mass_c2);
00044 
00045   AtomNum.push_back(4);
00046   AtomNum.push_back(1);
00047 
00048   Charges.push_back(2);
00049   Charges.push_back(0);
00050 }

G4He5FermiFragment::~G4He5FermiFragment (  ) 

Definition at line 53 of file G4He5FermiFragment.cc.

00054 {}


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