G4StableIsotopes Class Reference

#include <G4StableIsotopes.hh>


Public Member Functions

G4String GetName (G4int Z)
G4int GetNumberOfIsotopes (G4int Z)
G4int GetFirstIsotope (G4int Z)
G4int GetIsotopeNucleonCount (G4int number)
G4double GetAbundance (G4int number)
G4int GetProtonCount (G4int Z)


Detailed Description

Definition at line 50 of file G4StableIsotopes.hh.


Member Function Documentation

G4double G4StableIsotopes::GetAbundance ( G4int  number  )  [inline]

Definition at line 59 of file G4StableIsotopes.hh.

Referenced by G4NeutronHPJENDLHEData::GetCrossSection(), G4NeutronHPElementData::Init(), G4ElementIsoCrossSections< IsoIsoCrossSectionType >::Init(), and G4NeutronHPChannel::Register().

00059 {return abundance[number];}

G4int G4StableIsotopes::GetFirstIsotope ( G4int  Z  )  [inline]

Definition at line 57 of file G4StableIsotopes.hh.

Referenced by G4NeutronHPJENDLHEData::BuildPhysicsTable(), G4NeutronHPJENDLHEData::GetCrossSection(), G4NeutronHPElementData::Init(), G4ElementIsoCrossSections< IsoIsoCrossSectionType >::Init(), and G4NeutronHPChannel::Register().

00057 {return start[Z-1];}

G4int G4StableIsotopes::GetIsotopeNucleonCount ( G4int  number  )  [inline]

Definition at line 58 of file G4StableIsotopes.hh.

Referenced by G4NeutronHPJENDLHEData::BuildPhysicsTable(), G4NeutronHPJENDLHEData::GetCrossSection(), G4NeutronHPElementData::Init(), G4ElementIsoCrossSections< IsoIsoCrossSectionType >::Init(), and G4NeutronHPChannel::Register().

00058 {return nucleonCount[number];}

G4String G4StableIsotopes::GetName ( G4int  Z  )  [inline]

Definition at line 55 of file G4StableIsotopes.hh.

00055 {return elementName[Z-1];}

G4int G4StableIsotopes::GetNumberOfIsotopes ( G4int  Z  )  [inline]

Definition at line 56 of file G4StableIsotopes.hh.

Referenced by G4NeutronHPJENDLHEData::BuildPhysicsTable(), G4NeutronHPJENDLHEData::GetCrossSection(), G4NeutronHPElementData::Init(), G4ElementIsoCrossSections< IsoIsoCrossSectionType >::Init(), and G4NeutronHPChannel::Register().

00056 {return nIsotopes[Z-1];}

G4int G4StableIsotopes::GetProtonCount ( G4int  Z  )  [inline]

Definition at line 60 of file G4StableIsotopes.hh.

00060 {return protonCount[Z-1];}


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