#include <G4PhysicsLogVector.hh>
|
| G4PhysicsLogVector () |
|
| G4PhysicsLogVector (size_t theNbin) |
|
| G4PhysicsLogVector (G4double theEmin, G4double theEmax, size_t theNbin) |
|
virtual | ~G4PhysicsLogVector () |
|
virtual G4bool | Retrieve (std::ifstream &fIn, G4bool ascii) |
|
virtual void | ScaleVector (G4double factorE, G4double factorV) |
|
| G4PhysicsVector (G4bool spline=false) |
|
| G4PhysicsVector (const G4PhysicsVector &) |
|
G4PhysicsVector & | operator= (const G4PhysicsVector &) |
|
virtual | ~G4PhysicsVector () |
|
void * | operator new (size_t) |
|
void | operator delete (void *) |
|
G4double | Value (G4double theEnergy) |
|
G4double | GetValue (G4double theEnergy, G4bool &isOutRange) |
|
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 |
|
virtual G4double | GetLowEdgeEnergy (size_t binNumber) const |
|
size_t | GetVectorLength () const |
|
void | FillSecondDerivatives () |
|
void | ComputeSecDerivatives () |
|
void | ComputeSecondDerivatives (G4double firstPointDerivative, G4double endPointDerivative) |
|
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) |
|
G4double | GetLastEnergy () const |
|
G4double | GetLastValue () const |
|
size_t | GetLastBin () const |
|
void | SetVerboseLevel (G4int value) |
|
G4int | GetVerboseLevel (G4int) |
|
Definition at line 59 of file G4PhysicsLogVector.hh.
◆ G4PhysicsLogVector() [1/3]
G4PhysicsLogVector::G4PhysicsLogVector |
( |
| ) |
|
◆ G4PhysicsLogVector() [2/3]
G4PhysicsLogVector::G4PhysicsLogVector |
( |
size_t |
theNbin | ) |
|
|
explicit |
◆ G4PhysicsLogVector() [3/3]
G4PhysicsLogVector::G4PhysicsLogVector |
( |
G4double |
theEmin, |
|
|
G4double |
theEmax, |
|
|
size_t |
theNbin |
|
) |
| |
Definition at line 71 of file G4PhysicsLogVector.cc.
74{
76
77 dBin = std::log10(theEmax/theEmin)/theNbin;
79
83 static const G4double g4log10 = std::log(10.);
84
87
89 {
92 }
95
98}
◆ ~G4PhysicsLogVector()
G4PhysicsLogVector::~G4PhysicsLogVector |
( |
| ) |
|
|
virtual |
◆ FindBinLocation()
size_t G4PhysicsLogVector::FindBinLocation |
( |
G4double |
theEnergy | ) |
const |
|
protectedvirtual |
◆ Retrieve()
G4bool G4PhysicsLogVector::Retrieve |
( |
std::ifstream & |
fIn, |
|
|
G4bool |
ascii |
|
) |
| |
|
virtual |
Reimplemented from G4PhysicsVector.
Definition at line 104 of file G4PhysicsLogVector.cc.
105{
107 if (success)
108 {
112 }
113 return success;
114}
virtual G4bool Retrieve(std::ifstream &fIn, G4bool ascii=false)
◆ ScaleVector()
The documentation for this class was generated from the following files: