|
Geant4
10.00.p03
|
#include <G4NeutronHPPartial.hh>
Collaboration diagram for G4NeutronHPPartial:Public Member Functions | |
| G4NeutronHPPartial (G4int n) | |
| G4NeutronHPPartial (G4int n1, G4int n2) | |
| void | InitInterpolation (G4int i, std::istream &aDataFile) |
| void | InitInterpolation (std::istream &aDataFile) |
| void | Init (std::istream &aDataFile) |
| void | InitData (G4int i, std::istream &aDataFile, G4double unit=1.) |
| ~G4NeutronHPPartial () | |
| G4int | GetNumberOfEnergies () |
| void | SetX (G4int i, G4double x) |
| void | SetT (G4int i, G4double x) |
| void | SetX (G4int i, G4int j, G4double x) |
| void | SetY (G4int i, G4int j, G4double y) |
| G4double | GetX (G4int i) |
| G4double | GetT (G4int i) |
| G4double | GetX (G4int i, G4int j) |
| G4double | GetY (G4int i, G4int j) |
| G4double | GetY (G4int i, G4double e) |
| G4int | GetNEntries (G4int i) |
| G4NeutronHPVector * | GetY (G4double e1) |
| G4double | Sample (G4double x) |
Private Attributes | |
| G4double * | X |
| G4double * | T |
| G4NeutronHPVector * | data |
| G4int | nData |
| G4InterpolationManager | theManager |
| G4NeutronHPInterpolator | theInt |
Definition at line 40 of file G4NeutronHPPartial.hh.
|
inline |
Definition at line 52 of file G4NeutronHPPartial.hh.
References data, G4INCL::Math::max(), nData, T, and X.
Here is the call graph for this function:
|
inline |
Definition at line 99 of file G4NeutronHPPartial.hh.
Definition at line 117 of file G4NeutronHPPartial.hh.
References data, and G4NeutronHPVector::GetVectorLength().
Referenced by Sample().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 105 of file G4NeutronHPPartial.hh.
References nData.
Definition at line 113 of file G4NeutronHPPartial.hh.
References T.
Definition at line 112 of file G4NeutronHPPartial.hh.
References X.
Referenced by GetY(), and Sample().
Here is the caller graph for this function:Definition at line 114 of file G4NeutronHPPartial.hh.
References data, and G4NeutronHPVector::GetX().
Here is the call graph for this function:Definition at line 115 of file G4NeutronHPPartial.hh.
References data, and G4NeutronHPVector::GetY().
Referenced by G4NeutronHPPhotonDist::GetPhotons(), GetY(), and Sample().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 116 of file G4NeutronHPPartial.hh.
References data, and G4NeutronHPVector::GetY().
Here is the call graph for this function:| G4NeutronHPVector * G4NeutronHPPartial::GetY | ( | G4double | e1 | ) |
Definition at line 36 of file G4NeutronHPPartial.cc.
References data, e1, G4InterpolationManager::GetScheme(), G4NeutronHPVector::GetVectorLength(), GetX(), G4NeutronHPVector::GetX(), GetY(), G4NeutronHPVector::GetY(), G4NeutronHPInterpolator::Interpolate(), G4INCL::Math::min(), nData, G4NeutronHPVector::SetData(), G4NeutronHPVector::SetInterpolationManager(), G4NeutronHPVector::SetScheme(), theInt, theManager, and X.
Here is the call graph for this function:
|
inline |
Definition at line 70 of file G4NeutronHPPartial.hh.
References eV, InitData(), nData, and SetX().
Referenced by G4NeutronHPPhotonDist::InitEnergies().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 83 of file G4NeutronHPPartial.hh.
References data, G4NeutronHPVector::InitInterpolation(), SetX(), and SetY().
Referenced by G4NeutronHPAngular::Init(), and Init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 60 of file G4NeutronHPPartial.hh.
References data, and G4NeutronHPVector::InitInterpolation().
Referenced by G4NeutronHPElasticFS::Init(), G4NeutronHPAngular::Init(), and G4NeutronHPPhotonDist::InitEnergies().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 65 of file G4NeutronHPPartial.hh.
References G4InterpolationManager::Init(), and theManager.
Here is the call graph for this function:Definition at line 103 of file G4NeutronHPPartial.cc.
References data, GetNEntries(), G4InterpolationManager::GetScheme(), GetX(), GetY(), G4NeutronHPInterpolator::Interpolate(), nData, G4NeutronHPVector::Sample(), G4NeutronHPVector::SetInterpolationManager(), G4NeutronHPVector::SetScheme(), G4NeutronHPVector::SetX(), G4NeutronHPVector::SetY(), theInt, theManager, and X.
Referenced by G4NeutronHPElasticFS::ApplyYourself(), and G4NeutronHPAngular::SampleAndUpdate().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 108 of file G4NeutronHPPartial.hh.
References T.
Referenced by G4NeutronHPElasticFS::Init(), and G4NeutronHPAngular::Init().
Here is the caller graph for this function:Definition at line 107 of file G4NeutronHPPartial.hh.
References X.
Referenced by G4NeutronHPElasticFS::Init(), G4NeutronHPAngular::Init(), Init(), and InitData().
Here is the caller graph for this function:Definition at line 109 of file G4NeutronHPPartial.hh.
References data, and G4NeutronHPVector::SetX().
Here is the call graph for this function:Definition at line 110 of file G4NeutronHPPartial.hh.
References data, and G4NeutronHPVector::SetY().
Referenced by G4NeutronHPElasticFS::Init(), and InitData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 125 of file G4NeutronHPPartial.hh.
Referenced by G4NeutronHPPartial(), GetNEntries(), GetX(), GetY(), InitData(), InitInterpolation(), Sample(), SetX(), SetY(), and ~G4NeutronHPPartial().
|
private |
Definition at line 128 of file G4NeutronHPPartial.hh.
Referenced by G4NeutronHPPartial(), GetNumberOfEnergies(), GetY(), Init(), and Sample().
|
private |
Definition at line 124 of file G4NeutronHPPartial.hh.
Referenced by G4NeutronHPPartial(), GetT(), SetT(), and ~G4NeutronHPPartial().
|
private |
Definition at line 130 of file G4NeutronHPPartial.hh.
|
private |
Definition at line 129 of file G4NeutronHPPartial.hh.
Referenced by GetY(), InitInterpolation(), and Sample().
|
private |
Definition at line 123 of file G4NeutronHPPartial.hh.
Referenced by G4NeutronHPPartial(), GetX(), GetY(), Sample(), SetX(), and ~G4NeutronHPPartial().