Geant4  10.00.p02
G4NeutronHPArbitaryTab Class Reference

#include <G4NeutronHPArbitaryTab.hh>

+ Inheritance diagram for G4NeutronHPArbitaryTab:
+ Collaboration diagram for G4NeutronHPArbitaryTab:

Public Member Functions

 G4NeutronHPArbitaryTab ()
 
 ~G4NeutronHPArbitaryTab ()
 
void Init (std::istream &theData)
 
G4double GetFractionalProbability (G4double anEnergy)
 
G4double Sample (G4double anEnergy)
 
- Public Member Functions inherited from G4VNeutronHPEDis
 G4VNeutronHPEDis ()
 
virtual ~G4VNeutronHPEDis ()
 

Private Attributes

G4NeutronHPVector theFractionalProb
 
G4int nDistFunc
 
G4InterpolationManager theManager
 
G4NeutronHPVectortheDistFunc
 
G4NeutronHPVector theBuffer
 
G4double theLowThreshold [1000]
 
G4double theHighThreshold [1000]
 

Detailed Description

Definition at line 43 of file G4NeutronHPArbitaryTab.hh.

Constructor & Destructor Documentation

G4NeutronHPArbitaryTab::G4NeutronHPArbitaryTab ( )
inline

Definition at line 46 of file G4NeutronHPArbitaryTab.hh.

References theDistFunc.

G4NeutronHPArbitaryTab::~G4NeutronHPArbitaryTab ( )
inline

Definition at line 50 of file G4NeutronHPArbitaryTab.hh.

References theDistFunc.

Member Function Documentation

G4double G4NeutronHPArbitaryTab::GetFractionalProbability ( G4double  anEnergy)
inlinevirtual

Implements G4VNeutronHPEDis.

Definition at line 97 of file G4NeutronHPArbitaryTab.hh.

References G4NeutronHPVector::GetY(), and theFractionalProb.

+ Here is the call graph for this function:

void G4NeutronHPArbitaryTab::Init ( std::istream &  theData)
inlinevirtual

Implements G4VNeutronHPEDis.

Definition at line 55 of file G4NeutronHPArbitaryTab.hh.

References eV, G4NeutronHPVector::GetEnergy(), G4NeutronHPVector::GetVectorLength(), G4InterpolationManager::Init(), G4NeutronHPVector::Init(), nDistFunc, G4NeutronHPVector::SetLabel(), theDistFunc, theFractionalProb, theHighThreshold, theLowThreshold, and theManager.

+ Here is the call graph for this function:

G4double G4NeutronHPArbitaryTab::Sample ( G4double  anEnergy)
virtual

Implements G4VNeutronHPEDis.

Definition at line 33 of file G4NeutronHPArbitaryTab.cc.

References G4cerr, G4endl, G4UniformRand, G4NeutronHPVector::GetLabel(), nDistFunc, G4NeutronHPVector::Sample(), theDistFunc, theHighThreshold, and theLowThreshold.

+ Here is the call graph for this function:

Member Data Documentation

G4int G4NeutronHPArbitaryTab::nDistFunc
private

Definition at line 107 of file G4NeutronHPArbitaryTab.hh.

Referenced by Init(), and Sample().

G4NeutronHPVector G4NeutronHPArbitaryTab::theBuffer
private

Definition at line 110 of file G4NeutronHPArbitaryTab.hh.

G4NeutronHPVector* G4NeutronHPArbitaryTab::theDistFunc
private
G4NeutronHPVector G4NeutronHPArbitaryTab::theFractionalProb
private

Definition at line 106 of file G4NeutronHPArbitaryTab.hh.

Referenced by GetFractionalProbability(), and Init().

G4double G4NeutronHPArbitaryTab::theHighThreshold[1000]
private

Definition at line 114 of file G4NeutronHPArbitaryTab.hh.

Referenced by Init(), and Sample().

G4double G4NeutronHPArbitaryTab::theLowThreshold[1000]
private

Definition at line 113 of file G4NeutronHPArbitaryTab.hh.

Referenced by Init(), and Sample().

G4InterpolationManager G4NeutronHPArbitaryTab::theManager
private

Definition at line 108 of file G4NeutronHPArbitaryTab.hh.

Referenced by Init().


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