|
Geant4
10.06.p01
|
Go to the source code of this file.
Namespaces | |
| G4FFGEnumerations | |
Enumerations | |
| enum | YieldType { INDEPENDENT = 454, CUMULATIVE = 459 } |
| enum | FissionCause { SPONTANEOUS, NEUTRON_INDUCED, PROTON_INDUCED, GAMMA_INDUCED } |
| enum | FissionSamplingScheme { NORMAL, LIGHT_FRAGMENT } |
| enum | GaussianRange { POSITIVE, ALL } |
| enum | GaussianReturnType { INT, DOUBLE } |
| enum | MetaState { GROUND_STATE, META_1, META_2 } |
| enum | SourceType { RECTANGLE, CYLINDER, SPHERE } |
| enum | Verbosity { SILENT = 0x0, UPDATES = 0x1, DAUGHTER_INFO = 0x2, NEUTRON_INFO = 0x4, GAMMA_INFO = 0x8, ALPHA_INFO = 0x10, MOMENTUM_INFO = 0x20, ENERGY_INFO = 0x40, EXTRAPOLATION_INTERPOLATION_INFO = 0x80, WARNING = 0x100, DEBUG = 0x200, PRINT_ALL = 0x3FF, REPRESS_FUNCTION_ENTER_LEAVE_MESSAGES = 0x1000, REPRESS_RANDOM_SAMPLING_MESSAGES = 0x2000, REPRESS_RECURSIVE_DEBUG_MESSAGES = 0x4000, REPRESS_DATA_STRUCTURE_DEBUG_MESSAGES = 0x8000 } |
Variables | |
| static const G4int | YieldTypeFirst = INDEPENDENT |
| static const G4int | YieldTypeLast = CUMULATIVE |
| static const G4int | FissionCauseFirst = SPONTANEOUS |
| static const G4int | FissionCauseLast = NEUTRON_INDUCED |
| static const G4int | FissionSamplingSchemeFirst = NORMAL |
| static const G4int | FissionSamplingSchemeLast = LIGHT_FRAGMENT |
| static const G4int | MetaStateFirst = GROUND_STATE |
| static const G4int | MetaStateLast = META_2 |
| static const G4int | SourceTypeFirst = RECTANGLE |
| static const G4int | SourceTypeLast = SPHERE |
| static const G4int | VerbosityLast = (REPRESS_DATA_STRUCTURE_DEBUG_MESSAGES << 1) - 1 |