GENIEGenerator
Loading...
Searching...
No Matches
genie::NaturalIsotopeElementData Class Reference

#include <NaturalIsotopes.h>

Public Member Functions

 NaturalIsotopeElementData ()
 NaturalIsotopeElementData (int code, double abundance, double atomicmass)
 ~NaturalIsotopeElementData ()
int PdgCode (void) const
double Abundance (void) const
double AtomicMass (void) const

Private Attributes

int fPdgCode
double fAbundance
double fAtomicMass

Detailed Description

Definition at line 65 of file NaturalIsotopes.h.

Constructor & Destructor Documentation

◆ NaturalIsotopeElementData() [1/2]

genie::NaturalIsotopeElementData::NaturalIsotopeElementData ( )
inline

◆ NaturalIsotopeElementData() [2/2]

genie::NaturalIsotopeElementData::NaturalIsotopeElementData ( int code,
double abundance,
double atomicmass )
inline

Definition at line 68 of file NaturalIsotopes.h.

68: fPdgCode(code), fAbundance(abundance), fAtomicMass(atomicmass) { }

References fAbundance, fAtomicMass, and fPdgCode.

◆ ~NaturalIsotopeElementData()

genie::NaturalIsotopeElementData::~NaturalIsotopeElementData ( )
inline

Definition at line 69 of file NaturalIsotopes.h.

69{ }

Member Function Documentation

◆ Abundance()

double genie::NaturalIsotopeElementData::Abundance ( void ) const
inline

Definition at line 72 of file NaturalIsotopes.h.

72{ return fAbundance; }

References fAbundance.

Referenced by main().

◆ AtomicMass()

double genie::NaturalIsotopeElementData::AtomicMass ( void ) const
inline

Definition at line 73 of file NaturalIsotopes.h.

73{ return fAtomicMass; }

References fAtomicMass.

◆ PdgCode()

int genie::NaturalIsotopeElementData::PdgCode ( void ) const
inline

Definition at line 71 of file NaturalIsotopes.h.

71{ return fPdgCode; }

References fPdgCode.

Referenced by main().

Member Data Documentation

◆ fAbundance

double genie::NaturalIsotopeElementData::fAbundance
private

◆ fAtomicMass

double genie::NaturalIsotopeElementData::fAtomicMass
private

◆ fPdgCode

int genie::NaturalIsotopeElementData::fPdgCode
private

Definition at line 76 of file NaturalIsotopes.h.

Referenced by NaturalIsotopeElementData(), NaturalIsotopeElementData(), and PdgCode().


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