Geant4  10.00.p02
G4StatMFMicroManager Class Reference

#include <G4StatMFMicroManager.hh>

Classes

struct  DeleteFragment
 

Public Member Functions

 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 Member Functions

 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 Attributes

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

Detailed Description

Definition at line 44 of file G4StatMFMicroManager.hh.

Constructor & Destructor Documentation

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

Definition at line 65 of file G4StatMFMicroManager.cc.

References Initialize().

+ Here is the call graph for this function:

G4StatMFMicroManager::~G4StatMFMicroManager ( )

Definition at line 75 of file G4StatMFMicroManager.cc.

References _Partition.

G4StatMFMicroManager::G4StatMFMicroManager ( )
inlineprivate

Definition at line 58 of file G4StatMFMicroManager.hh.

G4StatMFMicroManager::G4StatMFMicroManager ( const G4StatMFMicroManager right)
private

Definition at line 38 of file G4StatMFMicroManager.cc.

Member Function Documentation

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

Definition at line 175 of file G4StatMFMicroManager.cc.

References _Normalization, _Partition, _WW, and G4UniformRand.

G4double G4StatMFMicroManager::GetMeanEntropy ( void  ) const
inline

Definition at line 86 of file G4StatMFMicroManager.hh.

References _MeanEntropy.

G4double G4StatMFMicroManager::GetMeanMultiplicity ( void  ) const
inline

Definition at line 82 of file G4StatMFMicroManager.hh.

References _MeanMultiplicity.

G4double G4StatMFMicroManager::GetMeanTemperature ( void  ) const
inline

Definition at line 84 of file G4StatMFMicroManager.hh.

References _MeanTemperature.

G4double G4StatMFMicroManager::GetProbability ( void  ) const
inline

Definition at line 78 of file G4StatMFMicroManager.hh.

References _WW.

Referenced by G4StatMFMicroCanonical::SumProbabilities::operator()().

+ Here is the caller graph for this function:

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

Definition at line 88 of file G4StatMFMicroManager.cc.

References _MeanEntropy, _MeanMultiplicity, _MeanTemperature, _Partition, _WW, A, G4StatMFMicroPartition::CalcPartitionProbability(), G4Fragment::GetA_asInt(), G4StatMFMicroPartition::GetEntropy(), G4Fragment::GetExcitationEnergy(), G4StatMFMicroPartition::GetTemperature(), G4Fragment::GetZ_asInt(), MakePartition(), and G4StatMFMicroPartition::SetPartitionFragment().

Referenced by G4StatMFMicroManager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4bool G4StatMFMicroManager::MakePartition ( G4int  k,
G4int ANumbers 
)
private

Definition at line 144 of file G4StatMFMicroManager.cc.

Referenced by Initialize().

+ Here is the caller graph for this function:

void G4StatMFMicroManager::Normalize ( G4double  Norm)
G4bool G4StatMFMicroManager::operator!= ( const G4StatMFMicroManager right) const

Definition at line 59 of file G4StatMFMicroManager.cc.

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

Definition at line 46 of file G4StatMFMicroManager.cc.

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

Definition at line 53 of file G4StatMFMicroManager.cc.

Member Data Documentation

G4double G4StatMFMicroManager::_MeanEntropy
private

Definition at line 116 of file G4StatMFMicroManager.hh.

Referenced by GetMeanEntropy(), Initialize(), and Normalize().

G4double G4StatMFMicroManager::_MeanMultiplicity
private

Definition at line 112 of file G4StatMFMicroManager.hh.

Referenced by GetMeanMultiplicity(), Initialize(), and Normalize().

G4double G4StatMFMicroManager::_MeanTemperature
private

Definition at line 114 of file G4StatMFMicroManager.hh.

Referenced by GetMeanTemperature(), Initialize(), and Normalize().

G4double G4StatMFMicroManager::_Normalization
private

Definition at line 110 of file G4StatMFMicroManager.hh.

Referenced by ChooseChannel(), and Normalize().

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

Definition at line 104 of file G4StatMFMicroManager.hh.

Referenced by ChooseChannel(), Initialize(), and ~G4StatMFMicroManager().

G4double G4StatMFMicroManager::_WW
private

Definition at line 108 of file G4StatMFMicroManager.hh.

Referenced by ChooseChannel(), GetProbability(), Initialize(), and Normalize().


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