#include <G4ParticleHPLegendreTable.hh>
◆ G4ParticleHPLegendreTable()
G4ParticleHPLegendreTable::G4ParticleHPLegendreTable |
( |
| ) |
|
|
inline |
Definition at line 43 of file G4ParticleHPLegendreTable.hh.
44 {
45 nCoeff = 0;
46 theCoeff = nullptr;
47 theRep = 0;
48 theEnergy = 0.0;
49 theTemp = 0.0;
50 }
◆ ~G4ParticleHPLegendreTable()
G4ParticleHPLegendreTable::~G4ParticleHPLegendreTable |
( |
| ) |
|
|
inline |
◆ GetCoeff()
◆ GetEnergy()
G4double G4ParticleHPLegendreTable::GetEnergy |
( |
| ) |
|
|
inline |
◆ GetManager()
◆ GetNumberOfPoly()
G4int G4ParticleHPLegendreTable::GetNumberOfPoly |
( |
| ) |
|
|
inline |
◆ GetRepresentation()
G4int G4ParticleHPLegendreTable::GetRepresentation |
( |
| ) |
|
|
inline |
◆ GetTemperature()
G4double G4ParticleHPLegendreTable::GetTemperature |
( |
| ) |
|
|
inline |
◆ Init() [1/2]
◆ Init() [2/2]
void G4ParticleHPLegendreTable::Init |
( |
std::istream & | aDataFile | ) |
|
|
inline |
◆ operator=()
Definition at line 53 of file G4ParticleHPLegendreTable.hh.
54 {
55 if (&aSet != this) {
56 theRep = aSet.theRep;
57 theEnergy = aSet.theEnergy;
58 theTemp = aSet.theTemp;
59 theManager = aSet.theManager;
60 nCoeff = aSet.nCoeff;
61 delete[] theCoeff;
63 for (
G4int i = 0; i < nCoeff; i++) {
64 theCoeff[i] = aSet.theCoeff[i];
65 }
66 }
67 }
◆ SetCoeff()
void G4ParticleHPLegendreTable::SetCoeff |
( |
G4int | l, |
|
|
G4double | coeff ) |
|
inline |
◆ SetEnergy()
void G4ParticleHPLegendreTable::SetEnergy |
( |
G4double | energy | ) |
|
|
inline |
◆ SetRepresentation()
void G4ParticleHPLegendreTable::SetRepresentation |
( |
G4int | aRep | ) |
|
|
inline |
◆ SetTemperature()
void G4ParticleHPLegendreTable::SetTemperature |
( |
G4double | temp | ) |
|
|
inline |
The documentation for this class was generated from the following file: