Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ElementIsoCrossSections.hh>
Public Member Functions | |
G4ElementIsoCrossSections () | |
~G4ElementIsoCrossSections () | |
void | Init (const G4Element *anElement) |
G4double | GetCrossSection (G4double anEnergy) |
G4IsoResult * | GetProductIsotope (G4double anEnergy) |
Definition at line 36 of file G4ElementIsoCrossSections.hh.
G4ElementIsoCrossSections< IsoIsoCrossSectionType >::G4ElementIsoCrossSections | ( | ) |
G4ElementIsoCrossSections< IsoIsoCrossSectionType >::~G4ElementIsoCrossSections | ( | ) |
G4double G4ElementIsoCrossSections< IsoIsoCrossSectionType >::GetCrossSection | ( | G4double | anEnergy | ) |
Referenced by G4NeutronIsotopeProduction::GetIsotope().
G4IsoResult * G4ElementIsoCrossSections< IsoIsoCrossSectionType >::GetProductIsotope | ( | G4double | anEnergy | ) |
Referenced by G4NeutronIsotopeProduction::GetIsotope().
void G4ElementIsoCrossSections< IsoIsoCrossSectionType >::Init | ( | const G4Element * | anElement | ) |
Referenced by G4NeutronIsotopeProduction::G4NeutronIsotopeProduction().