Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ GetAbundance()

G4double G4StableIsotopes::GetAbundance ( G4int number)

Definition at line 58 of file G4StableIsotopes.cc.

59{
60 return abundance[number];
61}

◆ GetFirstIsotope()

G4int G4StableIsotopes::GetFirstIsotope ( G4int Z)

Definition at line 48 of file G4StableIsotopes.cc.

49{
50 return start[Z-1];
51}

◆ GetIsotopeNucleonCount()

G4int G4StableIsotopes::GetIsotopeNucleonCount ( G4int number)

Definition at line 53 of file G4StableIsotopes.cc.

54{
55 return nucleonCount[number];
56}

◆ GetName()

G4String G4StableIsotopes::GetName ( G4int Z)

Definition at line 38 of file G4StableIsotopes.cc.

39{
40 return elementName[Z-1];
41}

◆ GetNumberOfIsotopes()

G4int G4StableIsotopes::GetNumberOfIsotopes ( G4int Z)

Definition at line 43 of file G4StableIsotopes.cc.

44{
45 return nIsotopes[Z-1];
46}

◆ GetProtonCount()

G4int G4StableIsotopes::GetProtonCount ( G4int Z)

Definition at line 63 of file G4StableIsotopes.cc.

63 {
64 return protonCount[Z-1];
65}

The documentation for this class was generated from the following files: