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)
 
 ~NaturalIsotopeElementData ()
 
int PdgCode (void) const
 
double Abundance (void) const
 

Private Attributes

int fPdgCode
 
double fAbundance
 

Detailed Description

Definition at line 64 of file NaturalIsotopes.h.

Constructor & Destructor Documentation

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

Definition at line 67 of file NaturalIsotopes.h.

67 : fPdgCode(code), fAbundance(abundance) { }
CodeOutputInterface * code
genie::NaturalIsotopeElementData::~NaturalIsotopeElementData ( )
inline

Definition at line 68 of file NaturalIsotopes.h.

68 { }

Member Function Documentation

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

Definition at line 71 of file NaturalIsotopes.h.

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

Definition at line 70 of file NaturalIsotopes.h.

Member Data Documentation

double genie::NaturalIsotopeElementData::fAbundance
private

Definition at line 75 of file NaturalIsotopes.h.

int genie::NaturalIsotopeElementData::fPdgCode
private

Definition at line 74 of file NaturalIsotopes.h.


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