Geant4
10.01.p01
|
#include <G4WendtFissionFragmentGenerator.hh>
Public Member Functions | |
G4HadFinalState * | ApplyYourself (const G4HadProjectile &projectile, G4int Z, G4int A) |
void | InitializeANucleus (const G4int A, const G4int Z, const G4int M, const G4String &dataDirectory) |
~G4WendtFissionFragmentGenerator () | |
Static Public Member Functions | |
static G4WendtFissionFragmentGenerator * | GetInstance () |
Private Member Functions | |
G4WendtFissionFragmentGenerator () | |
G4WendtFissionFragmentGenerator (G4WendtFissionFragmentGenerator const &) | |
void | operator= (G4WendtFissionFragmentGenerator const &) |
Private Attributes | |
std::map< const G4int, G4FissionFragmentGenerator * > | fissionIsotopes |
A map of all the fission isotopes loaded at initialization. More... | |
G4NeutronHPNames | fileNames |
G4int | Verbosity_ |
Definition at line 42 of file G4WendtFissionFragmentGenerator.hh.
G4WendtFissionFragmentGenerator::~G4WendtFissionFragmentGenerator | ( | ) |
Definition at line 183 of file G4WendtFissionFragmentGenerator.cc.
References fissionIsotopes.
|
private |
Definition at line 39 of file G4WendtFissionFragmentGenerator.cc.
References G4FFGDefaultValues::Verbosity, and Verbosity_.
|
private |
G4HadFinalState * G4WendtFissionFragmentGenerator::ApplyYourself | ( | const G4HadProjectile & | projectile, |
G4int | Z, | ||
G4int | A | ||
) |
Definition at line 54 of file G4WendtFissionFragmentGenerator.cc.
References fissionIsotopes, G4FFG_FUNCTIONENTER__, G4FFG_FUNCTIONLEAVE__, G4FissionFragmentGenerator::G4MakeIsotopeCode(), and stopAndKill.
Referenced by G4NeutronHPChannel::ApplyYourself(), and G4ParticleHPChannel::ApplyYourself().
|
static |
Definition at line 46 of file G4WendtFissionFragmentGenerator.cc.
void G4WendtFissionFragmentGenerator::InitializeANucleus | ( | const G4int | A, |
const G4int | Z, | ||
const G4int | M, | ||
const G4String & | dataDirectory | ||
) |
Definition at line 98 of file G4WendtFissionFragmentGenerator.cc.
References A, fileNames, fissionIsotopes, G4FissionFragmentGenerator::G4MakeIsotopeCode(), G4FissionFragmentGenerator::G4SetCause(), G4FissionFragmentGenerator::G4SetIncidentEnergy(), G4FissionFragmentGenerator::G4SetIsotope(), G4FissionFragmentGenerator::G4SetMetaState(), G4FissionFragmentGenerator::G4SetSamplingScheme(), G4FissionFragmentGenerator::G4SetYieldType(), G4NeutronHPDataUsed::GetA(), G4NeutronHPManager::GetDataStream(), G4NeutronHPManager::GetInstance(), G4NeutronHPNames::GetName(), G4NeutronHPDataUsed::GetName(), G4NeutronHPDataUsed::GetZ(), G4FFGEnumerations::GROUND_STATE, G4FFGEnumerations::INDEPENDENT, G4FissionFragmentGenerator::InitializeFissionProductYieldClass(), G4FFGEnumerations::META_1, G4FFGEnumerations::META_2, G4FFGEnumerations::NEUTRON_INDUCED, G4FFGEnumerations::NORMAL, and G4FFGDefaultValues::ThermalNeutronEnergy.
Referenced by G4NeutronHPChannel::UpdateData(), and G4ParticleHPChannel::UpdateData().
|
private |
|
private |
Definition at line 59 of file G4WendtFissionFragmentGenerator.hh.
Referenced by InitializeANucleus().
|
private |
A map of all the fission isotopes loaded at initialization.
Definition at line 58 of file G4WendtFissionFragmentGenerator.hh.
Referenced by ApplyYourself(), InitializeANucleus(), and ~G4WendtFissionFragmentGenerator().
|
private |
Definition at line 61 of file G4WendtFissionFragmentGenerator.hh.
Referenced by G4WendtFissionFragmentGenerator().