#include <G4ParticleHPLegendreTable.hh>
G4ParticleHPLegendreTable::G4ParticleHPLegendreTable |
( |
| ) |
|
|
inline |
G4ParticleHPLegendreTable::~G4ParticleHPLegendreTable |
( |
| ) |
|
|
inline |
G4double G4ParticleHPLegendreTable::GetEnergy |
( |
| ) |
|
|
inline |
G4int G4ParticleHPLegendreTable::GetNumberOfPoly |
( |
| ) |
|
|
inline |
G4int G4ParticleHPLegendreTable::GetRepresentation |
( |
| ) |
|
|
inline |
G4double G4ParticleHPLegendreTable::GetTemperature |
( |
| ) |
|
|
inline |
void G4ParticleHPLegendreTable::Init |
( |
std::istream & |
aDataFile | ) |
|
|
inline |
Definition at line 70 of file G4ParticleHPLegendreTable.hh.
74 aDataFile >> eNeu >> nPoly;
77 for(
G4int l=0; l<nPoly; l++)
void SetCoeff(G4int l, G4double coeff)
static constexpr double eV
void Init(std::istream &aDataFile)
Definition at line 52 of file G4ParticleHPLegendreTable.hh.
57 theEnergy = aSet.theEnergy;
58 theTemp = aSet.theTemp;
59 theManager = aSet.theManager;
61 if(theCoeff!=0)
delete [] theCoeff;
63 for(
G4int i=0; i<nCoeff; i++)
65 theCoeff[i] = aSet.theCoeff[i];
void G4ParticleHPLegendreTable::SetEnergy |
( |
G4double |
energy | ) |
|
|
inline |
void G4ParticleHPLegendreTable::SetRepresentation |
( |
G4int |
aRep | ) |
|
|
inline |
void G4ParticleHPLegendreTable::SetTemperature |
( |
G4double |
temp | ) |
|
|
inline |
The documentation for this class was generated from the following file: