Geant4  10.00.p02
G4AugerData Class Reference

#include <G4AugerData.hh>

Public Member Functions

 G4AugerData ()
 
 ~G4AugerData ()
 
size_t NumberOfVacancies (G4int Z) const
 
G4int VacancyId (G4int Z, G4int vacancyIndex) const
 
size_t NumberOfTransitions (G4int Z, G4int vacancyIndex) const
 
G4int StartShellId (G4int Z, G4int initialVacancyIndex, G4int transitionShellIndex) const
 
G4double StartShellEnergy (G4int Z, G4int vacancyIndex, G4int transitionId, G4int augerIndex) const
 
G4double StartShellProb (G4int Z, G4int vacancyIndex, G4int transitionId, G4int augerIndex) const
 
size_t NumberOfAuger (G4int Z, G4int initIndex, G4int vacancyId) const
 
size_t AugerShellId (G4int Z, G4int vacancyIndex, G4int transId, G4int augerIndex) const
 
std::vector< G4AugerTransitionLoadData (G4int Z)
 
void BuildAugerTransitionTable ()
 
void PrintData (G4int Z)
 
G4AugerTransitionGetAugerTransition (G4int Z, G4int vacancyShellIndex)
 
std::vector< G4AugerTransition > * GetAugerTransitions (G4int Z)
 

Private Types

typedef std::map< G4int,
std::vector< G4AugerTransition >
, std::less< G4int > > 
trans_Table
 

Private Attributes

trans_Table augerTransitionTable
 
std::vector< G4intnInitShells
 
std::vector< G4intnumberOfVacancies
 

Detailed Description

Definition at line 54 of file G4AugerData.hh.

Member Typedef Documentation

typedef std::map<G4int,std::vector<G4AugerTransition>,std::less<G4int> > G4AugerData::trans_Table
private

Definition at line 114 of file G4AugerData.hh.

Constructor & Destructor Documentation

G4AugerData::G4AugerData ( )

Definition at line 50 of file G4AugerData.cc.

References BuildAugerTransitionTable(), n, numberOfVacancies, and pos.

+ Here is the call graph for this function:

G4AugerData::~G4AugerData ( )

Definition at line 66 of file G4AugerData.cc.

Member Function Documentation

size_t G4AugerData::AugerShellId ( G4int  Z,
G4int  vacancyIndex,
G4int  transId,
G4int  augerIndex 
) const

Definition at line 186 of file G4AugerData.cc.

References augerTransitionTable, FatalErrorInArgument, G4Exception(), n, and numberOfVacancies.

Referenced by PrintData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4AugerData::BuildAugerTransitionTable ( )

Definition at line 508 of file G4AugerData.cc.

References augerTransitionTable, G4DataVector::contains(), G4Material::GetElementVector(), G4Material::GetMaterialTable(), G4Material::GetNumberOfElements(), G4Material::GetNumberOfMaterials(), G4Element::GetZ(), and LoadData().

Referenced by G4AugerData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4AugerTransition * G4AugerData::GetAugerTransition ( G4int  Z,
G4int  vacancyShellIndex 
)

Definition at line 577 of file G4AugerData.cc.

References augerTransitionTable.

Referenced by G4AtomicTransitionManager::ReachableAugerShell().

+ Here is the caller graph for this function:

std::vector< G4AugerTransition > * G4AugerData::GetAugerTransitions ( G4int  Z)

Definition at line 586 of file G4AugerData.cc.

References augerTransitionTable.

std::vector< G4AugerTransition > G4AugerData::LoadData ( G4int  Z)

Definition at line 276 of file G4AugerData.cc.

References a, FatalException, G4Exception(), MeV, n, name, nInitShells, and numberOfVacancies.

Referenced by BuildAugerTransitionTable().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

size_t G4AugerData::NumberOfAuger ( G4int  Z,
G4int  initIndex,
G4int  vacancyId 
) const

Definition at line 165 of file G4AugerData.cc.

References augerTransitionTable, FatalErrorInArgument, G4Exception(), n, and numberOfVacancies.

Referenced by PrintData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

size_t G4AugerData::NumberOfTransitions ( G4int  Z,
G4int  vacancyIndex 
) const

Definition at line 142 of file G4AugerData.cc.

References augerTransitionTable, FatalErrorInArgument, G4Exception(), JustWarning, n, and numberOfVacancies.

Referenced by PrintData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

size_t G4AugerData::NumberOfVacancies ( G4int  Z) const

Definition at line 113 of file G4AugerData.cc.

References numberOfVacancies.

Referenced by G4AtomicTransitionManager::NumberOfReachableAugerShells().

+ Here is the caller graph for this function:

void G4AugerData::PrintData ( G4int  Z)

Definition at line 546 of file G4AugerData.cc.

References a, AugerShellId(), G4cout, G4endl, MeV, NumberOfAuger(), NumberOfTransitions(), numberOfVacancies, StartShellEnergy(), StartShellId(), and StartShellProb().

+ Here is the call graph for this function:

G4double G4AugerData::StartShellEnergy ( G4int  Z,
G4int  vacancyIndex,
G4int  transitionId,
G4int  augerIndex 
) const

Definition at line 229 of file G4AugerData.cc.

References augerTransitionTable, G4INCL::KinematicsUtils::energy(), FatalErrorInArgument, G4Exception(), and numberOfVacancies.

Referenced by PrintData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4AugerData::StartShellId ( G4int  Z,
G4int  initialVacancyIndex,
G4int  transitionShellIndex 
) const

Definition at line 206 of file G4AugerData.cc.

References augerTransitionTable, FatalErrorInArgument, G4Exception(), n, and numberOfVacancies.

Referenced by PrintData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4AugerData::StartShellProb ( G4int  Z,
G4int  vacancyIndex,
G4int  transitionId,
G4int  augerIndex 
) const

Definition at line 252 of file G4AugerData.cc.

References augerTransitionTable, FatalErrorInArgument, G4Exception(), and numberOfVacancies.

Referenced by PrintData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4AugerData::VacancyId ( G4int  Z,
G4int  vacancyIndex 
) const

Definition at line 118 of file G4AugerData.cc.

References augerTransitionTable, FatalErrorInArgument, G4Exception(), n, and numberOfVacancies.

+ Here is the call graph for this function:

Member Data Documentation

std::vector<G4int> G4AugerData::nInitShells
private

Definition at line 122 of file G4AugerData.hh.

Referenced by LoadData().

std::vector<G4int> G4AugerData::numberOfVacancies
private

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