#include <G4AugerData.hh>
Public 멤버 함수 | |
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< G4AugerTransition > | LoadData (G4int Z) |
void | BuildAugerTransitionTable () |
void | PrintData (G4int Z) |
G4AugerTransition * | GetAugerTransition (G4int Z, G4int vacancyShellIndex) |
std::vector< G4AugerTransition > * | GetAugerTransitions (G4int Z) |
Private 타입 | |
typedef std::map< G4int, std::vector< G4AugerTransition > , std::less< G4int > > | trans_Table |
Private 속성 | |
trans_Table | augerTransitionTable |
std::vector< G4int > | nInitShells |
std::vector< G4int > | numberOfVacancies |
G4AugerData.hh 파일의 54 번째 라인에서 정의되었습니다.
|
private |
G4AugerData.hh 파일의 114 번째 라인에서 정의되었습니다.
G4AugerData::G4AugerData | ( | ) |
G4AugerData.cc 파일의 50 번째 라인에서 정의되었습니다.
다음을 참조함 : BuildAugerTransitionTable(), n, numberOfVacancies, pos.
G4AugerData::~G4AugerData | ( | ) |
G4AugerData.cc 파일의 66 번째 라인에서 정의되었습니다.
size_t G4AugerData::AugerShellId | ( | G4int | Z, |
G4int | vacancyIndex, | ||
G4int | transId, | ||
G4int | augerIndex | ||
) | const |
G4AugerData.cc 파일의 186 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, FatalErrorInArgument, G4Exception(), n, numberOfVacancies.
다음에 의해서 참조됨 : PrintData().
void G4AugerData::BuildAugerTransitionTable | ( | ) |
G4AugerData.cc 파일의 508 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, G4DataVector::contains(), G4Material::GetElementVector(), G4Material::GetMaterialTable(), G4Material::GetNumberOfElements(), G4Material::GetNumberOfMaterials(), G4Element::GetZ(), LoadData(), Z.
다음에 의해서 참조됨 : G4AugerData().
G4AugerTransition * G4AugerData::GetAugerTransition | ( | G4int | Z, |
G4int | vacancyShellIndex | ||
) |
G4AugerData.cc 파일의 577 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, Z.
다음에 의해서 참조됨 : G4AtomicTransitionManager::ReachableAugerShell().
std::vector< G4AugerTransition > * G4AugerData::GetAugerTransitions | ( | G4int | Z | ) |
G4AugerData.cc 파일의 586 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, Z.
std::vector< G4AugerTransition > G4AugerData::LoadData | ( | G4int | Z | ) |
G4AugerData.cc 파일의 276 번째 라인에서 정의되었습니다.
다음을 참조함 : a, e, FatalException, file, G4Exception(), MeV, n, nInitShells, numberOfVacancies, Z.
다음에 의해서 참조됨 : BuildAugerTransitionTable().
G4AugerData.cc 파일의 165 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, FatalErrorInArgument, G4Exception(), n, numberOfVacancies.
다음에 의해서 참조됨 : PrintData().
G4AugerData.cc 파일의 142 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, FatalErrorInArgument, G4Exception(), JustWarning, n, numberOfVacancies.
다음에 의해서 참조됨 : PrintData().
size_t G4AugerData::NumberOfVacancies | ( | G4int | Z | ) | const |
G4AugerData.cc 파일의 113 번째 라인에서 정의되었습니다.
다음을 참조함 : numberOfVacancies, Z.
다음에 의해서 참조됨 : G4AtomicTransitionManager::NumberOfReachableAugerShells().
G4AugerData.cc 파일의 546 번째 라인에서 정의되었습니다.
다음을 참조함 : a, AugerShellId(), e, G4cout, G4endl, MeV, NumberOfAuger(), NumberOfTransitions(), numberOfVacancies, StartShellEnergy(), StartShellId(), StartShellProb(), Z.
G4double G4AugerData::StartShellEnergy | ( | G4int | Z, |
G4int | vacancyIndex, | ||
G4int | transitionId, | ||
G4int | augerIndex | ||
) | const |
G4AugerData.cc 파일의 229 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, energy, FatalErrorInArgument, G4Exception(), numberOfVacancies.
다음에 의해서 참조됨 : PrintData().
G4int G4AugerData::StartShellId | ( | G4int | Z, |
G4int | initialVacancyIndex, | ||
G4int | transitionShellIndex | ||
) | const |
G4AugerData.cc 파일의 206 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, FatalErrorInArgument, G4Exception(), n, numberOfVacancies.
다음에 의해서 참조됨 : PrintData().
G4double G4AugerData::StartShellProb | ( | G4int | Z, |
G4int | vacancyIndex, | ||
G4int | transitionId, | ||
G4int | augerIndex | ||
) | const |
G4AugerData.cc 파일의 252 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, FatalErrorInArgument, G4Exception(), numberOfVacancies.
다음에 의해서 참조됨 : PrintData().
G4AugerData.cc 파일의 118 번째 라인에서 정의되었습니다.
다음을 참조함 : augerTransitionTable, FatalErrorInArgument, G4Exception(), n, numberOfVacancies.
|
private |
G4AugerData.hh 파일의 115 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AugerShellId(), BuildAugerTransitionTable(), GetAugerTransition(), GetAugerTransitions(), NumberOfAuger(), NumberOfTransitions(), StartShellEnergy(), StartShellId(), StartShellProb(), VacancyId().
|
private |
G4AugerData.hh 파일의 122 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : LoadData().
|
private |
G4AugerData.hh 파일의 123 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AugerShellId(), G4AugerData(), LoadData(), NumberOfAuger(), NumberOfTransitions(), NumberOfVacancies(), PrintData(), StartShellEnergy(), StartShellId(), StartShellProb(), VacancyId().