Geant4
10.01.p02
|
#include <G4PreCompoundEmission.hh>
Public Member Functions | |
G4PreCompoundEmission () | |
~G4PreCompoundEmission () | |
void | SetDefaultModel () |
void | SetHETCModel () |
G4ReactionProduct * | PerformEmission (G4Fragment &aFragment) |
G4double | GetTotalProbability (const G4Fragment &aFragment) |
void | Initialize (const G4Fragment &aFragment) |
void | SetOPTxs (G4int) |
void | UseSICB (G4bool) |
Private Member Functions | |
void | AngularDistribution (G4VPreCompoundFragment *theFragment, const G4Fragment &aFragment, G4double KineticEnergy) |
G4double | rho (G4int p, G4int h, G4double gg, G4double E, G4double Ef) const |
G4PreCompoundEmission (const G4PreCompoundEmission &right) | |
const G4PreCompoundEmission & | operator= (const G4PreCompoundEmission &right) |
G4bool | operator== (const G4PreCompoundEmission &right) const |
G4bool | operator!= (const G4PreCompoundEmission &right) const |
Definition at line 50 of file G4PreCompoundEmission.hh.
G4PreCompoundEmission::G4PreCompoundEmission | ( | ) |
Definition at line 57 of file G4PreCompoundEmission.cc.
References fFermiEnergy, fLevelDensity, g4pow, G4PreCompoundParameters::GetFermiEnergy(), G4VPreCompoundEmissionFactory::GetFragmentVector(), G4Pow::GetInstance(), G4PreCompoundParameters::GetLevelDensity(), theFragmentsFactory, and theFragmentsVector.
G4PreCompoundEmission::~G4PreCompoundEmission | ( | ) |
Definition at line 68 of file G4PreCompoundEmission.cc.
References theFragmentsFactory, and theFragmentsVector.
|
private |
|
private |
Definition at line 176 of file G4PreCompoundEmission.cc.
References G4InuclParticleNames::an, DBL_MIN, fFermiEnergy, fLevelDensity, G4Exp(), G4Log(), G4UniformRand, G4Fragment::GetA_asInt(), G4VPreCompoundFragment::GetBindingEnergy(), G4Fragment::GetExcitationEnergy(), G4Fragment::GetMomentum(), G4VPreCompoundFragment::GetNuclearMass(), G4Fragment::GetNumberOfExcitons(), G4Fragment::GetNumberOfHoles(), G4Fragment::GetNumberOfParticles(), G4INCL::Math::max(), MeV, rho(), and theFinalMomentum.
Referenced by PerformEmission().
|
inline |
Definition at line 103 of file G4PreCompoundEmission.hh.
References G4PreCompoundFragmentVector::CalculateProbabilities(), and theFragmentsVector.
Referenced by G4PreCompoundModel::DeExcite().
|
inline |
Definition at line 109 of file G4PreCompoundEmission.hh.
References G4PreCompoundFragmentVector::Initialize(), and theFragmentsVector.
Referenced by G4PreCompoundModel::DeExcite().
|
private |
|
private |
|
private |
G4ReactionProduct * G4PreCompoundEmission::PerformEmission | ( | G4Fragment & | aFragment | ) |
Definition at line 99 of file G4PreCompoundEmission.cc.
References AngularDistribution(), G4PreCompoundFragmentVector::ChooseFragment(), G4cout, G4endl, G4VPreCompoundFragment::GetA(), G4VPreCompoundFragment::GetKineticEnergy(), G4Fragment::GetMomentum(), G4VPreCompoundFragment::GetNuclearMass(), G4Fragment::GetNumberOfCharged(), G4Fragment::GetNumberOfParticles(), G4VPreCompoundFragment::GetReactionProduct(), G4VPreCompoundFragment::GetRestA(), G4VPreCompoundFragment::GetRestZ(), G4VPreCompoundFragment::GetZ(), G4Fragment::SetMomentum(), G4VPreCompoundFragment::SetMomentum(), G4Fragment::SetNumberOfCharged(), G4Fragment::SetNumberOfParticles(), G4Fragment::SetZandA_asInt(), theFinalMomentum, and theFragmentsVector.
Referenced by G4PreCompoundModel::DeExcite().
|
private |
Definition at line 264 of file G4PreCompoundEmission.cc.
References G4Exp(), G4Log(), g4pow, and G4Pow::logfactorial().
Referenced by AngularDistribution().
void G4PreCompoundEmission::SetDefaultModel | ( | ) |
Definition at line 74 of file G4PreCompoundEmission.cc.
References G4VPreCompoundEmissionFactory::GetFragmentVector(), G4PreCompoundFragmentVector::SetVector(), theFragmentsFactory, and theFragmentsVector.
Referenced by G4PreCompoundModel::G4PreCompoundModel(), and G4PreCompoundModel::UseDefaultEmission().
void G4PreCompoundEmission::SetHETCModel | ( | ) |
Definition at line 86 of file G4PreCompoundEmission.cc.
References G4VPreCompoundEmissionFactory::GetFragmentVector(), G4PreCompoundFragmentVector::SetVector(), theFragmentsFactory, and theFragmentsVector.
Referenced by G4PreCompoundModel::G4PreCompoundModel(), and G4PreCompoundModel::UseHETCEmission().
|
inline |
Definition at line 114 of file G4PreCompoundEmission.hh.
References G4PreCompoundFragmentVector::SetOPTxs(), and theFragmentsVector.
Referenced by G4PreCompoundModel::G4PreCompoundModel(), and G4PreCompoundModel::SetOPTxs().
|
inline |
Definition at line 119 of file G4PreCompoundEmission.hh.
References theFragmentsVector, and G4PreCompoundFragmentVector::UseSICB().
Referenced by G4PreCompoundModel::G4PreCompoundModel(), and G4PreCompoundModel::UseSICB().
|
private |
Definition at line 92 of file G4PreCompoundEmission.hh.
Referenced by AngularDistribution(), and G4PreCompoundEmission().
|
private |
Definition at line 91 of file G4PreCompoundEmission.hh.
Referenced by AngularDistribution(), and G4PreCompoundEmission().
|
private |
Definition at line 90 of file G4PreCompoundEmission.hh.
Referenced by G4PreCompoundEmission(), and rho().
|
private |
Definition at line 99 of file G4PreCompoundEmission.hh.
Referenced by AngularDistribution(), and PerformEmission().
|
private |
Definition at line 96 of file G4PreCompoundEmission.hh.
Referenced by G4PreCompoundEmission(), SetDefaultModel(), SetHETCModel(), and ~G4PreCompoundEmission().
|
private |
Definition at line 95 of file G4PreCompoundEmission.hh.
Referenced by G4PreCompoundEmission(), GetTotalProbability(), Initialize(), PerformEmission(), SetDefaultModel(), SetHETCModel(), SetOPTxs(), UseSICB(), and ~G4PreCompoundEmission().