Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FPYBiasedLightFragmentDist.hh>
G4FPYBiasedLightFragmentDist is an inherited class of G4FissionProductYield that only samples the 'light' fission fragments, defined by A < 115
Definition at line 58 of file G4FPYBiasedLightFragmentDist.hh.
G4FPYBiasedLightFragmentDist::G4FPYBiasedLightFragmentDist | ( | G4int | WhichIsotope, |
G4FFGEnumerations::MetaState | WhichMetaState, | ||
G4FFGEnumerations::FissionCause | WhichCause, | ||
G4FFGEnumerations::YieldType | WhichYieldType, | ||
std::istringstream & | dataStream | ||
) |
Default constructor
WhichIsotope:
Isotope number of the element in ZZZAAA formWhichMetaState:
GROUND_STATE
, META_1
, or META_2
WhichCause:
SPONTANEOUS
or N_INDUCED
WhichYieldType:
INDEPENDENT
or CUMULATIVE
Definition at line 42 of file G4FPYBiasedLightFragmentDist.cc.
G4FPYBiasedLightFragmentDist::G4FPYBiasedLightFragmentDist | ( | G4int | WhichIsotope, |
G4FFGEnumerations::MetaState | WhichMetaState, | ||
G4FFGEnumerations::FissionCause | WhichCause, | ||
G4FFGEnumerations::YieldType | WhichYieldType, | ||
G4int | Verbosity, | ||
std::istringstream & | dataStream | ||
) |
Overloaded constructor
WhichIsotope:
Isotope number of the element in ZZZAAA formWhichMetaState:
GROUND_STATE
, META_1
, or META_2
WhichCause:
SPONTANEOUS
or N_INDUCED
WhichYieldType:
INDEPENDENT
or CUMULATIVE
Verbosity:
Verbosity levelDefinition at line 58 of file G4FPYBiasedLightFragmentDist.cc.
|
virtual |
Default deconstructor. It is a virtual function since G4FPYBiasedLightFragmentDist inherits from G4FissionProductYieldDist
Definition at line 130 of file G4FPYBiasedLightFragmentDist.cc.
|
protectedvirtual |
Selects a fission product from the probability tree, limited by the number of nucleons available to the system
Implements G4FissionProductYieldDist.
Definition at line 87 of file G4FPYBiasedLightFragmentDist.cc.
|
protected |
Initialize is a common function called by all constructors.
Definition at line 76 of file G4FPYBiasedLightFragmentDist.cc.
Referenced by G4FPYBiasedLightFragmentDist().
|
protected |
Defines the half-weight of the fission isotope
Definition at line 100 of file G4FPYBiasedLightFragmentDist.hh.
Referenced by GetFissionProduct(), and Initialize().