Geant4  10.00.p02
G4NeutronHPFFFissionFS Class Reference

#include <G4NeutronHPFFFissionFS.hh>

+ Inheritance diagram for G4NeutronHPFFFissionFS:
+ Collaboration diagram for G4NeutronHPFFFissionFS:

Public Member Functions

 G4NeutronHPFFFissionFS ()
 
 ~G4NeutronHPFFFissionFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4DynamicParticleVectorApplyYourself (G4int nNeutrons)
 
G4NeutronHPFinalStateNew ()
 
void GetAFissionFragment (G4double, G4int &, G4int &, G4int &)
 
- Public Member Functions inherited from G4NeutronHPFissionBaseFS
 G4NeutronHPFissionBaseFS ()
 
virtual ~G4NeutronHPFissionBaseFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit)
 
G4DynamicParticleVectorApplyYourself (G4int Prompt)
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
void SetNeutron (const G4ReactionProduct &aNeutron)
 
void SetTarget (const G4ReactionProduct &aTarget)
 
- 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 ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4int GetM ()
 

Private Member Functions

G4HadFinalStateApplyYourself (const G4HadProjectile &)
 

Private Attributes

std::map< G4int, std::map
< G4double, std::map< G4int,
G4double > * > * > 
FissionProductYieldData
 
std::map< G4int, std::map
< G4double, G4int > * > 
mMTInterpolation
 

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 37 of file G4NeutronHPFFFissionFS.hh.

Constructor & Destructor Documentation

G4NeutronHPFFFissionFS::G4NeutronHPFFFissionFS ( )
inline

Definition at line 41 of file G4NeutronHPFFFissionFS.hh.

References G4NeutronHPFinalState::hasXsec.

Referenced by New().

+ Here is the caller graph for this function:

G4NeutronHPFFFissionFS::~G4NeutronHPFFFissionFS ( )

Definition at line 34 of file G4NeutronHPFFFissionFS.cc.

References FissionProductYieldData, and mMTInterpolation.

Member Function Documentation

G4DynamicParticleVector * G4NeutronHPFFFissionFS::ApplyYourself ( G4int  nNeutrons)

Definition at line 149 of file G4NeutronHPFFFissionFS.cc.

References G4NeutronHPFissionBaseFS::ApplyYourself().

+ Here is the call graph for this function:

G4HadFinalState* G4NeutronHPFFFissionFS::ApplyYourself ( const G4HadProjectile )
inlineprivatevirtual

Reimplemented from G4NeutronHPFinalState.

Definition at line 58 of file G4NeutronHPFFFissionFS.hh.

void G4NeutronHPFFFissionFS::GetAFissionFragment ( G4double  energy,
G4int fragZ,
G4int fragA,
G4int fragM 
)

Definition at line 157 of file G4NeutronHPFFFissionFS.cc.

References DBL_MAX, FissionProductYieldData, G4UniformRand, and second.

Referenced by G4NeutronHPFissionFS::ApplyYourself().

+ Here is the caller graph for this function:

void G4NeutronHPFFFissionFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType 
)
virtual

Implements G4NeutronHPFinalState.

Definition at line 62 of file G4NeutronHPFFFissionFS.cc.

References eV, FissionProductYieldData, G4NeutronHPDataUsed::GetA(), G4NeutronHPManager::GetDataStream(), G4NeutronHPManager::GetInstance(), G4NeutronHPNames::GetName(), G4NeutronHPDataUsed::GetName(), G4NeutronHPDataUsed::GetZ(), G4NeutronHPFinalState::hasAnyData, G4NeutronHPFinalState::hasFSData, G4NeutronHPFinalState::hasXsec, imax, jmax, mMTInterpolation, G4NeutronHPFinalState::theBaseA, G4NeutronHPFinalState::theBaseZ, and G4NeutronHPFinalState::theNames.

Referenced by G4NeutronHPFissionFS::Init().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4NeutronHPFinalState* G4NeutronHPFFFissionFS::New ( )
inlinevirtual

Implements G4NeutronHPFinalState.

Definition at line 48 of file G4NeutronHPFFFissionFS.hh.

References G4NeutronHPFFFissionFS().

+ Here is the call graph for this function:

Member Data Documentation

std::map< G4int , std::map< G4double , std::map< G4int , G4double >* >* > G4NeutronHPFFFissionFS::FissionProductYieldData
private

Definition at line 61 of file G4NeutronHPFFFissionFS.hh.

Referenced by GetAFissionFragment(), Init(), and ~G4NeutronHPFFFissionFS().

std::map< G4int , std::map< G4double , G4int >* > G4NeutronHPFFFissionFS::mMTInterpolation
private

Definition at line 62 of file G4NeutronHPFFFissionFS.hh.

Referenced by Init(), and ~G4NeutronHPFFFissionFS().


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