|
| | G4PhysicsLogVector (G4bool spline=false) |
| |
| | G4PhysicsLogVector (G4double Emin, G4double Emax, std::size_t Nbin, G4bool spline=false) |
| |
| | ~G4PhysicsLogVector () override=default |
| |
| | G4PhysicsVector (G4bool spline=false) |
| |
| | G4PhysicsVector (const G4PhysicsVector &)=default |
| |
| G4PhysicsVector & | operator= (const G4PhysicsVector &)=default |
| |
| | G4PhysicsVector (const G4PhysicsVector &&)=delete |
| |
| G4PhysicsVector & | operator= (const G4PhysicsVector &&)=delete |
| |
| G4bool | operator== (const G4PhysicsVector &right) const =delete |
| |
| G4bool | operator!= (const G4PhysicsVector &right) const =delete |
| |
| virtual | ~G4PhysicsVector ()=default |
| |
| G4double | Value (const G4double energy, std::size_t &lastidx) const |
| |
| G4double | Value (const G4double energy) const |
| |
| G4double | GetValue (const G4double energy, G4bool &isOutRange) const |
| |
| G4double | LogVectorValue (const G4double energy, const G4double theLogEnergy) const |
| |
| G4double | LogFreeVectorValue (const G4double energy, const G4double theLogEnergy) const |
| |
| G4double | operator[] (const std::size_t index) const |
| |
| G4double | operator() (const std::size_t index) const |
| |
| void | PutValue (const std::size_t index, const G4double value) |
| |
| G4double | Energy (const std::size_t index) const |
| |
| G4double | GetLowEdgeEnergy (const std::size_t index) const |
| |
| G4double | GetMinEnergy () const |
| |
| G4double | GetMaxEnergy () const |
| |
| G4double | GetMinValue () const |
| |
| G4double | GetMaxValue () const |
| |
| std::size_t | GetVectorLength () const |
| |
| std::size_t | ComputeLogVectorBin (const G4double logenergy) const |
| |
| G4PhysicsVectorType | GetType () const |
| |
| G4bool | GetSpline () const |
| |
| void | SetVerboseLevel (G4int value) |
| |
| G4double | FindLinearEnergy (const G4double rand) const |
| |
| std::size_t | FindBin (const G4double energy, std::size_t idx) const |
| |
| void | ScaleVector (const G4double factorE, const G4double factorV) |
| |
| void | FillSecondDerivatives (const G4SplineType=G4SplineType::Base, const G4double dir1=0.0, const G4double dir2=0.0) |
| |
| G4double | GetEnergy (const G4double value) const |
| |
| G4bool | Store (std::ofstream &fOut, G4bool ascii=false) const |
| |
| G4bool | Retrieve (std::ifstream &fIn, G4bool ascii=false) |
| |
| void | DumpValues (G4double unitE=1.0, G4double unitV=1.0) const |
| |
Definition at line 47 of file G4PhysicsLogVector.hh.