Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4PhysicsOrderedFreeVector Class Reference

#include <G4PhysicsOrderedFreeVector.hh>

Inheritance diagram for G4PhysicsOrderedFreeVector:
Inheritance graph
[legend]
Collaboration diagram for G4PhysicsOrderedFreeVector:
Collaboration graph
[legend]

Public Member Functions

 G4PhysicsOrderedFreeVector ()
 
 G4PhysicsOrderedFreeVector (G4double *Energies, G4double *Values, size_t VectorLength)
 
virtual ~G4PhysicsOrderedFreeVector ()
 
void InsertValues (G4double energy, G4double value)
 
G4double GetLowEdgeEnergy (size_t binNumber) const
 
G4double GetMaxValue ()
 
G4double GetMinValue ()
 
G4double GetEnergy (G4double aValue)
 
G4double GetMaxLowEdgeEnergy ()
 
G4double GetMinLowEdgeEnergy ()
 
void DumpValues ()
 
- Public Member Functions inherited from G4PhysicsVector
 G4PhysicsVector (G4bool spline=false)
 
 G4PhysicsVector (const G4PhysicsVector &)
 
G4PhysicsVectoroperator= (const G4PhysicsVector &)
 
virtual ~G4PhysicsVector ()
 
voidoperator 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
 
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)
 

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
 
G4PhysicsVectorCachecache
 
G4PVDataVector dataVector
 
G4PVDataVector binVector
 
G4PVDataVector secDerivative
 
G4double dBin
 
G4double baseBin
 
G4int verboseLevel
 

Detailed Description

Definition at line 67 of file G4PhysicsOrderedFreeVector.hh.

Constructor & Destructor Documentation

G4PhysicsOrderedFreeVector::G4PhysicsOrderedFreeVector ( )

Definition at line 74 of file G4PhysicsOrderedFreeVector.cc.

G4PhysicsOrderedFreeVector::G4PhysicsOrderedFreeVector ( G4double Energies,
G4double Values,
size_t  VectorLength 
)

Definition at line 61 of file G4PhysicsOrderedFreeVector.cc.

Here is the call graph for this function:

G4PhysicsOrderedFreeVector::~G4PhysicsOrderedFreeVector ( )
virtual

Definition at line 84 of file G4PhysicsOrderedFreeVector.cc.

Member Function Documentation

void G4PhysicsOrderedFreeVector::DumpValues ( )

Here is the caller graph for this function:

G4double G4PhysicsOrderedFreeVector::GetEnergy ( G4double  aValue)

Definition at line 112 of file G4PhysicsOrderedFreeVector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4PhysicsOrderedFreeVector::GetLowEdgeEnergy ( size_t  binNumber) const
virtual

Reimplemented from G4PhysicsVector.

Definition at line 107 of file G4PhysicsOrderedFreeVector.cc.

Here is the caller graph for this function:

G4double G4PhysicsOrderedFreeVector::GetMaxLowEdgeEnergy ( )

Here is the caller graph for this function:

G4double G4PhysicsOrderedFreeVector::GetMaxValue ( )

Here is the caller graph for this function:

G4double G4PhysicsOrderedFreeVector::GetMinLowEdgeEnergy ( )

Here is the caller graph for this function:

G4double G4PhysicsOrderedFreeVector::GetMinValue ( )

Here is the caller graph for this function:

void G4PhysicsOrderedFreeVector::InsertValues ( G4double  energy,
G4double  value 
)

Definition at line 90 of file G4PhysicsOrderedFreeVector.cc.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: