Geant4  10.00.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
G4NeutronHPNeutronYield Class Reference

Public Member Functions

 G4NeutronHPNeutronYield ()
 
 ~G4NeutronHPNeutronYield ()
 
G4double GetTargetMass ()
 
void InitMean (std::istream &aDataFile)
 
void InitPrompt (std::istream &aDataFile)
 
void InitDelayed (std::istream &aDataFile)
 
G4double GetMean (G4double anEnergy)
 
G4double GetPrompt (G4double anEnergy)
 
G4double GetDelayed (G4double anEnergy)
 
G4double GetDecayConstant (G4int i)
 

Private Attributes

G4double targetMass
 
G4bool simpleMean
 
G4NeutronHPPolynomExpansion theMean
 
G4NeutronHPVector theSimpleMean
 
G4bool hasPromptData
 
G4bool spontPrompt
 
G4NeutronHPVector thePrompt
 
G4double theSpontPrompt
 
G4bool hasDelayedData
 
G4bool spontDelayed
 
G4NeutronHPList thePrecursorDecayConstants
 
G4NeutronHPVector theDelayed
 
G4double theSpontDelayed
 

Constructor & Destructor Documentation

Member Function Documentation

G4double GetTargetMass ( )

References targetMass.

void InitPrompt ( std::istream &  aDataFile)
G4double GetDecayConstant ( G4int  i)

Member Data Documentation

G4double targetMass
private
G4bool simpleMean
private
G4NeutronHPPolynomExpansion theMean
private

Referenced by GetMean(), and InitMean().

G4NeutronHPVector theSimpleMean
private

Referenced by GetMean(), and InitMean().

G4bool hasPromptData
private
G4bool spontPrompt
private
G4NeutronHPVector thePrompt
private

Referenced by GetPrompt(), and InitPrompt().

G4double theSpontPrompt
private

Referenced by GetPrompt(), and InitPrompt().

G4bool hasDelayedData
private
G4bool spontDelayed
private

Referenced by GetDelayed(), and InitDelayed().

G4NeutronHPList thePrecursorDecayConstants
private

Referenced by GetDecayConstant(), and InitDelayed().

G4NeutronHPVector theDelayed
private

Referenced by GetDelayed(), and InitDelayed().

G4double theSpontDelayed
private

Referenced by GetDelayed(), and InitDelayed().