38 throw G4HadronicException(__FILE__, __LINE__,
"G4StatMFMicroManager::copy_constructor meant to not be accessable");
46 throw G4HadronicException(__FILE__, __LINE__,
"G4StatMFMicroManager::operator= meant to not be accessable");
69 Initialize(theFragment,multiplicity,FreeIntE,SCompNuc);
107 G4int FragmentAtomicNumbers[4];
113 FragmentAtomicNumbers[im-1] =
A;
114 for (i = 0; i < (im - 1); i++) FragmentAtomicNumbers[i] = 0;
125 G4double PartitionProbability = 0.0;
131 _WW += PartitionProbability;
134 if (PartitionProbability > 0.0)
147 G4int tmp = ANumbers[l-1] + ANumbers[k-1];
150 if (ANumbers[l-1] > ANumbers[l] || ANumbers[k-2] > ANumbers[k-1]) {
152 ANumbers[k-1] = tmp - 1;
176 for (std::vector<G4StatMFMicroPartition*>::iterator i =
_Partition.begin();
179 AccumWeight += (*i)->GetProbability();
180 if (RandNumber < AccumWeight)
181 return (*i)->ChooseZ(A0,Z0,MeanT);
185 "G4StatMFMicroCanonical::ChooseChannel: Couldn't find a channel.");
G4bool operator!=(const G4StatMFMicroManager &right) const
void SetPartitionFragment(G4int anA)
G4double _MeanMultiplicity
G4bool MakePartition(G4int k, G4int *ANumbers)
G4StatMFMicroManager & operator=(const G4StatMFMicroManager &right)
std::vector< G4StatMFMicroPartition * > _Partition
G4StatMFChannel * ChooseChannel(G4int A0, G4int Z0, G4double MeanT)
G4double _MeanTemperature
double A(double temperature)
G4double GetEntropy(void)
G4double CalcPartitionProbability(G4double U, G4double FreeInternalE0, G4double SCompound)
void Initialize(const G4Fragment &theFragment, G4int m, G4double FreeIntE, G4double SCompNuc)
G4double GetTemperature(void)
G4double GetExcitationEnergy() const
void Normalize(G4double Norm)
G4bool operator==(const G4StatMFMicroManager &right) const