Geant4  10.00.p02
G4NeutronHPPartial Class Reference

#include <G4NeutronHPPartial.hh>

+ Collaboration diagram for G4NeutronHPPartial:

Public Member Functions

 G4NeutronHPPartial (G4int n)
 
 G4NeutronHPPartial (G4int n1, G4int n2)
 
void InitInterpolation (G4int i, std::istream &aDataFile)
 
void InitInterpolation (std::istream &aDataFile)
 
void Init (std::istream &aDataFile)
 
void InitData (G4int i, std::istream &aDataFile, G4double unit=1.)
 
 ~G4NeutronHPPartial ()
 
G4int GetNumberOfEnergies ()
 
void SetX (G4int i, G4double x)
 
void SetT (G4int i, G4double x)
 
void SetX (G4int i, G4int j, G4double x)
 
void SetY (G4int i, G4int j, G4double y)
 
G4double GetX (G4int i)
 
G4double GetT (G4int i)
 
G4double GetX (G4int i, G4int j)
 
G4double GetY (G4int i, G4int j)
 
G4double GetY (G4int i, G4double e)
 
G4int GetNEntries (G4int i)
 
G4NeutronHPVectorGetY (G4double e1)
 
G4double Sample (G4double x)
 

Private Attributes

G4doubleX
 
G4doubleT
 
G4NeutronHPVectordata
 
G4int nData
 
G4InterpolationManager theManager
 
G4NeutronHPInterpolator theInt
 

Detailed Description

Definition at line 40 of file G4NeutronHPPartial.hh.

Constructor & Destructor Documentation

G4NeutronHPPartial::G4NeutronHPPartial ( G4int  n)
inline

Definition at line 44 of file G4NeutronHPPartial.hh.

References data, n, nData, T, and X.

G4NeutronHPPartial::G4NeutronHPPartial ( G4int  n1,
G4int  n2 
)
inline

Definition at line 52 of file G4NeutronHPPartial.hh.

References data, G4INCL::Math::max(), nData, T, and X.

+ Here is the call graph for this function:

G4NeutronHPPartial::~G4NeutronHPPartial ( )
inline

Definition at line 99 of file G4NeutronHPPartial.hh.

References data, T, and X.

Member Function Documentation

G4int G4NeutronHPPartial::GetNEntries ( G4int  i)
inline

Definition at line 117 of file G4NeutronHPPartial.hh.

References data, and G4NeutronHPVector::GetVectorLength().

Referenced by Sample().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4NeutronHPPartial::GetNumberOfEnergies ( )
inline

Definition at line 105 of file G4NeutronHPPartial.hh.

References nData.

G4double G4NeutronHPPartial::GetT ( G4int  i)
inline

Definition at line 113 of file G4NeutronHPPartial.hh.

References T.

G4double G4NeutronHPPartial::GetX ( G4int  i)
inline

Definition at line 112 of file G4NeutronHPPartial.hh.

References X.

Referenced by GetY(), and Sample().

+ Here is the caller graph for this function:

G4double G4NeutronHPPartial::GetX ( G4int  i,
G4int  j 
)
inline

Definition at line 114 of file G4NeutronHPPartial.hh.

References data, and G4NeutronHPVector::GetX().

+ Here is the call graph for this function:

G4double G4NeutronHPPartial::GetY ( G4int  i,
G4int  j 
)
inline

Definition at line 115 of file G4NeutronHPPartial.hh.

References data, and G4NeutronHPVector::GetY().

Referenced by G4NeutronHPPhotonDist::GetPhotons(), GetY(), and Sample().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NeutronHPPartial::GetY ( G4int  i,
G4double  e 
)
inline

Definition at line 116 of file G4NeutronHPPartial.hh.

References data, and G4NeutronHPVector::GetY().

+ Here is the call graph for this function:

G4NeutronHPVector * G4NeutronHPPartial::GetY ( G4double  e1)
void G4NeutronHPPartial::Init ( std::istream &  aDataFile)
inline

Definition at line 70 of file G4NeutronHPPartial.hh.

References eV, InitData(), nData, and SetX().

Referenced by G4NeutronHPPhotonDist::InitEnergies().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPPartial::InitData ( G4int  i,
std::istream &  aDataFile,
G4double  unit = 1. 
)
inline

Definition at line 83 of file G4NeutronHPPartial.hh.

References data, G4NeutronHPVector::InitInterpolation(), SetX(), and SetY().

Referenced by G4NeutronHPAngular::Init(), and Init().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPPartial::InitInterpolation ( G4int  i,
std::istream &  aDataFile 
)
inline

Definition at line 60 of file G4NeutronHPPartial.hh.

References data, and G4NeutronHPVector::InitInterpolation().

Referenced by G4NeutronHPElasticFS::Init(), G4NeutronHPAngular::Init(), and G4NeutronHPPhotonDist::InitEnergies().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPPartial::InitInterpolation ( std::istream &  aDataFile)
inline

Definition at line 65 of file G4NeutronHPPartial.hh.

References G4InterpolationManager::Init(), and theManager.

+ Here is the call graph for this function:

G4double G4NeutronHPPartial::Sample ( G4double  x)

Definition at line 103 of file G4NeutronHPPartial.cc.

References data, GetNEntries(), G4InterpolationManager::GetScheme(), GetX(), GetY(), G4NeutronHPInterpolator::Interpolate(), nData, G4NeutronHPVector::Sample(), G4NeutronHPVector::SetInterpolationManager(), G4NeutronHPVector::SetScheme(), G4NeutronHPVector::SetX(), G4NeutronHPVector::SetY(), theInt, theManager, and X.

Referenced by G4NeutronHPElasticFS::ApplyYourself(), and G4NeutronHPAngular::SampleAndUpdate().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPPartial::SetT ( G4int  i,
G4double  x 
)
inline

Definition at line 108 of file G4NeutronHPPartial.hh.

References T.

Referenced by G4NeutronHPElasticFS::Init(), and G4NeutronHPAngular::Init().

+ Here is the caller graph for this function:

void G4NeutronHPPartial::SetX ( G4int  i,
G4double  x 
)
inline

Definition at line 107 of file G4NeutronHPPartial.hh.

References X.

Referenced by G4NeutronHPElasticFS::Init(), G4NeutronHPAngular::Init(), Init(), and InitData().

+ Here is the caller graph for this function:

void G4NeutronHPPartial::SetX ( G4int  i,
G4int  j,
G4double  x 
)
inline

Definition at line 109 of file G4NeutronHPPartial.hh.

References data, and G4NeutronHPVector::SetX().

+ Here is the call graph for this function:

void G4NeutronHPPartial::SetY ( G4int  i,
G4int  j,
G4double  y 
)
inline

Definition at line 110 of file G4NeutronHPPartial.hh.

References data, and G4NeutronHPVector::SetY().

Referenced by G4NeutronHPElasticFS::Init(), and InitData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4NeutronHPVector* G4NeutronHPPartial::data
private
G4int G4NeutronHPPartial::nData
private

Definition at line 128 of file G4NeutronHPPartial.hh.

Referenced by G4NeutronHPPartial(), GetNumberOfEnergies(), GetY(), Init(), and Sample().

G4double* G4NeutronHPPartial::T
private

Definition at line 124 of file G4NeutronHPPartial.hh.

Referenced by G4NeutronHPPartial(), GetT(), SetT(), and ~G4NeutronHPPartial().

G4NeutronHPInterpolator G4NeutronHPPartial::theInt
private

Definition at line 130 of file G4NeutronHPPartial.hh.

Referenced by GetY(), and Sample().

G4InterpolationManager G4NeutronHPPartial::theManager
private

Definition at line 129 of file G4NeutronHPPartial.hh.

Referenced by GetY(), InitInterpolation(), and Sample().

G4double* G4NeutronHPPartial::X
private

Definition at line 123 of file G4NeutronHPPartial.hh.

Referenced by G4NeutronHPPartial(), GetX(), GetY(), Sample(), SetX(), and ~G4NeutronHPPartial().


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