|
Geant4-11
|
#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 | |
| G4ParticleHPNames | fileNames |
| std::map< const G4int, G4FissionFragmentGenerator * > | fissionIsotopes |
| G4int | secID |
| G4int | Verbosity_ |
Static Private Attributes | |
| static G4ThreadLocal G4WendtFissionFragmentGenerator * | instance = NULL |
Definition at line 42 of file G4WendtFissionFragmentGenerator.hh.
| G4WendtFissionFragmentGenerator::~G4WendtFissionFragmentGenerator | ( | ) |
Definition at line 194 of file G4WendtFissionFragmentGenerator.cc.
References fissionIsotopes.
|
private |
Definition at line 42 of file G4WendtFissionFragmentGenerator.cc.
References G4PhysicsModelCatalog::GetModelID(), secID, G4FFGDefaultValues::Verbosity, and Verbosity_.
Referenced by GetInstance().
|
private |
| G4HadFinalState * G4WendtFissionFragmentGenerator::ApplyYourself | ( | const G4HadProjectile & | projectile, |
| G4int | Z, | ||
| G4int | A | ||
| ) |
Definition at line 64 of file G4WendtFissionFragmentGenerator.cc.
References A, fissionIsotopes, G4FFG_FUNCTIONENTER__, G4FFG_FUNCTIONLEAVE__, G4FissionFragmentGenerator::G4MakeIsotopeCode(), M, secID, stopAndKill, and Z.
Referenced by G4ParticleHPChannel::ApplyYourself().
|
inlinestatic |
Definition at line 46 of file G4WendtFissionFragmentGenerator.hh.
References G4WendtFissionFragmentGenerator(), and instance.
| void G4WendtFissionFragmentGenerator::InitializeANucleus | ( | const G4int | A, |
| const G4int | Z, | ||
| const G4int | M, | ||
| const G4String & | dataDirectory | ||
| ) |
Definition at line 109 of file G4WendtFissionFragmentGenerator.cc.
References A, fileNames, fissionIsotopes, G4FissionFragmentGenerator::G4MakeIsotopeCode(), G4FissionFragmentGenerator::G4SetCause(), G4FissionFragmentGenerator::G4SetIncidentEnergy(), G4FissionFragmentGenerator::G4SetIsotope(), G4FissionFragmentGenerator::G4SetMetaState(), G4FissionFragmentGenerator::G4SetSamplingScheme(), G4FissionFragmentGenerator::G4SetYieldType(), G4ParticleHPDataUsed::GetA(), G4ParticleHPManager::GetDataStream(), G4ParticleHPManager::GetInstance(), G4ParticleHPDataUsed::GetName(), G4ParticleHPNames::GetName(), G4ParticleHPDataUsed::GetZ(), G4FFGEnumerations::GROUND_STATE, G4FFGEnumerations::INDEPENDENT, G4FissionFragmentGenerator::InitializeFissionProductYieldClass(), M, G4FFGEnumerations::META_1, G4FFGEnumerations::META_2, G4FFGEnumerations::NEUTRON_INDUCED, G4FFGEnumerations::NORMAL, G4FFGDefaultValues::ThermalNeutronEnergy, and Z.
Referenced by G4ParticleHPChannel::UpdateData().
|
private |
|
private |
Definition at line 65 of file G4WendtFissionFragmentGenerator.hh.
Referenced by InitializeANucleus().
|
private |
A map of all the fission isotopes loaded at initialization
Definition at line 64 of file G4WendtFissionFragmentGenerator.hh.
Referenced by ApplyYourself(), InitializeANucleus(), and ~G4WendtFissionFragmentGenerator().
|
staticprivate |
Definition at line 60 of file G4WendtFissionFragmentGenerator.hh.
Referenced by GetInstance().
|
private |
Definition at line 69 of file G4WendtFissionFragmentGenerator.hh.
Referenced by ApplyYourself(), and G4WendtFissionFragmentGenerator().
|
private |
Definition at line 67 of file G4WendtFissionFragmentGenerator.hh.
Referenced by G4WendtFissionFragmentGenerator().