Geant4  10.00.p02
G4InterpolationManager Class Reference

#include <G4InterpolationManager.hh>

Public Member Functions

 G4InterpolationManager ()
 
 ~G4InterpolationManager ()
 
G4InterpolationManageroperator= (const G4InterpolationManager &aManager)
 
void Init (G4int aScheme, G4int aRange)
 
void Init (G4InterpolationScheme aScheme, G4int aRange)
 
void Init (std::istream &aDataFile)
 
G4InterpolationScheme MakeScheme (G4int it)
 
G4InterpolationScheme GetScheme (G4int index) const
 
void CleanUp ()
 
G4InterpolationScheme GetInverseScheme (G4int index)
 
void AppendScheme (G4int aPoint, const G4InterpolationScheme &aScheme)
 

Private Attributes

G4int nRanges
 
G4InterpolationSchemescheme
 
G4intstart
 
G4intrange
 
G4int nEntries
 

Friends

class G4InterpolationIterator
 

Detailed Description

Definition at line 37 of file G4InterpolationManager.hh.

Constructor & Destructor Documentation

G4InterpolationManager::G4InterpolationManager ( )
inline

Definition at line 43 of file G4InterpolationManager.hh.

References LINLIN, nEntries, nRanges, range, scheme, and start.

G4InterpolationManager::~G4InterpolationManager ( )
inline

Definition at line 55 of file G4InterpolationManager.hh.

References range, scheme, and start.

Member Function Documentation

void G4InterpolationManager::AppendScheme ( G4int  aPoint,
const G4InterpolationScheme aScheme 
)

Definition at line 90 of file G4InterpolationManager.cc.

References buffer, G4cout, G4endl, nEntries, nRanges, range, scheme, and start.

Referenced by G4NeutronHPVector::Merge(), and G4NeutronHPVector::SetScheme().

+ Here is the caller graph for this function:

void G4InterpolationManager::CleanUp ( )
inline

Definition at line 142 of file G4InterpolationManager.hh.

References nEntries, and nRanges.

Referenced by G4NeutronHPVector::CleanUp().

+ Here is the caller graph for this function:

G4InterpolationScheme G4InterpolationManager::GetInverseScheme ( G4int  index)
inline

Definition at line 148 of file G4InterpolationManager.hh.

References CHISTO, CLINLOG, CLOGLIN, CRANDOM, GetScheme(), HISTO, LINLOG, LOGLIN, RANDOM, UHISTO, ULINLOG, ULOGLIN, and URANDOM.

Referenced by G4NeutronHPContAngularPar::Sample().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4InterpolationManager::Init ( G4int  aScheme,
G4int  aRange 
)
inline

Definition at line 84 of file G4InterpolationManager.hh.

References MakeScheme(), nEntries, nRanges, range, scheme, and start.

Referenced by G4NeutronHPAngularP::Init(), G4NeutronHPDiscreteTwoBody::Init(), G4NeutronHPArbitaryTab::Init(), G4NeutronHPContEnergyAngular::Init(), G4NeutronHPLabAngularEnergy::Init(), G4NeutronHPVector::Init(), G4NeutronHPPhotonDist::InitAngular(), G4NeutronHPPartial::InitInterpolation(), G4NeutronHPLegendreStore::InitInterpolation(), G4NeutronHPVector::InitInterpolation(), G4NeutronHPContAngularPar::Sample(), G4NeutronHPDiscreteTwoBody::Sample(), and G4NeutronHPContAngularPar::SetInterpolation().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4InterpolationManager::Init ( G4InterpolationScheme  aScheme,
G4int  aRange 
)
inline

Definition at line 92 of file G4InterpolationManager.hh.

References nEntries, nRanges, range, scheme, and start.

void G4InterpolationManager::Init ( std::istream &  aDataFile)
inline

Definition at line 101 of file G4InterpolationManager.hh.

References MakeScheme(), nEntries, nRanges, range, scheme, and start.

+ Here is the call graph for this function:

G4InterpolationScheme G4InterpolationManager::MakeScheme ( G4int  it)

Definition at line 33 of file G4InterpolationManager.cc.

References CHISTO, CLINLIN, CLINLOG, CLOGLIN, CLOGLOG, HISTO, LINLIN, LINLOG, LOGLIN, LOGLOG, UHISTO, ULINLIN, ULINLOG, ULOGLIN, and ULOGLOG.

Referenced by Init().

+ Here is the caller graph for this function:

G4InterpolationManager& G4InterpolationManager::operator= ( const G4InterpolationManager aManager)
inline

Definition at line 62 of file G4InterpolationManager.hh.

References nEntries, nRanges, range, scheme, and start.

Friends And Related Function Documentation

friend class G4InterpolationIterator
friend

Definition at line 41 of file G4InterpolationManager.hh.

Member Data Documentation

G4int G4InterpolationManager::nEntries
private
G4int G4InterpolationManager::nRanges
private
G4int* G4InterpolationManager::range
private
G4InterpolationScheme* G4InterpolationManager::scheme
private

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