Geant4-11
|
#include <G4ParticleHPLegendreTable.hh>
Public Member Functions | |
G4ParticleHPLegendreTable () | |
G4double | GetCoeff (G4int l) |
G4double | GetEnergy () |
const G4InterpolationManager & | GetManager () |
G4int | GetNumberOfPoly () |
G4int | GetRepresentation () |
G4double | GetTemperature () |
void | Init (G4double e, G4int n) |
void | Init (std::istream &aDataFile) |
void | operator= (const G4ParticleHPLegendreTable &aSet) |
void | SetCoeff (G4int l, G4double coeff) |
void | SetEnergy (G4double energy) |
void | SetRepresentation (G4int aRep) |
void | SetTemperature (G4double temp) |
~G4ParticleHPLegendreTable () | |
Private Attributes | |
G4int | nCoeff |
G4double * | theCoeff |
G4double | theEnergy |
G4InterpolationManager | theManager |
G4int | theRep |
G4double | theTemp |
Definition at line 39 of file G4ParticleHPLegendreTable.hh.
|
inline |
|
inline |
Definition at line 50 of file G4ParticleHPLegendreTable.hh.
References theCoeff.
Definition at line 98 of file G4ParticleHPLegendreTable.hh.
References theCoeff.
Referenced by G4ParticleHPLegendreStore::GetCoeff(), and G4ParticleHPLegendreStore::Integrate().
|
inline |
Definition at line 99 of file G4ParticleHPLegendreTable.hh.
References theEnergy.
Referenced by G4ParticleHPLegendreStore::GetEnergy(), G4ParticleHPDiscreteTwoBody::Sample(), G4ParticleHPLegendreStore::Sample(), G4ParticleHPLegendreStore::SampleDiscreteTwoBody(), G4ParticleHPLegendreStore::SampleElastic(), and G4ParticleHPLegendreStore::SampleMax().
|
inline |
Definition at line 103 of file G4ParticleHPLegendreTable.hh.
References theManager.
|
inline |
Definition at line 101 of file G4ParticleHPLegendreTable.hh.
References nCoeff.
Referenced by G4ParticleHPLegendreStore::GetNumberOfPoly(), G4ParticleHPLegendreStore::Integrate(), G4ParticleHPDiscreteTwoBody::Sample(), G4ParticleHPLegendreStore::SampleDiscreteTwoBody(), G4ParticleHPLegendreStore::SampleElastic(), and G4ParticleHPLegendreStore::SampleMax().
|
inline |
Definition at line 102 of file G4ParticleHPLegendreTable.hh.
References theRep.
Referenced by G4ParticleHPDiscreteTwoBody::Sample().
|
inline |
Definition at line 100 of file G4ParticleHPLegendreTable.hh.
References theTemp.
Referenced by G4ParticleHPLegendreStore::GetTemperature().
Definition at line 84 of file G4ParticleHPLegendreTable.hh.
References CLHEP::detail::n, nCoeff, theCoeff, and theEnergy.
|
inline |
Definition at line 70 of file G4ParticleHPLegendreTable.hh.
References CLHEP::eV, Init(), and SetCoeff().
Referenced by G4ParticleHPLegendreStore::Init(), G4ParticleHPDiscreteTwoBody::Init(), Init(), and G4ParticleHPPhotonDist::InitAngular().
|
inline |
Definition at line 52 of file G4ParticleHPLegendreTable.hh.
References nCoeff, theCoeff, theEnergy, theManager, theRep, and theTemp.
Definition at line 95 of file G4ParticleHPLegendreTable.hh.
References theCoeff.
Referenced by G4ParticleHPDiscreteTwoBody::Init(), Init(), and G4ParticleHPLegendreStore::SetCoeff().
|
inline |
Definition at line 93 of file G4ParticleHPLegendreTable.hh.
References G4INCL::KinematicsUtils::energy(), and theEnergy.
Referenced by G4ParticleHPLegendreStore::SetEnergy().
|
inline |
Definition at line 96 of file G4ParticleHPLegendreTable.hh.
References theRep.
Referenced by G4ParticleHPDiscreteTwoBody::Init().
|
inline |
Definition at line 94 of file G4ParticleHPLegendreTable.hh.
References theTemp.
Referenced by G4ParticleHPLegendreStore::SetTemperature().
|
private |
Definition at line 109 of file G4ParticleHPLegendreTable.hh.
Referenced by G4ParticleHPLegendreTable(), GetNumberOfPoly(), Init(), and operator=().
|
private |
Definition at line 111 of file G4ParticleHPLegendreTable.hh.
Referenced by G4ParticleHPLegendreTable(), GetCoeff(), Init(), operator=(), SetCoeff(), and ~G4ParticleHPLegendreTable().
|
private |
Definition at line 107 of file G4ParticleHPLegendreTable.hh.
Referenced by G4ParticleHPLegendreTable(), GetEnergy(), Init(), operator=(), and SetEnergy().
|
private |
Definition at line 110 of file G4ParticleHPLegendreTable.hh.
Referenced by GetManager(), and operator=().
|
private |
Definition at line 106 of file G4ParticleHPLegendreTable.hh.
Referenced by G4ParticleHPLegendreTable(), GetRepresentation(), operator=(), and SetRepresentation().
|
private |
Definition at line 108 of file G4ParticleHPLegendreTable.hh.
Referenced by G4ParticleHPLegendreTable(), GetTemperature(), operator=(), and SetTemperature().