Geant4  10.00.p02
WattSpectrumConstants Struct Reference

WattSpectrumConstants contains constants and other variables for use in sampling the Watt fission spectrum. More...

#include <G4WattFissionSpectrumValues.hh>

Public Attributes

G4int Product
 Isotope code in ZZZAAA format for which the Watt fission spectrum is being sampled. More...
 
G4FFGEnumerations::FissionCause Cause
 Fission cause for which the Watt fission spectrum is being sampled. More...
 
G4double Energy
 Energy, if any, of the incident particle that cause the fission. More...
 
G4double L
 Sampling constant. More...
 
G4double M
 Sampling constant. More...
 
G4double B
 Sampling constant taken from the data tables. More...
 

Detailed Description

WattSpectrumConstants contains constants and other variables for use in sampling the Watt fission spectrum.

Definition at line 54 of file G4WattFissionSpectrumValues.hh.

Member Data Documentation

G4double WattSpectrumConstants::B

Sampling constant taken from the data tables.

Definition at line 83 of file G4WattFissionSpectrumValues.hh.

Referenced by G4FPYSamplingOps::EvaluateWattConstants(), and G4FPYSamplingOps::G4SampleWatt().

G4FFGEnumerations::FissionCause WattSpectrumConstants::Cause

Fission cause for which the Watt fission spectrum is being sampled.

Definition at line 63 of file G4WattFissionSpectrumValues.hh.

Referenced by G4FPYSamplingOps::EvaluateWattConstants(), and G4FPYSamplingOps::G4SampleWatt().

G4double WattSpectrumConstants::Energy

Energy, if any, of the incident particle that cause the fission.

Definition at line 65 of file G4WattFissionSpectrumValues.hh.

Referenced by G4FPYSamplingOps::EvaluateWattConstants(), and G4FPYSamplingOps::G4SampleWatt().

G4double WattSpectrumConstants::L

Sampling constant.

Calculated as:

\[ L = \frac{[K + (K^2 - 1)^\frac{1}{2}]}{a} \]

\[ K = 1 + \frac{b}{8a} \]

Definition at line 75 of file G4WattFissionSpectrumValues.hh.

Referenced by G4FPYSamplingOps::EvaluateWattConstants(), and G4FPYSamplingOps::G4SampleWatt().

G4double WattSpectrumConstants::M

Sampling constant.

Calculated as:

\[ M = a*L-1 \]

Definition at line 81 of file G4WattFissionSpectrumValues.hh.

Referenced by G4FPYSamplingOps::EvaluateWattConstants(), and G4FPYSamplingOps::G4SampleWatt().

G4int WattSpectrumConstants::Product

Isotope code in ZZZAAA format for which the Watt fission spectrum is being sampled.

Definition at line 59 of file G4WattFissionSpectrumValues.hh.

Referenced by G4FPYSamplingOps::EvaluateWattConstants(), G4FPYSamplingOps::G4SampleWatt(), and G4FPYSamplingOps::Initialize().


The documentation for this struct was generated from the following file: