Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
AEInfo Class Reference

#include <grainvar.h>

Public Member Functions

 AEInfo ()
 
void clear ()
 

Public Attributes

unsigned int nSubShell
 
vector< unsigned int > nData
 
vector< double > IonThres
 
vector< vector< double > > AvNumber
 
vector< vector< double > > Energy
 

Private Member Functions

void p_clear0 ()
 
void p_clear1 ()
 

Detailed Description

this struct stores the data for the energy spectrum of emitted Auger electrons for a single element The data are currently taken from Table 4.1 and 4.2 of

>refer grain Dwek, E., & Smith, R.K., 1996, ApJ, 459, 686

Constructor & Destructor Documentation

◆ AEInfo()

AEInfo::AEInfo ( )
inline

References p_clear1().

Here is the call graph for this function:

Member Function Documentation

◆ clear()

void AEInfo::clear ( )
inline

References p_clear0(), and p_clear1().

Here is the call graph for this function:

◆ p_clear0()

void AEInfo::p_clear0 ( )
private

References AvNumber, Energy, IonThres, and nData.

Referenced by clear().

◆ p_clear1()

void AEInfo::p_clear1 ( )
private

References nSubShell.

Referenced by AEInfo(), and clear().

Member Data Documentation

◆ AvNumber

vector<vector<double> > AEInfo::AvNumber

AvNumber[nSubShell][nData[ns]]: no. of electrons per primary ionization

Referenced by p_clear0(), and ReadAugerData().

◆ Energy

vector<vector<double> > AEInfo::Energy

Energy[nSubShell][nData[ns]]: energy of electron in Ryd

Referenced by p_clear0(), and ReadAugerData().

◆ IonThres

vector<double> AEInfo::IonThres

IonThres[nSubShell]: ionization threshold for electron in this subshell in Ryd

Referenced by p_clear0(), and ReadAugerData().

◆ nData

vector<unsigned int> AEInfo::nData

nData[nSubShell]: number of data points for each subshell

Referenced by p_clear0(), and ReadAugerData().

◆ nSubShell

unsigned int AEInfo::nSubShell

number of subshells of this element for which data is present

Referenced by p_clear1(), and ReadAugerData().


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