Geant4
10.03.p01
|
#include <G4FissionFragmentGenerator.hh>
Static Public Member Functions | |
static G4int | G4MakeIsotopeCode (G4int Z, G4int A, G4int M) |
Protected Member Functions | |
void | Initialize (void) |
G4FissionFragmentGenerator is the front end class to be used by the user for handling all fission event generation.
This class is intended to be instantiated for one type of fission event for as specific isotope/isomer, fission type, and incident neutron energy. For this reason no functions exist to change or modify these values once the class in constructed. A new class must be created by the user for each type of fission event, if such functionality is desired.
Definition at line 54 of file G4FissionFragmentGenerator.hh.
G4FissionFragmentGenerator::G4FissionFragmentGenerator | ( | void | ) |
Default constructor
92238
GROUND_STATE
SPONTANEOUS
0.025
eVINDEPENDENT
0
0
NORMAL
Definition at line 55 of file G4FissionFragmentGenerator.cc.
G4FissionFragmentGenerator::G4FissionFragmentGenerator | ( | G4int | Verbosity | ) |
Overloaded constructor
Verbosity:
Verbosity levelDefinition at line 65 of file G4FissionFragmentGenerator.cc.
G4FissionFragmentGenerator::~G4FissionFragmentGenerator | ( | ) |
Default deconstructor
Definition at line 760 of file G4FissionFragmentGenerator.cc.
G4DynamicParticleVector * G4FissionFragmentGenerator::G4GenerateFission | ( | void | ) |
Generates a single fission event
Definition at line 98 of file G4FissionFragmentGenerator.cc.
G4DynamicParticleVector * G4FissionFragmentGenerator::G4GenerateFission | ( | const G4HadProjectile & | Projectile | ) |
Generates a single fission event
Projectile:
G4HadProjectile of the fission-inducing particleDefinition at line 115 of file G4FissionFragmentGenerator.cc.
const std::vector< G4DynamicParticleVector * > G4FissionFragmentGenerator::G4GenerateFission | ( | G4long | NumberOfFissions, |
const G4HadProjectile & | Projectile | ||
) |
Generates NumberOfFissions fission events
NumberOfFissions:
The number of fission events to generateNumberOfFissions
fission events Definition at line 128 of file G4FissionFragmentGenerator.cc.
Returns a randomly sampled fission product
Definition at line 162 of file G4FissionFragmentGenerator.cc.
Returns the production rate of alpha particles for fission events
Definition at line 179 of file G4FissionFragmentGenerator.cc.
G4FFGEnumerations::FissionCause G4FissionFragmentGenerator::G4GetCause | ( | void | ) |
Returns the FissionCause of the fission event.
Definition at line 197 of file G4FissionFragmentGenerator.cc.
Returns the energy of the fission inducing particle.
Definition at line 206 of file G4FissionFragmentGenerator.cc.
Returns the code of the fission isotope in ZZZAAA format.
Definition at line 215 of file G4FissionFragmentGenerator.cc.
G4FFGEnumerations::MetaState G4FissionFragmentGenerator::G4GetMetaState | ( | void | ) |
Returns the MetaState of the fission isotope.
Definition at line 224 of file G4FissionFragmentGenerator.cc.
G4FFGEnumerations::FissionSamplingScheme G4FissionFragmentGenerator::G4GetSamplingScheme | ( | void | ) |
Returns the FissionSamplingScheme that is currently in use.
Definition at line 233 of file G4FissionFragmentGenerator.cc.
Returns the probability of ternary fission
Definition at line 188 of file G4FissionFragmentGenerator.cc.
G4FFGEnumerations::YieldType G4FissionFragmentGenerator::G4GetYieldType | ( | void | ) |
Returns the yield type that is currently in use
Definition at line 242 of file G4FissionFragmentGenerator.cc.
Converts the Z, A and M of an isotope into an integer representation
Definition at line 251 of file G4FissionFragmentGenerator.cc.
Sets the number of alpha particles produced in fission.
AlphaProduction
is negative then alpha particles are sampled on a Gaussian with a mean of abs(AlphaProduction)
.Definition at line 262 of file G4FissionFragmentGenerator.cc.
void G4FissionFragmentGenerator::G4SetCause | ( | G4FFGEnumerations::FissionCause | WhichCause | ) |
Sets the cause of fission event.
WhichCause:
SPONTANEOUS
, N_INDUCED
, P_INDUCED
, or G_INDUCED
Definition at line 306 of file G4FissionFragmentGenerator.cc.
Sets the incident energy, if any, of the particle that cause fission.
WhatIncidentEnergy:
Kinetic energy of the particle with units applied;Definition at line 377 of file G4FissionFragmentGenerator.cc.
Sets the fission isotope
WhichIsotope:
Code of the isotope in ZZZAAA formatDefinition at line 440 of file G4FissionFragmentGenerator.cc.
void G4FissionFragmentGenerator::G4SetMetaState | ( | G4FFGEnumerations::MetaState | WhichMetaState | ) |
Sets the metastable state of the fission isotope.
WhichMetaState:
GROUND_STATE
, META_1
, or META_2
Definition at line 484 of file G4FissionFragmentGenerator.cc.
void G4FissionFragmentGenerator::G4SetSamplingScheme | ( | G4FFGEnumerations::FissionSamplingScheme | NewScheme | ) |
Set the sampling scheme.
NORMAL:
Sets the parameters of this class to sample fission events without any biasing.LIGHT_FRAGMENT:
Sets the parameters of this class to bias the fragment generation by always selecting a light fragment (A < 115) first.WENDT:
Sets the parameters of this class to sample fission events according to the Wendt sampling scheme. Please refer to the code documentation for G4FPYWendtSamplingDist for a more detailed explanation. Definition at line 551 of file G4FissionFragmentGenerator.cc.
Sets the probability of ternary fission
WhatAlphaProductionProbability:
Probability of generating alpha particles for a fission event. 1 = 100% chance of alpha productionDefinition at line 284 of file G4FissionFragmentGenerator.cc.
Sets the verbosity levels
WhichVerbosity:
Combination of levelsSILENT:
All verbose output is repressedUPDATES:
Only high-level internal changes are reportedDAUGHTER_INFO:
Displays information about daughter product samplingNEUTRON_INFO:
Displays information about neutron samplingGAMMA_INFO:
Displays information about gamma samplingALPHA_INFO:
Displays information about alpha samplingMOMENTUM_INFO:
Displays information about momentum balancingEXTRAPOLATION_INTERPOLATION_INFO:
Displays information about any data extrapolation or interpolation that occursDEBUG:
Reports program flow as it steps through functionsPRINT_ALL:
Displays any and all output Definition at line 683 of file G4FissionFragmentGenerator.cc.
void G4FissionFragmentGenerator::G4SetYieldType | ( | G4FFGEnumerations::YieldType | WhichYieldType | ) |
Sets the ENDF yield type to be used for the data
WhichYieldType:
INDEPENDENT
or COMULATIVE
Definition at line 617 of file G4FissionFragmentGenerator.cc.
Initialize is a common function called by all constructors.
Definition at line 75 of file G4FissionFragmentGenerator.cc.
bool G4FissionFragmentGenerator::InitializeFissionProductYieldClass | ( | std::istringstream & | dataFile | ) |
Initializes a new G4FPY
...Dist class based on the class descriptor variables of G4FissionFragmentGenerator.
Definition at line 698 of file G4FissionFragmentGenerator.cc.
|
protected |
Controls whether alpha particles are emitted, and how many
Definition at line 261 of file G4FissionFragmentGenerator.hh.
|
protected |
The cause of fission: SPONTANEOUS
or N_INDUCED
.
Definition at line 253 of file G4FissionFragmentGenerator.hh.
|
protected |
Kinetic energy, if any, of the incident particle in GeV.
Definition at line 255 of file G4FissionFragmentGenerator.hh.
|
protected |
Number in ZZZAAA format of the isotope that G4FissionFragmentGenerator references
Definition at line 246 of file G4FissionFragmentGenerator.hh.
|
protected |
If Isotope_, MetaState_, Cause_, or IncidentEnergy_ are changed in the middle of a run then the class pointed at by YieldData_ will need to be reconstructed
Definition at line 266 of file G4FissionFragmentGenerator.hh.
|
protected |
MetaState information of the isotope that G4FissionFragmentGenerator references
A value of 0 refers to the ground state
Definition at line 251 of file G4FissionFragmentGenerator.hh.
|
protected |
The sampling scheme that is used: NORMAL
, LIGHT_FRAGMENT
, or WENDT
.
Definition at line 274 of file G4FissionFragmentGenerator.hh.
|
protected |
Sets the ternary fission probability. Valid ranges are [0, 1]
Definition at line 259 of file G4FissionFragmentGenerator.hh.
|
protected |
Verbosity level
Definition at line 268 of file G4FissionFragmentGenerator.hh.
|
protected |
Pointer to G4FissionProductYieldDist class that holds all the probabilistic yield data
Definition at line 278 of file G4FissionFragmentGenerator.hh.
|
protected |
The type of yield to be used: INDEPENDET
or CUMULATIVE
Definition at line 257 of file G4FissionFragmentGenerator.hh.