#include <G4Li5FermiFragment.hh>
Inheritance diagram for G4Li5FermiFragment:
Public Member Functions | |
G4Li5FermiFragment (G4int anA, G4int aZ, G4int Pol, G4double ExE) | |
virtual | ~G4Li5FermiFragment () |
Definition at line 39 of file G4Li5FermiFragment.hh.
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] |