#include <G4PhysicsOrderedFreeVector.hh>
|
| G4PhysicsOrderedFreeVector () |
|
| G4PhysicsOrderedFreeVector (G4double *Energies, G4double *Values, size_t VectorLength) |
|
virtual | ~G4PhysicsOrderedFreeVector () |
|
void | InsertValues (G4double energy, G4double value) |
|
G4double | GetEnergy (G4double aValue) |
|
G4double | GetMaxValue () |
|
G4double | GetMinValue () |
|
G4double | GetMaxLowEdgeEnergy () |
|
G4double | GetMinLowEdgeEnergy () |
|
void | DumpValues () |
|
| G4PhysicsVector (G4bool spline=false) |
|
| G4PhysicsVector (const G4PhysicsVector &) |
|
G4PhysicsVector & | operator= (const G4PhysicsVector &) |
|
virtual | ~G4PhysicsVector () |
|
G4double | Value (G4double theEnergy, size_t &lastidx) const |
|
G4double | Value (G4double theEnergy) const |
|
G4double | GetValue (G4double theEnergy, G4bool &isOutRange) const |
|
G4int | operator== (const G4PhysicsVector &right) const |
|
G4int | operator!= (const G4PhysicsVector &right) const |
|
G4double | operator[] (const size_t binNumber) const |
|
G4double | operator() (const size_t binNumber) const |
|
void | PutValue (size_t index, G4double theValue) |
|
virtual void | ScaleVector (G4double factorE, G4double factorV) |
|
G4double | Energy (size_t index) const |
|
G4double | GetMaxEnergy () const |
|
G4double | GetLowEdgeEnergy (size_t binNumber) const |
|
size_t | GetVectorLength () const |
|
size_t | FindBin (G4double energy, size_t idx) const |
|
void | FillSecondDerivatives () |
|
void | ComputeSecDerivatives () |
|
void | ComputeSecondDerivatives (G4double firstPointDerivative, G4double endPointDerivative) |
|
G4double | FindLinearEnergy (G4double rand) const |
|
G4bool | IsFilledVectorExist () const |
|
G4PhysicsVectorType | GetType () const |
|
void | SetSpline (G4bool) |
|
virtual G4bool | Store (std::ofstream &fOut, G4bool ascii=false) |
|
virtual G4bool | Retrieve (std::ifstream &fIn, G4bool ascii=false) |
|
void | SetVerboseLevel (G4int value) |
|
G4int | GetVerboseLevel (G4int) |
|
◆ G4PhysicsOrderedFreeVector() [1/2]
G4PhysicsOrderedFreeVector::G4PhysicsOrderedFreeVector |
( |
| ) |
|
◆ G4PhysicsOrderedFreeVector() [2/2]
G4PhysicsOrderedFreeVector::G4PhysicsOrderedFreeVector |
( |
G4double * |
Energies, |
|
|
G4double * |
Values, |
|
|
size_t |
VectorLength |
|
) |
| |
Definition at line 62 of file G4PhysicsOrderedFreeVector.cc.
69 for (
size_t i = 0 ; i < VectorLength ; ++i)
G4PhysicsVector(G4bool spline=false)
void InsertValues(G4double energy, G4double value)
◆ ~G4PhysicsOrderedFreeVector()
G4PhysicsOrderedFreeVector::~G4PhysicsOrderedFreeVector |
( |
| ) |
|
|
virtual |
◆ DumpValues()
void G4PhysicsOrderedFreeVector::DumpValues |
( |
| ) |
|
◆ FindValueBinLocation()
size_t G4PhysicsOrderedFreeVector::FindValueBinLocation |
( |
G4double |
aValue | ) |
|
|
private |
◆ GetEnergy()
Definition at line 108 of file G4PhysicsOrderedFreeVector.cc.
G4double LinearInterpolationOfEnergy(G4double aValue, size_t theLocBin)
size_t FindValueBinLocation(G4double aValue)
◆ GetMaxLowEdgeEnergy()
G4double G4PhysicsOrderedFreeVector::GetMaxLowEdgeEnergy |
( |
| ) |
|
|
inline |
◆ GetMaxValue()
G4double G4PhysicsOrderedFreeVector::GetMaxValue |
( |
| ) |
|
|
inline |
◆ GetMinLowEdgeEnergy()
G4double G4PhysicsOrderedFreeVector::GetMinLowEdgeEnergy |
( |
| ) |
|
|
inline |
◆ GetMinValue()
G4double G4PhysicsOrderedFreeVector::GetMinValue |
( |
| ) |
|
|
inline |
◆ InsertValues()
void G4PhysicsOrderedFreeVector::InsertValues |
( |
G4double |
energy, |
|
|
G4double |
value |
|
) |
| |
Definition at line 91 of file G4PhysicsOrderedFreeVector.cc.
93 std::vector<G4double>::iterator binLoc =
96 size_t binIdx = binLoc -
binVector.begin();
98 std::vector<G4double>::iterator dataLoc =
dataVector.begin() + binIdx;
G4PVDataVector dataVector
◆ LinearInterpolationOfEnergy()
G4double G4PhysicsOrderedFreeVector::LinearInterpolationOfEnergy |
( |
G4double |
aValue, |
|
|
size_t |
theLocBin |
|
) |
| |
|
private |
The documentation for this class was generated from the following files: