#include <G4MolecularDissociationChannel.hh>
Private 속성 | |
DisplacementType | fDisplacementType |
G4String | fName |
std::vector < G4MolecularConfiguration * > * | fProductsVector |
G4double | fReleasedEnergy |
G4double | fProbability |
G4double | fDecayTime |
G4double | fRMSMotherMoleculeDisplacement |
std::vector< G4double > | fRMSProductsDisplacementVector |
G4MolecularDissociationChannel.hh 파일의 73 번째 라인에서 정의되었습니다.
G4MolecularDissociationChannel::G4MolecularDissociationChannel | ( | ) |
G4MolecularDissociationChannel.cc 파일의 71 번째 라인에서 정의되었습니다.
다음을 참조함 : fDecayTime, fDisplacementType, fProbability, fProductsVector, fReleasedEnergy, fRMSMotherMoleculeDisplacement.
G4MolecularDissociationChannel::G4MolecularDissociationChannel | ( | G4String | aName | ) |
G4MolecularDissociationChannel.cc 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : fDecayTime, fDisplacementType, fProbability, fProductsVector, fReleasedEnergy, fRMSMotherMoleculeDisplacement.
G4MolecularDissociationChannel::~G4MolecularDissociationChannel | ( | ) |
G4MolecularDissociationChannel.cc 파일의 85 번째 라인에서 정의되었습니다.
다음을 참조함 : fProductsVector.
G4MolecularDissociationChannel::G4MolecularDissociationChannel | ( | const G4MolecularDissociationChannel & | right | ) |
G4MolecularDissociationChannel.cc 파일의 97 번째 라인에서 정의되었습니다.
다음을 참조함 : right.
void G4MolecularDissociationChannel::AddProduct | ( | const G4Molecule * | molecule, |
G4double | displacement = 0 |
||
) |
G4MolecularDissociationChannel.cc 파일의 133 번째 라인에서 정의되었습니다.
다음을 참조함 : fProductsVector, fRMSProductsDisplacementVector, G4Molecule::GetMolecularConfiguration().
다음에 의해서 참조됨 : G4EmDNAChemistry::ConstructDissociationChannels(), G4DNAElectronHoleRecombination::IsApplicable().
void G4MolecularDissociationChannel::AddProduct | ( | G4MolecularConfiguration * | molecule, |
G4double | displacement = 0 |
||
) |
G4MolecularDissociationChannel.cc 파일의 145 번째 라인에서 정의되었습니다.
다음을 참조함 : fProductsVector, fRMSProductsDisplacementVector.
void G4MolecularDissociationChannel::AddProduct | ( | const G4String & | molecule, |
G4double | displacement = 0 |
||
) |
G4MolecularDissociationChannel.cc 파일의 156 번째 라인에서 정의되었습니다.
다음을 참조함 : fProductsVector, fRMSProductsDisplacementVector, G4MoleculeTable::Instance().
|
inline |
G4MolecularDissociationChannel.hh 파일의 199 번째 라인에서 정의되었습니다.
다음을 참조함 : fDecayTime.
|
inline |
G4MolecularDissociationChannel.hh 파일의 223 번째 라인에서 정의되었습니다.
다음을 참조함 : fDisplacementType.
다음에 의해서 참조됨 : G4DNAWaterDissociationDisplacer::GetMotherMoleculeDisplacement(), G4DNAWaterDissociationDisplacer::GetProductsDisplacement().
|
inline |
G4MolecularDissociationChannel.hh 파일의 185 번째 라인에서 정의되었습니다.
다음을 참조함 : fReleasedEnergy.
다음에 의해서 참조됨 : G4DNAMolecularDissociation::DecayIt().
G4MolecularDissociationChannel.hh 파일의 170 번째 라인에서 정의되었습니다.
다음을 참조함 : fName.
다음에 의해서 참조됨 : G4DNAMolecularDissociation::DecayIt(), G4DNAWaterDissociationDisplacer::GetProductsDisplacement().
G4int G4MolecularDissociationChannel::GetNbProducts | ( | ) | const |
G4MolecularDissociationChannel.cc 파일의 169 번째 라인에서 정의되었습니다.
다음을 참조함 : fProductsVector.
다음에 의해서 참조됨 : G4DNAMolecularDissociation::DecayIt(), G4DNAWaterDissociationDisplacer::GetProductsDisplacement().
|
inline |
G4MolecularDissociationChannel.hh 파일의 192 번째 라인에서 정의되었습니다.
다음을 참조함 : fProbability.
다음에 의해서 참조됨 : G4MolecularDissociationTable::CheckDataConsistency(), G4DNAMolecularDissociation::DecayIt().
G4MolecularConfiguration * G4MolecularDissociationChannel::GetProduct | ( | int | index | ) | const |
G4MolecularDissociationChannel.cc 파일의 177 번째 라인에서 정의되었습니다.
다음을 참조함 : fProductsVector.
다음에 의해서 참조됨 : G4DNAMolecularDissociation::DecayIt(), G4DNAWaterDissociationDisplacer::GetProductsDisplacement().
|
inline |
G4MolecularDissociationChannel.hh 파일의 207 번째 라인에서 정의되었습니다.
다음을 참조함 : fRMSMotherMoleculeDisplacement.
|
inline |
G4MolecularDissociationChannel.hh 파일의 178 번째 라인에서 정의되었습니다.
다음을 참조함 : fRMSProductsDisplacementVector.
G4double G4MolecularDissociationChannel::GetRMSRadialDisplacementOfProduct | ( | const G4Molecule * | product | ) |
G4MolecularDissociationChannel.cc 파일의 189 번째 라인에서 정의되었습니다.
다음을 참조함 : DBL_MAX, fProductsVector, fRMSProductsDisplacementVector, G4Molecule::GetMolecularConfiguration().
G4MolecularDissociationChannel & G4MolecularDissociationChannel::operator= | ( | const G4MolecularDissociationChannel & | right | ) |
G4MolecularDissociationChannel.cc 파일의 105 번째 라인에서 정의되었습니다.
다음을 참조함 : fDecayTime, fDisplacementType, fName, fProbability, fProductsVector, fReleasedEnergy, fRMSMotherMoleculeDisplacement, fRMSProductsDisplacementVector.
G4MolecularDissociationChannel.hh 파일의 154 번째 라인에서 정의되었습니다.
다음을 참조함 : fDecayTime.
|
inline |
G4MolecularDissociationChannel.hh 파일의 215 번째 라인에서 정의되었습니다.
다음을 참조함 : fDisplacementType.
다음에 의해서 참조됨 : G4EmDNAChemistry::ConstructDissociationChannels(), G4DNAElectronHoleRecombination::IsApplicable().
G4MolecularDissociationChannel.hh 파일의 140 번째 라인에서 정의되었습니다.
다음을 참조함 : fReleasedEnergy.
다음에 의해서 참조됨 : G4EmDNAChemistry::ConstructDissociationChannels().
G4MolecularDissociationChannel.hh 파일의 133 번째 라인에서 정의되었습니다.
다음을 참조함 : fName.
G4MolecularDissociationChannel.hh 파일의 147 번째 라인에서 정의되었습니다.
다음을 참조함 : fProbability.
다음에 의해서 참조됨 : G4EmDNAChemistry::ConstructDissociationChannels(), G4DNAElectronHoleRecombination::IsApplicable().
G4MolecularDissociationChannel.hh 파일의 163 번째 라인에서 정의되었습니다.
다음을 참조함 : fRMSMotherMoleculeDisplacement.
|
private |
G4MolecularDissociationChannel.hh 파일의 124 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4MolecularDissociationChannel(), GetDecayTime(), operator=(), SetDecayTime().
|
private |
G4MolecularDissociationChannel.hh 파일의 118 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4MolecularDissociationChannel(), GetDisplacementType(), operator=(), SetDisplacementType().
|
private |
G4MolecularDissociationChannel.hh 파일의 119 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetName(), operator=(), SetName().
|
private |
G4MolecularDissociationChannel.hh 파일의 123 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4MolecularDissociationChannel(), GetProbability(), operator=(), SetProbability().
|
private |
G4MolecularDissociationChannel.hh 파일의 121 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddProduct(), G4MolecularDissociationChannel(), GetNbProducts(), GetProduct(), GetRMSRadialDisplacementOfProduct(), operator=(), ~G4MolecularDissociationChannel().
|
private |
G4MolecularDissociationChannel.hh 파일의 122 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4MolecularDissociationChannel(), GetEnergy(), operator=(), SetEnergy().
|
private |
G4MolecularDissociationChannel.hh 파일의 127 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4MolecularDissociationChannel(), GetRMSMotherMoleculeDisplacement(), operator=(), SetRMSMotherMoleculeDisplacement().
|
private |
G4MolecularDissociationChannel.hh 파일의 128 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddProduct(), GetRMSProductsDisplacement(), GetRMSRadialDisplacementOfProduct(), operator=().