G4B9FermiFragment Class Reference

#include <G4B9FermiFragment.hh>

Inheritance diagram for G4B9FermiFragment:

G4UnstableFermiFragment G4VFermiFragment

Public Member Functions

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

Detailed Description

Definition at line 39 of file G4B9FermiFragment.hh.


Constructor & Destructor Documentation

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

Definition at line 37 of file G4B9FermiFragment.cc.

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

00038   : G4UnstableFermiFragment(anA,aZ,Pol,ExE)
00039 {
00040   // B9 ----> alpha + alpha + proton
00041   
00042   Masses.push_back(G4NucleiProperties::GetNuclearMass(4,2));
00043   Masses.push_back(G4NucleiProperties::GetNuclearMass(4,2));
00044   Masses.push_back(CLHEP::proton_mass_c2);
00045   
00046   AtomNum.push_back(4);
00047   AtomNum.push_back(4);
00048   AtomNum.push_back(1);
00049   
00050   Charges.push_back(2);
00051   Charges.push_back(2);
00052   Charges.push_back(1);
00053 
00054 }

G4B9FermiFragment::~G4B9FermiFragment (  )  [virtual]

Definition at line 56 of file G4B9FermiFragment.cc.

00057 {}


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