Geant4
10.01.p02
|
#include <G4PhysicsLnVector.hh>
Public Member Functions | |
G4PhysicsLnVector () | |
G4PhysicsLnVector (size_t theNbin) | |
G4PhysicsLnVector (G4double theEmin, G4double theEmax, size_t theNbin) | |
virtual | ~G4PhysicsLnVector () |
virtual G4bool | Retrieve (std::ifstream &fIn, G4bool ascii) |
virtual void | ScaleVector (G4double factorE, G4double factorV) |
Public Member Functions inherited from G4PhysicsVector | |
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) |
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) |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel (G4int) |
Additional Inherited Members | |
Protected Member Functions inherited from G4PhysicsVector | |
void | DeleteData () |
void | CopyData (const G4PhysicsVector &vec) |
Protected Attributes inherited from G4PhysicsVector | |
G4PhysicsVectorType | type |
G4double | edgeMin |
G4double | edgeMax |
size_t | numberOfNodes |
G4PVDataVector | dataVector |
G4PVDataVector | binVector |
G4PVDataVector | secDerivative |
G4double | dBin |
G4double | baseBin |
G4int | verboseLevel |
Definition at line 56 of file G4PhysicsLnVector.hh.
G4PhysicsLnVector::G4PhysicsLnVector | ( | ) |
Definition at line 44 of file G4PhysicsLnVector.cc.
References T_G4PhysicsLogVector, and G4PhysicsVector::type.
|
explicit |
Definition at line 50 of file G4PhysicsLnVector.cc.
References G4PhysicsVector::binVector, G4PhysicsVector::dataVector, G4PhysicsVector::numberOfNodes, T_G4PhysicsLogVector, and G4PhysicsVector::type.
Definition at line 66 of file G4PhysicsLnVector.cc.
References G4PhysicsVector::baseBin, G4PhysicsVector::binVector, G4PhysicsVector::dataVector, G4PhysicsVector::dBin, G4PhysicsVector::edgeMax, G4PhysicsVector::edgeMin, G4Exp(), G4Log(), G4PhysicsVector::numberOfNodes, T_G4PhysicsLnVector, and G4PhysicsVector::type.
|
virtual |
Definition at line 93 of file G4PhysicsLnVector.cc.
Reimplemented from G4PhysicsVector.
Definition at line 95 of file G4PhysicsLnVector.cc.
References G4PhysicsVector::baseBin, G4PhysicsVector::binVector, G4PhysicsVector::dBin, G4Log(), and G4PhysicsVector::Retrieve().
Reimplemented from G4PhysicsVector.
Definition at line 107 of file G4PhysicsLnVector.cc.
References G4PhysicsVector::baseBin, G4PhysicsVector::binVector, G4PhysicsVector::dBin, G4Log(), and G4PhysicsVector::ScaleVector().