ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4FFGDefaultValues Namespace Reference

Variables

static const G4double ThermalNeutronEnergy = 0.0253 * CLHEP::eV
 
static const
G4FFGEnumerations::Verbosity 
Verbosity = G4FFGEnumerations::SILENT
 
static const G4int Isotope = 92238
 
static const
G4FFGEnumerations::MetaState 
MetaState = G4FFGEnumerations::GROUND_STATE
 
static const
G4FFGEnumerations::FissionCause 
FissionCause = G4FFGEnumerations::SPONTANEOUS
 
static const G4double IncidentEnergy = ThermalNeutronEnergy / CLHEP::eV
 
static const char IncidentEnergyUnit [] = "eV"
 
static const
G4FFGEnumerations::YieldType 
YieldType = G4FFGEnumerations::INDEPENDENT
 
static const
G4FFGEnumerations::FissionSamplingScheme 
SamplingScheme = G4FFGEnumerations::NORMAL
 
static const G4double TernaryProbability = 0
 
static const G4double AlphaProduction = 0
 
static const G4double MeanGammaEnergy = 800 * CLHEP::keV
 
static const G4double EventTime = 0
 
static const char EventTimeUnit [] = "ns"
 
static const G4ThreeVector SourceCenter (0, 0, 0)
 
static const G4double SourceDepth = 1
 
static const G4double SourceHeight = 1
 
static const G4double SourceRadius = 1
 
static const G4double SourceWidth = 1
 
static const char SourceDimensionUnit [] = "cm"
 
static const
G4FFGEnumerations::SourceType 
SourceType = G4FFGEnumerations::SPHERE
 
static const char UICommandDirectory [] = "/process/hadronic/ffgupga"
 
static const char ENDFFissionDataLocation [] = "/Fission/FF/"
 

Detailed Description

G4FFGDefaultValues is a one-stop shop for storing the default values to variables that configure how the fission fragment generator code is initialized.

Variable Documentation

const G4double G4FFGDefaultValues::AlphaProduction = 0
static

Default alpha production in a ternary fission

Definition at line 80 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 80 of file G4FFGDefaultValues.hh

Referenced by G4FissionFragmentGenerator::Initialize().

const char G4FFGDefaultValues::ENDFFissionDataLocation[] = "/Fission/FF/"
static

ENDF data tape location, reference against G4HPNEUTRONDATA

Definition at line 112 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 112 of file G4FFGDefaultValues.hh

Referenced by G4FissionProductYieldDist::MakeDirectoryName().

const G4double G4FFGDefaultValues::EventTime = 0
static

Default event time

Definition at line 86 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 86 of file G4FFGDefaultValues.hh

const char G4FFGDefaultValues::EventTimeUnit[] = "ns"
static

Default event time units

Definition at line 88 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 88 of file G4FFGDefaultValues.hh

const G4FFGEnumerations::FissionCause G4FFGDefaultValues::FissionCause = G4FFGEnumerations::SPONTANEOUS
static

Default fission cause

Definition at line 68 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 68 of file G4FFGDefaultValues.hh

Referenced by G4FissionFragmentGenerator::Initialize().

const G4double G4FFGDefaultValues::IncidentEnergy = ThermalNeutronEnergy / CLHEP::eV
static

Default incident energy

Definition at line 70 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 70 of file G4FFGDefaultValues.hh

const char G4FFGDefaultValues::IncidentEnergyUnit[] = "eV"
static

Default incident energy unit

Definition at line 72 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 72 of file G4FFGDefaultValues.hh

const G4int G4FFGDefaultValues::Isotope = 92238
static

Default Isotope

Definition at line 64 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 64 of file G4FFGDefaultValues.hh

Referenced by G4FissionFragmentGenerator::Initialize().

const G4double G4FFGDefaultValues::MeanGammaEnergy = 800 * CLHEP::keV
static

Default mean gamma energy for gamma sampling

Definition at line 82 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 82 of file G4FFGDefaultValues.hh

Referenced by G4FissionProductYieldDist::SampleGammaEnergies().

const G4FFGEnumerations::MetaState G4FFGDefaultValues::MetaState = G4FFGEnumerations::GROUND_STATE
static

Default meta state

Definition at line 66 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 66 of file G4FFGDefaultValues.hh

Referenced by G4FissionFragmentGenerator::Initialize().

const G4FFGEnumerations::FissionSamplingScheme G4FFGDefaultValues::SamplingScheme = G4FFGEnumerations::NORMAL
static

Default sampling scheme

Definition at line 76 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 76 of file G4FFGDefaultValues.hh

Referenced by G4FissionFragmentGenerator::Initialize().

const G4ThreeVector G4FFGDefaultValues::SourceCenter(0, 0, 0)
static

Default source center

const G4double G4FFGDefaultValues::SourceDepth = 1
static

Default source depth

Definition at line 94 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 94 of file G4FFGDefaultValues.hh

const char G4FFGDefaultValues::SourceDimensionUnit[] = "cm"
static

Default event time units

Definition at line 102 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 102 of file G4FFGDefaultValues.hh

const G4double G4FFGDefaultValues::SourceHeight = 1
static

Default source rectangle Height

Definition at line 96 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 96 of file G4FFGDefaultValues.hh

const G4double G4FFGDefaultValues::SourceRadius = 1
static

Default source radius

Definition at line 98 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 98 of file G4FFGDefaultValues.hh

const G4FFGEnumerations::SourceType G4FFGDefaultValues::SourceType = G4FFGEnumerations::SPHERE
static

Default source type

Definition at line 104 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 104 of file G4FFGDefaultValues.hh

const G4double G4FFGDefaultValues::SourceWidth = 1
static

Default source rectangle Width

Definition at line 100 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 100 of file G4FFGDefaultValues.hh

const G4double G4FFGDefaultValues::TernaryProbability = 0
static

Default probabilility of a ternary fission

Definition at line 78 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 78 of file G4FFGDefaultValues.hh

Referenced by G4FissionFragmentGenerator::Initialize().

const G4double G4FFGDefaultValues::ThermalNeutronEnergy = 0.0253 * CLHEP::eV
static
const char G4FFGDefaultValues::UICommandDirectory[] = "/process/hadronic/ffgupga"
static

Default command directory

Definition at line 108 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 108 of file G4FFGDefaultValues.hh

const G4FFGEnumerations::YieldType G4FFGDefaultValues::YieldType = G4FFGEnumerations::INDEPENDENT
static

Default yield type

Definition at line 74 of file G4FFGDefaultValues.hh.

View newest version in sPHENIX GitHub at line 74 of file G4FFGDefaultValues.hh

Referenced by G4FissionFragmentGenerator::Initialize().