Geant4
10.01.p02
|
#include <G4NeutronHPLegendreTable.hh>
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 G4InterpolationManager & | GetManager () |
Private Attributes | |
G4int | theRep |
G4double | theEnergy |
G4double | theTemp |
G4int | nCoeff |
G4InterpolationManager | theManager |
G4double * | theCoeff |
Definition at line 38 of file G4NeutronHPLegendreTable.hh.
|
inline |
Definition at line 41 of file G4NeutronHPLegendreTable.hh.
|
inline |
Definition at line 46 of file G4NeutronHPLegendreTable.hh.
References theCoeff.
Definition at line 94 of file G4NeutronHPLegendreTable.hh.
References theCoeff.
Referenced by G4NeutronHPLegendreStore::GetCoeff(), and G4NeutronHPLegendreStore::Integrate().
|
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().
|
inline |
Definition at line 99 of file G4NeutronHPLegendreTable.hh.
References theManager.
|
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().
|
inline |
Definition at line 98 of file G4NeutronHPLegendreTable.hh.
References theRep.
|
inline |
Definition at line 96 of file G4NeutronHPLegendreTable.hh.
References theTemp.
Referenced by G4NeutronHPLegendreStore::GetTemperature().
|
inline |
Definition at line 66 of file G4NeutronHPLegendreTable.hh.
References eV, and SetCoeff().
Referenced by G4NeutronHPLegendreStore::Init(), G4NeutronHPDiscreteTwoBody::Init(), and G4NeutronHPPhotonDist::InitAngular().
Definition at line 80 of file G4NeutronHPLegendreTable.hh.
|
inline |
Definition at line 48 of file G4NeutronHPLegendreTable.hh.
References nCoeff, theCoeff, theEnergy, theManager, theRep, and theTemp.
Definition at line 91 of file G4NeutronHPLegendreTable.hh.
References theCoeff.
Referenced by G4NeutronHPDiscreteTwoBody::Init(), Init(), and G4NeutronHPLegendreStore::SetCoeff().
|
inline |
Definition at line 89 of file G4NeutronHPLegendreTable.hh.
References G4INCL::KinematicsUtils::energy(), and theEnergy.
Referenced by G4NeutronHPLegendreStore::SetEnergy().
|
inline |
Definition at line 92 of file G4NeutronHPLegendreTable.hh.
References theRep.
Referenced by G4NeutronHPDiscreteTwoBody::Init().
|
inline |
Definition at line 90 of file G4NeutronHPLegendreTable.hh.
References theTemp.
Referenced by G4NeutronHPLegendreStore::SetTemperature().
|
private |
Definition at line 105 of file G4NeutronHPLegendreTable.hh.
Referenced by G4NeutronHPLegendreTable(), GetNumberOfPoly(), Init(), and operator=().
|
private |
Definition at line 107 of file G4NeutronHPLegendreTable.hh.
Referenced by G4NeutronHPLegendreTable(), GetCoeff(), Init(), operator=(), SetCoeff(), and ~G4NeutronHPLegendreTable().
|
private |
Definition at line 103 of file G4NeutronHPLegendreTable.hh.
Referenced by GetEnergy(), Init(), operator=(), and SetEnergy().
|
private |
Definition at line 106 of file G4NeutronHPLegendreTable.hh.
Referenced by GetManager(), and operator=().
|
private |
Definition at line 102 of file G4NeutronHPLegendreTable.hh.
Referenced by GetRepresentation(), operator=(), and SetRepresentation().
|
private |
Definition at line 104 of file G4NeutronHPLegendreTable.hh.
Referenced by GetTemperature(), operator=(), and SetTemperature().