Geant4  10.00.p02
G4NeutronHPLegendreTable Class Reference

#include <G4NeutronHPLegendreTable.hh>

+ Collaboration diagram for G4NeutronHPLegendreTable:

Public Member Functions

 G4NeutronHPLegendreTable ()
 
 ~G4NeutronHPLegendreTable ()
 
void operator= (const G4NeutronHPLegendreTable &aSet)
 
void Init (std::istream &aDataFile)
 
void Init (G4double e, G4int n)
 
void SetEnergy (G4double energy)
 
void SetTemperature (G4double temp)
 
void SetCoeff (G4int l, G4double coeff)
 
void SetRepresentation (G4int aRep)
 
G4double GetCoeff (G4int l)
 
G4double GetEnergy ()
 
G4double GetTemperature ()
 
G4int GetNumberOfPoly ()
 
G4int GetRepresentation ()
 
const G4InterpolationManagerGetManager ()
 

Private Attributes

G4int theRep
 
G4double theEnergy
 
G4double theTemp
 
G4int nCoeff
 
G4InterpolationManager theManager
 
G4doubletheCoeff
 

Detailed Description

Definition at line 38 of file G4NeutronHPLegendreTable.hh.

Constructor & Destructor Documentation

G4NeutronHPLegendreTable::G4NeutronHPLegendreTable ( )
inline

Definition at line 41 of file G4NeutronHPLegendreTable.hh.

References nCoeff, and theCoeff.

G4NeutronHPLegendreTable::~G4NeutronHPLegendreTable ( )
inline

Definition at line 46 of file G4NeutronHPLegendreTable.hh.

References theCoeff.

Member Function Documentation

G4double G4NeutronHPLegendreTable::GetCoeff ( G4int  l)
inline

Definition at line 94 of file G4NeutronHPLegendreTable.hh.

References theCoeff.

Referenced by G4NeutronHPLegendreStore::GetCoeff(), and G4NeutronHPLegendreStore::Integrate().

+ Here is the caller graph for this function:

G4double G4NeutronHPLegendreTable::GetEnergy ( )
inline

Definition at line 95 of file G4NeutronHPLegendreTable.hh.

References theEnergy.

Referenced by G4NeutronHPLegendreStore::GetEnergy(), G4NeutronHPLegendreStore::Sample(), G4NeutronHPDiscreteTwoBody::Sample(), G4NeutronHPLegendreStore::SampleDiscreteTwoBody(), G4NeutronHPLegendreStore::SampleElastic(), and G4NeutronHPLegendreStore::SampleMax().

+ Here is the caller graph for this function:

const G4InterpolationManager& G4NeutronHPLegendreTable::GetManager ( )
inline

Definition at line 99 of file G4NeutronHPLegendreTable.hh.

References theManager.

G4int G4NeutronHPLegendreTable::GetNumberOfPoly ( )
inline

Definition at line 97 of file G4NeutronHPLegendreTable.hh.

References nCoeff.

Referenced by G4NeutronHPLegendreStore::GetNumberOfPoly(), G4NeutronHPLegendreStore::Integrate(), G4NeutronHPDiscreteTwoBody::Sample(), G4NeutronHPLegendreStore::SampleDiscreteTwoBody(), G4NeutronHPLegendreStore::SampleElastic(), and G4NeutronHPLegendreStore::SampleMax().

+ Here is the caller graph for this function:

G4int G4NeutronHPLegendreTable::GetRepresentation ( )
inline

Definition at line 98 of file G4NeutronHPLegendreTable.hh.

References theRep.

G4double G4NeutronHPLegendreTable::GetTemperature ( void  )
inline

Definition at line 96 of file G4NeutronHPLegendreTable.hh.

References theTemp.

Referenced by G4NeutronHPLegendreStore::GetTemperature().

+ Here is the caller graph for this function:

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

Definition at line 66 of file G4NeutronHPLegendreTable.hh.

References eV, and SetCoeff().

Referenced by G4NeutronHPLegendreStore::Init(), G4NeutronHPDiscreteTwoBody::Init(), and G4NeutronHPPhotonDist::InitAngular().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPLegendreTable::Init ( G4double  e,
G4int  n 
)
inline

Definition at line 80 of file G4NeutronHPLegendreTable.hh.

References nCoeff, theCoeff, and theEnergy.

void G4NeutronHPLegendreTable::operator= ( const G4NeutronHPLegendreTable aSet)
inline

Definition at line 48 of file G4NeutronHPLegendreTable.hh.

References nCoeff, theCoeff, theEnergy, theManager, theRep, and theTemp.

void G4NeutronHPLegendreTable::SetCoeff ( G4int  l,
G4double  coeff 
)
inline

Definition at line 91 of file G4NeutronHPLegendreTable.hh.

References theCoeff.

Referenced by G4NeutronHPDiscreteTwoBody::Init(), Init(), and G4NeutronHPLegendreStore::SetCoeff().

+ Here is the caller graph for this function:

void G4NeutronHPLegendreTable::SetEnergy ( G4double  energy)
inline

Definition at line 89 of file G4NeutronHPLegendreTable.hh.

References G4INCL::KinematicsUtils::energy(), and theEnergy.

Referenced by G4NeutronHPLegendreStore::SetEnergy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4NeutronHPLegendreTable::SetRepresentation ( G4int  aRep)
inline

Definition at line 92 of file G4NeutronHPLegendreTable.hh.

References theRep.

Referenced by G4NeutronHPDiscreteTwoBody::Init().

+ Here is the caller graph for this function:

void G4NeutronHPLegendreTable::SetTemperature ( G4double  temp)
inline

Definition at line 90 of file G4NeutronHPLegendreTable.hh.

References theTemp.

Referenced by G4NeutronHPLegendreStore::SetTemperature().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4NeutronHPLegendreTable::nCoeff
private
G4double* G4NeutronHPLegendreTable::theCoeff
private
G4double G4NeutronHPLegendreTable::theEnergy
private

Definition at line 103 of file G4NeutronHPLegendreTable.hh.

Referenced by GetEnergy(), Init(), operator=(), and SetEnergy().

G4InterpolationManager G4NeutronHPLegendreTable::theManager
private

Definition at line 106 of file G4NeutronHPLegendreTable.hh.

Referenced by GetManager(), and operator=().

G4int G4NeutronHPLegendreTable::theRep
private

Definition at line 102 of file G4NeutronHPLegendreTable.hh.

Referenced by GetRepresentation(), operator=(), and SetRepresentation().

G4double G4NeutronHPLegendreTable::theTemp
private

Definition at line 104 of file G4NeutronHPLegendreTable.hh.

Referenced by GetTemperature(), operator=(), and SetTemperature().


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