Geant4  10.00.p02
G4NeutronHPFSFissionFS Class Reference

#include <G4NeutronHPFSFissionFS.hh>

+ Inheritance diagram for G4NeutronHPFSFissionFS:
+ Collaboration diagram for G4NeutronHPFSFissionFS:

Public Member Functions

 G4NeutronHPFSFissionFS ()
 
 ~G4NeutronHPFSFissionFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4DynamicParticleVectorApplyYourself (G4int Prompt, G4int delayed, G4double *decayconst)
 
G4NeutronHPFinalStateNew ()
 
G4double GetMass ()
 
void SampleNeutronMult (G4int &all, G4int &Prompt, G4int &delayed, G4double energy, G4int off)
 
void SetNeutron (const G4ReactionProduct &aNeutron)
 
void SetTarget (const G4ReactionProduct &aTarget)
 
G4DynamicParticleVectorGetPhotons ()
 
G4NeutronHPFissionEReleaseGetEnergyRelease ()
 
- Public Member Functions inherited from G4NeutronHPFinalState
 G4NeutronHPFinalState ()
 
virtual ~G4NeutronHPFinalState ()
 
void Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType)
 
G4bool HasXsec ()
 
G4bool HasFSData ()
 
G4bool HasAnyData ()
 
virtual G4double GetXsec (G4double)
 
virtual G4NeutronHPVectorGetXsec ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4int GetM ()
 

Private Member Functions

G4HadFinalStateApplyYourself (const G4HadProjectile &)
 

Private Attributes

G4double targetMass
 
G4NeutronHPNeutronYield theFinalStateNeutrons
 
G4NeutronHPEnergyDistribution thePromptNeutronEnDis
 
G4NeutronHPEnergyDistribution theDelayedNeutronEnDis
 
G4NeutronHPAngular theNeutronAngularDis
 
G4NeutronHPPhotonDist theFinalStatePhotons
 
G4NeutronHPFissionERelease theEnergyRelease
 
G4ReactionProduct theNeutron
 
G4ReactionProduct theTarget
 
G4NeutronHPNames theNames
 

Additional Inherited Members

- Protected Member Functions inherited from G4NeutronHPFinalState
void SetAZMs (G4double anA, G4double aZ, G4int aM, G4NeutronHPDataUsed used)
 
void adjust_final_state (G4LorentzVector)
 
G4bool DoNotAdjustFinalState ()
 
- Protected Attributes inherited from G4NeutronHPFinalState
G4bool hasXsec
 
G4bool hasFSData
 
G4bool hasAnyData
 
G4NeutronHPNames theNames
 
G4HadFinalState theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 

Detailed Description

Definition at line 43 of file G4NeutronHPFSFissionFS.hh.

Constructor & Destructor Documentation

G4NeutronHPFSFissionFS::G4NeutronHPFSFissionFS ( )
inline

Definition at line 47 of file G4NeutronHPFSFissionFS.hh.

References G4NeutronHPFinalState::hasXsec.

Referenced by New().

+ Here is the caller graph for this function:

G4NeutronHPFSFissionFS::~G4NeutronHPFSFissionFS ( )
inline

Definition at line 48 of file G4NeutronHPFSFissionFS.hh.

Member Function Documentation

G4DynamicParticleVector * G4NeutronHPFSFissionFS::ApplyYourself ( G4int  Prompt,
G4int  delayed,
G4double decayconst 
)

Definition at line 101 of file G4NeutronHPFSFissionFS.cc.

References G4NeutronHPNeutronYield::GetDecayConstant(), G4ReactionProduct::GetKineticEnergy(), G4ReactionProduct::Lorentz(), G4Neutron::Neutron(), G4NeutronHPEnergyDistribution::Sample(), G4NeutronHPAngular::SampleAndUpdate(), G4ReactionProduct::SetDefinition(), G4DynamicParticle::SetDefinition(), G4ReactionProduct::SetKineticEnergy(), G4DynamicParticle::SetMomentum(), theDelayedNeutronEnDis, theFinalStateNeutrons, theNeutron, theNeutronAngularDis, thePromptNeutronEnDis, and theTarget.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4HadFinalState* G4NeutronHPFSFissionFS::ApplyYourself ( const G4HadProjectile )
inlineprivatevirtual

Reimplemented from G4NeutronHPFinalState.

Definition at line 89 of file G4NeutronHPFSFissionFS.hh.

G4NeutronHPFissionERelease* G4NeutronHPFSFissionFS::GetEnergyRelease ( )
inline

Definition at line 82 of file G4NeutronHPFSFissionFS.hh.

References theEnergyRelease.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the caller graph for this function:

G4double G4NeutronHPFSFissionFS::GetMass ( )
inline

Definition at line 60 of file G4NeutronHPFSFissionFS.hh.

References targetMass.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the caller graph for this function:

G4DynamicParticleVector * G4NeutronHPFSFissionFS::GetPhotons ( )

Definition at line 175 of file G4NeutronHPFSFissionFS.cc.

References G4ReactionProduct::GetKineticEnergy(), G4NeutronHPPhotonDist::GetPhotons(), G4ReactionProduct::Lorentz(), G4DynamicParticle::SetDefinition(), G4DynamicParticle::SetMomentum(), theFinalStatePhotons, theNeutron, and theTarget.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4NeutronHPFinalState* G4NeutronHPFSFissionFS::New ( )
inlinevirtual

Implements G4NeutronHPFinalState.

Definition at line 54 of file G4NeutronHPFSFissionFS.hh.

References G4NeutronHPFSFissionFS().

+ Here is the call graph for this function:

void G4NeutronHPFSFissionFS::SampleNeutronMult ( G4int all,
G4int Prompt,
G4int delayed,
G4double  energy,
G4int  off 
)

Definition at line 151 of file G4NeutronHPFSFissionFS.cc.

References G4Poisson(), G4NeutronHPNeutronYield::GetDelayed(), G4NeutronHPNeutronYield::GetMean(), G4NeutronHPNeutronYield::GetPrompt(), and theFinalStateNeutrons.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPFSFissionFS::SetNeutron ( const G4ReactionProduct aNeutron)
inline

Definition at line 68 of file G4NeutronHPFSFissionFS.hh.

References G4NeutronHPAngular::SetNeutron(), theNeutron, and theNeutronAngularDis.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPFSFissionFS::SetTarget ( const G4ReactionProduct aTarget)
inline

Definition at line 74 of file G4NeutronHPFSFissionFS.hh.

References G4NeutronHPAngular::SetTarget(), theNeutronAngularDis, and theTarget.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4double G4NeutronHPFSFissionFS::targetMass
private

Definition at line 90 of file G4NeutronHPFSFissionFS.hh.

Referenced by GetMass(), and Init().

G4NeutronHPEnergyDistribution G4NeutronHPFSFissionFS::theDelayedNeutronEnDis
private

Definition at line 94 of file G4NeutronHPFSFissionFS.hh.

Referenced by ApplyYourself(), and Init().

G4NeutronHPFissionERelease G4NeutronHPFSFissionFS::theEnergyRelease
private

Definition at line 98 of file G4NeutronHPFSFissionFS.hh.

Referenced by GetEnergyRelease(), and Init().

G4NeutronHPNeutronYield G4NeutronHPFSFissionFS::theFinalStateNeutrons
private

Definition at line 92 of file G4NeutronHPFSFissionFS.hh.

Referenced by ApplyYourself(), Init(), and SampleNeutronMult().

G4NeutronHPPhotonDist G4NeutronHPFSFissionFS::theFinalStatePhotons
private

Definition at line 97 of file G4NeutronHPFSFissionFS.hh.

Referenced by GetPhotons(), and Init().

G4NeutronHPNames G4NeutronHPFSFissionFS::theNames
private

Definition at line 105 of file G4NeutronHPFSFissionFS.hh.

Referenced by Init().

G4ReactionProduct G4NeutronHPFSFissionFS::theNeutron
private

Definition at line 100 of file G4NeutronHPFSFissionFS.hh.

Referenced by ApplyYourself(), GetPhotons(), and SetNeutron().

G4NeutronHPAngular G4NeutronHPFSFissionFS::theNeutronAngularDis
private

Definition at line 95 of file G4NeutronHPFSFissionFS.hh.

Referenced by ApplyYourself(), Init(), SetNeutron(), and SetTarget().

G4NeutronHPEnergyDistribution G4NeutronHPFSFissionFS::thePromptNeutronEnDis
private

Definition at line 93 of file G4NeutronHPFSFissionFS.hh.

Referenced by ApplyYourself(), and Init().

G4ReactionProduct G4NeutronHPFSFissionFS::theTarget
private

Definition at line 101 of file G4NeutronHPFSFissionFS.hh.

Referenced by ApplyYourself(), GetPhotons(), and SetTarget().


The documentation for this class was generated from the following files: