Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | Public 멤버 함수 | Private 멤버 함수 | Private 속성 | 모든 멤버 목록
G4StatMFMicroManager 클래스 참조

#include <G4StatMFMicroManager.hh>

클래스

struct  DeleteFragment
 

Public 멤버 함수

 G4StatMFMicroManager (const G4Fragment &theFragment, G4int multiplicity, G4double FreeIntE, G4double SCompNuc)
 
 ~G4StatMFMicroManager ()
 
G4bool operator== (const G4StatMFMicroManager &right) const
 
G4bool operator!= (const G4StatMFMicroManager &right) const
 
G4StatMFChannelChooseChannel (G4int A0, G4int Z0, G4double MeanT)
 
G4double GetProbability (void) const
 
void Normalize (G4double Norm)
 
G4double GetMeanMultiplicity (void) const
 
G4double GetMeanTemperature (void) const
 
G4double GetMeanEntropy (void) const
 

Private 멤버 함수

 G4StatMFMicroManager ()
 
 G4StatMFMicroManager (const G4StatMFMicroManager &right)
 
G4StatMFMicroManageroperator= (const G4StatMFMicroManager &right)
 
void Initialize (const G4Fragment &theFragment, G4int m, G4double FreeIntE, G4double SCompNuc)
 
G4bool MakePartition (G4int k, G4int *ANumbers)
 

Private 속성

std::vector
< G4StatMFMicroPartition * > 
_Partition
 
G4double _WW
 
G4double _Normalization
 
G4double _MeanMultiplicity
 
G4double _MeanTemperature
 
G4double _MeanEntropy
 

상세한 설명

G4StatMFMicroManager.hh 파일의 44 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4StatMFMicroManager::G4StatMFMicroManager ( const G4Fragment theFragment,
G4int  multiplicity,
G4double  FreeIntE,
G4double  SCompNuc 
)

G4StatMFMicroManager.cc 파일의 63 번째 라인에서 정의되었습니다.

다음을 참조함 : Initialize().

G4StatMFMicroManager::~G4StatMFMicroManager ( )

G4StatMFMicroManager.cc 파일의 73 번째 라인에서 정의되었습니다.

다음을 참조함 : _Partition.

G4StatMFMicroManager::G4StatMFMicroManager ( )
inlineprivate

G4StatMFMicroManager.hh 파일의 58 번째 라인에서 정의되었습니다.

G4StatMFMicroManager::G4StatMFMicroManager ( const G4StatMFMicroManager right)
private

G4StatMFMicroManager.cc 파일의 36 번째 라인에서 정의되었습니다.

멤버 함수 문서화

G4StatMFChannel * G4StatMFMicroManager::ChooseChannel ( G4int  A0,
G4int  Z0,
G4double  MeanT 
)

G4StatMFMicroManager.cc 파일의 171 번째 라인에서 정의되었습니다.

다음을 참조함 : _Normalization, _Partition, _WW, G4UniformRand.

G4double G4StatMFMicroManager::GetMeanEntropy ( void  ) const
inline

G4StatMFMicroManager.hh 파일의 86 번째 라인에서 정의되었습니다.

다음을 참조함 : _MeanEntropy.

G4double G4StatMFMicroManager::GetMeanMultiplicity ( void  ) const
inline

G4StatMFMicroManager.hh 파일의 82 번째 라인에서 정의되었습니다.

다음을 참조함 : _MeanMultiplicity.

G4double G4StatMFMicroManager::GetMeanTemperature ( void  ) const
inline

G4StatMFMicroManager.hh 파일의 84 번째 라인에서 정의되었습니다.

다음을 참조함 : _MeanTemperature.

G4double G4StatMFMicroManager::GetProbability ( void  ) const
inline

G4StatMFMicroManager.hh 파일의 78 번째 라인에서 정의되었습니다.

다음을 참조함 : _WW.

다음에 의해서 참조됨 : G4StatMFMicroCanonical::SumProbabilities::operator()().

void G4StatMFMicroManager::Initialize ( const G4Fragment theFragment,
G4int  m,
G4double  FreeIntE,
G4double  SCompNuc 
)
private
G4bool G4StatMFMicroManager::MakePartition ( G4int  k,
G4int ANumbers 
)
private

G4StatMFMicroManager.cc 파일의 139 번째 라인에서 정의되었습니다.

다음을 참조함 : tmp.

다음에 의해서 참조됨 : Initialize().

void G4StatMFMicroManager::Normalize ( G4double  Norm)

G4StatMFMicroManager.cc 파일의 159 번째 라인에서 정의되었습니다.

다음을 참조함 : _MeanEntropy, _MeanMultiplicity, _MeanTemperature, _Normalization, _WW.

G4bool G4StatMFMicroManager::operator!= ( const G4StatMFMicroManager right) const

G4StatMFMicroManager.cc 파일의 57 번째 라인에서 정의되었습니다.

G4StatMFMicroManager & G4StatMFMicroManager::operator= ( const G4StatMFMicroManager right)
private

G4StatMFMicroManager.cc 파일의 44 번째 라인에서 정의되었습니다.

G4bool G4StatMFMicroManager::operator== ( const G4StatMFMicroManager right) const

G4StatMFMicroManager.cc 파일의 51 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

G4double G4StatMFMicroManager::_MeanEntropy
private

G4StatMFMicroManager.hh 파일의 116 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetMeanEntropy(), Initialize(), Normalize().

G4double G4StatMFMicroManager::_MeanMultiplicity
private

G4StatMFMicroManager.hh 파일의 112 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetMeanMultiplicity(), Initialize(), Normalize().

G4double G4StatMFMicroManager::_MeanTemperature
private

G4StatMFMicroManager.hh 파일의 114 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetMeanTemperature(), Initialize(), Normalize().

G4double G4StatMFMicroManager::_Normalization
private

G4StatMFMicroManager.hh 파일의 110 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ChooseChannel(), Normalize().

std::vector<G4StatMFMicroPartition*> G4StatMFMicroManager::_Partition
private

G4StatMFMicroManager.hh 파일의 104 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ChooseChannel(), Initialize(), ~G4StatMFMicroManager().

G4double G4StatMFMicroManager::_WW
private

G4StatMFMicroManager.hh 파일의 108 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ChooseChannel(), GetProbability(), Initialize(), Normalize().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: