#include <G4NeutronHPVector.hh>
|
| G4NeutronHPVector () |
|
| G4NeutronHPVector (G4int n) |
|
| ~G4NeutronHPVector () |
|
G4NeutronHPVector & | operator= (const G4NeutronHPVector &right) |
|
void | SetVerbose (G4int ff) |
|
void | Times (G4double factor) |
|
void | SetPoint (G4int i, const G4NeutronHPDataPoint &it) |
|
void | SetData (G4int i, G4double x, G4double y) |
|
void | SetX (G4int i, G4double e) |
|
void | SetEnergy (G4int i, G4double e) |
|
void | SetY (G4int i, G4double x) |
|
void | SetXsec (G4int i, G4double x) |
|
G4double | GetEnergy (G4int i) const |
|
G4double | GetXsec (G4int i) |
|
G4double | GetX (G4int i) const |
|
const G4NeutronHPDataPoint & | GetPoint (G4int i) const |
|
void | Hash () |
|
void | ReHash () |
|
G4double | GetXsec (G4double e) |
|
G4double | GetXsec (G4double e, G4int min) |
|
G4double | GetY (G4double x) |
|
G4int | GetVectorLength () const |
|
G4double | GetY (G4int i) |
|
G4double | GetY (G4int i) const |
|
void | Dump () |
|
void | InitInterpolation (std::ifstream &aDataFile) |
|
void | Init (std::ifstream &aDataFile, G4int total, G4double ux=1., G4double uy=1.) |
|
void | Init (std::ifstream &aDataFile, G4double ux=1., G4double uy=1.) |
|
void | ThinOut (G4double precision) |
|
void | SetLabel (G4double aLabel) |
|
G4double | GetLabel () |
|
void | CleanUp () |
|
void | Merge (G4NeutronHPVector *active, G4NeutronHPVector *passive) |
|
void | Merge (G4InterpolationScheme aScheme, G4double aValue, G4NeutronHPVector *active, G4NeutronHPVector *passive) |
|
G4double | SampleLin () |
|
G4double | Sample () |
|
G4double * | Debug () |
|
void | IntegrateAndNormalise () |
|
void | Integrate () |
|
G4double | GetIntegral () |
|
void | SetInterpolationManager (const G4InterpolationManager &aManager) |
|
const G4InterpolationManager & | GetInterpolationManager () const |
|
void | SetInterpolationManager (G4InterpolationManager &aMan) |
|
void | SetScheme (G4int aPoint, const G4InterpolationScheme &aScheme) |
|
G4InterpolationScheme | GetScheme (G4int anIndex) |
|
G4double | GetMeanX () |
|
std::vector< G4double > | GetBlocked () |
|
std::vector< G4double > | GetBuffered () |
|
G4double | Get15percentBorder () |
|
G4double | Get50percentBorder () |
|
Definition at line 50 of file G4NeutronHPVector.hh.
G4NeutronHPVector::G4NeutronHPVector |
( |
) | |
|
G4NeutronHPVector::G4NeutronHPVector |
( |
G4int |
n) | |
|
G4NeutronHPVector::~G4NeutronHPVector |
( |
) | |
|
void G4NeutronHPVector::CleanUp |
( |
) | |
|
|
inline |
void G4NeutronHPVector::Dump |
( |
) | |
|
G4double G4NeutronHPVector::Get15percentBorder |
( |
) | |
|
G4double G4NeutronHPVector::Get50percentBorder |
( |
) | |
|
std::vector<G4double> G4NeutronHPVector::GetBlocked |
( |
) | |
|
|
inline |
std::vector<G4double> G4NeutronHPVector::GetBuffered |
( |
) | |
|
|
inline |
G4double G4NeutronHPVector::GetIntegral |
( |
) | |
|
|
inline |
G4double G4NeutronHPVector::GetLabel |
( |
) | |
|
|
inline |
G4double G4NeutronHPVector::GetMeanX |
( |
) | |
|
|
inline |
G4int G4NeutronHPVector::GetVectorLength |
( |
) | |
const |
|
inline |
void G4NeutronHPVector::Hash |
( |
) | |
|
|
inline |
void G4NeutronHPVector::InitInterpolation |
( |
std::ifstream & |
aDataFile) | |
|
|
inline |
void G4NeutronHPVector::Integrate |
( |
) | |
|
|
inline |
void G4NeutronHPVector::IntegrateAndNormalise |
( |
) | |
|
|
inline |
void G4NeutronHPVector::ReHash |
( |
) | |
|
|
inline |
G4double G4NeutronHPVector::SampleLin |
( |
) | |
|
|
inline |
void G4NeutronHPVector::SetVerbose |
( |
G4int |
ff) | |
|
|
inline |
The documentation for this class was generated from the following files: