#include <G4PhysicsLogVector.hh>
|
| G4PhysicsLogVector () |
|
| G4PhysicsLogVector (G4double theEmin, G4double theEmax, size_t theNbin) |
|
virtual | ~G4PhysicsLogVector () |
|
virtual G4bool | Retrieve (std::ifstream &fIn, G4bool ascii) final |
|
virtual void | ScaleVector (G4double factorE, G4double factorV) final |
|
| 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 index) const |
|
G4double | operator() (const size_t index) const |
|
void | PutValue (size_t index, G4double theValue) |
|
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) |
|
G4bool | Store (std::ofstream &fOut, G4bool ascii=false) const |
|
void | DumpValues (G4double unitE=1.0, G4double unitV=1.0) const |
|
void | SetVerboseLevel (G4int value) |
|
Definition at line 60 of file G4PhysicsLogVector.hh.
G4PhysicsLogVector::G4PhysicsLogVector |
( |
| ) |
|
G4PhysicsLogVector::G4PhysicsLogVector |
( |
G4double |
theEmin, |
|
|
G4double |
theEmax, |
|
|
size_t |
theNbin |
|
) |
| |
Definition at line 57 of file G4PhysicsLogVector.cc.
G4PVDataVector dataVector
G4PhysicsVector(G4bool spline=false)
G4double G4Log(G4double x)
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
G4PhysicsLogVector::~G4PhysicsLogVector |
( |
| ) |
|
|
virtual |
G4bool G4PhysicsLogVector::Retrieve |
( |
std::ifstream & |
fIn, |
|
|
G4bool |
ascii |
|
) |
| |
|
finalvirtual |
The documentation for this class was generated from the following files: