#include <G4NuclearPolarization.hh>
Public 멤버 함수 | |
G4NuclearPolarization (G4int Z, G4int A, G4double exc) | |
~G4NuclearPolarization () | |
void | Unpolarize () |
void | SetPolarization (std::vector< std::vector< G4complex > > &p) |
std::vector< std::vector < G4complex > > & | GetPolarization () |
G4int | GetZ () const |
G4int | GetA () const |
G4double | GetExcitationEnergy () const |
void | SetExcitationEnergy (G4double val) |
G4NuclearPolarization & | operator= (const G4NuclearPolarization &right) |
G4NuclearPolarization (const G4NuclearPolarization &right) | |
G4bool | operator== (const G4NuclearPolarization &right) const |
G4bool | operator!= (const G4NuclearPolarization &right) const |
Private 멤버 함수 | |
void | Clean () |
Private 속성 | |
G4int | fZ |
G4int | fA |
G4double | fExcEnergy |
std::vector< std::vector < G4complex > > | fPolarization |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4NuclearPolarization &) |
G4NuclearPolarization.hh 파일의 54 번째 라인에서 정의되었습니다.
G4NuclearPolarization.cc 파일의 42 번째 라인에서 정의되었습니다.
다음을 참조함 : Unpolarize().
G4NuclearPolarization::~G4NuclearPolarization | ( | ) |
G4NuclearPolarization.cc 파일의 49 번째 라인에서 정의되었습니다.
|
inline |
G4NuclearPolarization.hh 파일의 115 번째 라인에서 정의되었습니다.
다음을 참조함 : right.
|
private |
G4NuclearPolarization.cc 파일의 54 번째 라인에서 정의되었습니다.
다음을 참조함 : fPolarization.
다음에 의해서 참조됨 : SetPolarization(), Unpolarize().
G4NuclearPolarization.hh 파일의 87 번째 라인에서 정의되었습니다.
다음을 참조함 : fA.
G4NuclearPolarization.hh 파일의 92 번째 라인에서 정의되었습니다.
다음을 참조함 : fExcEnergy.
|
inline |
G4NuclearPolarization.hh 파일의 77 번째 라인에서 정의되었습니다.
다음을 참조함 : fPolarization.
다음에 의해서 참조됨 : G4PolarizationTransition::SampleGammaTransition().
G4NuclearPolarization.hh 파일의 82 번째 라인에서 정의되었습니다.
다음을 참조함 : fZ.
G4bool G4NuclearPolarization::operator!= | ( | const G4NuclearPolarization & | right | ) | const |
G4NuclearPolarization.cc 파일의 70 번째 라인에서 정의되었습니다.
다음을 참조함 : fA, fExcEnergy, fPolarization, fZ.
|
inline |
G4NuclearPolarization.hh 파일의 104 번째 라인에서 정의되었습니다.
다음을 참조함 : fA, fExcEnergy, fPolarization, fZ.
G4bool G4NuclearPolarization::operator== | ( | const G4NuclearPolarization & | right | ) | const |
G4NuclearPolarization.cc 파일의 64 번째 라인에서 정의되었습니다.
다음을 참조함 : fA, fExcEnergy, fPolarization, fZ.
G4NuclearPolarization.hh 파일의 97 번째 라인에서 정의되었습니다.
다음을 참조함 : fExcEnergy.
다음에 의해서 참조됨 : G4PhotonEvaporation::GenerateGamma().
G4NuclearPolarization.hh 파일의 69 번째 라인에서 정의되었습니다.
다음을 참조함 : Clean(), fPolarization.
다음에 의해서 참조됨 : G4PolarizationTransition::SampleGammaTransition().
|
inline |
G4NuclearPolarization.hh 파일의 62 번째 라인에서 정의되었습니다.
다음을 참조함 : Clean(), fPolarization.
다음에 의해서 참조됨 : G4NuclearPolarization(), G4PolarizationTransition::SampleGammaTransition().
|
friend |
G4NuclearPolarization.cc 파일의 76 번째 라인에서 정의되었습니다.
|
private |
G4NuclearPolarization.hh 파일의 130 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetA(), operator!=(), operator<<(), operator=(), operator==().
|
private |
G4NuclearPolarization.hh 파일의 131 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetExcitationEnergy(), operator!=(), operator<<(), operator=(), operator==(), SetExcitationEnergy().
|
private |
G4NuclearPolarization.hh 파일의 132 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Clean(), GetPolarization(), operator!=(), operator<<(), operator=(), operator==(), SetPolarization(), Unpolarize().
|
private |
G4NuclearPolarization.hh 파일의 129 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetZ(), operator!=(), operator<<(), operator=(), operator==().