G4INCL::Isotope Struct Reference

Holds an isotope and an abundance. More...

#include <G4INCLNaturalIsotopicDistributions.hh>


Public Member Functions

 Isotope (const G4int A, const G4double abundance)

Data Fields

G4int theA
G4double theAbundance


Detailed Description

Holds an isotope and an abundance.

Definition at line 53 of file G4INCLNaturalIsotopicDistributions.hh.


Constructor & Destructor Documentation

G4INCL::Isotope::Isotope ( const G4int  A,
const G4double  abundance 
)

Definition at line 52 of file G4INCLNaturalIsotopicDistributions.cc.

00052                                                           :
00053     theA(A),
00054     theAbundance(abundance)
00055   {}


Field Documentation

G4int G4INCL::Isotope::theA

Definition at line 55 of file G4INCLNaturalIsotopicDistributions.hh.

G4double G4INCL::Isotope::theAbundance

Definition at line 56 of file G4INCLNaturalIsotopicDistributions.hh.


The documentation for this struct was generated from the following files:
Generated on Mon May 27 17:54:08 2013 for Geant4 by  doxygen 1.4.7