GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
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

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

Definition at line 68 of file NaturalIsotopes.h.

genie::NaturalIsotopeElementData::~NaturalIsotopeElementData ( )
inline

Definition at line 69 of file NaturalIsotopes.h.

69 { }

Member Function Documentation

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

Definition at line 72 of file NaturalIsotopes.h.

References fAbundance.

Referenced by main().

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

Definition at line 73 of file NaturalIsotopes.h.

References fAtomicMass.

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

Definition at line 71 of file NaturalIsotopes.h.

References fPdgCode.

Referenced by main().

Member Data Documentation

double genie::NaturalIsotopeElementData::fAbundance
private

Definition at line 77 of file NaturalIsotopes.h.

Referenced by Abundance().

double genie::NaturalIsotopeElementData::fAtomicMass
private

Definition at line 78 of file NaturalIsotopes.h.

Referenced by AtomicMass().

int genie::NaturalIsotopeElementData::fPdgCode
private

Definition at line 76 of file NaturalIsotopes.h.

Referenced by PdgCode().


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