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

#include <G4PhysicsVector.hh>

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

Public Member Functions

 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
 
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)
 

Protected Member Functions

virtual size_t FindBinLocation (G4double theEnergy) const =0
 
void DeleteData ()
 
void CopyData (const G4PhysicsVector &vec)
 

Protected Attributes

G4PhysicsVectorType type
 
G4double edgeMin
 
G4double edgeMax
 
size_t numberOfNodes
 
G4PhysicsVectorCachecache
 
G4PVDataVector dataVector
 
G4PVDataVector binVector
 
G4PVDataVector secDerivative
 
G4double dBin
 
G4double baseBin
 
G4int verboseLevel
 

Friends

std::ostream & operator<< (std::ostream &, const G4PhysicsVector &)
 

Detailed Description

Definition at line 76 of file G4PhysicsVector.hh.

Constructor & Destructor Documentation

G4PhysicsVector::G4PhysicsVector ( G4bool  spline = false)

Definition at line 63 of file G4PhysicsVector.cc.

G4PhysicsVector::G4PhysicsVector ( const G4PhysicsVector right)

Definition at line 82 of file G4PhysicsVector.cc.

Here is the call graph for this function:

G4PhysicsVector::~G4PhysicsVector ( )
virtual

Definition at line 75 of file G4PhysicsVector.cc.

Member Function Documentation

void G4PhysicsVector::ComputeSecDerivatives ( )

Definition at line 441 of file G4PhysicsVector.cc.

Here is the caller graph for this function:

void G4PhysicsVector::ComputeSecondDerivatives ( G4double  firstPointDerivative,
G4double  endPointDerivative 
)

Definition at line 308 of file G4PhysicsVector.cc.

Here is the call graph for this function:

void G4PhysicsVector::CopyData ( const G4PhysicsVector vec)
protected

Definition at line 130 of file G4PhysicsVector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4PhysicsVector::DeleteData ( )
protected

Definition at line 123 of file G4PhysicsVector.cc.

Here is the caller graph for this function:

G4double G4PhysicsVector::Energy ( size_t  index) const
inline

Here is the caller graph for this function:

void G4PhysicsVector::FillSecondDerivatives ( )

Definition at line 371 of file G4PhysicsVector.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual size_t G4PhysicsVector::FindBinLocation ( G4double  theEnergy) const
protectedpure virtual
size_t G4PhysicsVector::GetLastBin ( ) const
inline

Here is the caller graph for this function:

G4double G4PhysicsVector::GetLastEnergy ( ) const
inline

Here is the caller graph for this function:

G4double G4PhysicsVector::GetLastValue ( ) const
inline

Here is the caller graph for this function:

G4double G4PhysicsVector::GetLowEdgeEnergy ( size_t  binNumber) const
virtual

Reimplemented in G4PhysicsOrderedFreeVector.

Definition at line 158 of file G4PhysicsVector.cc.

Here is the caller graph for this function:

G4double G4PhysicsVector::GetMaxEnergy ( ) const
inline

Here is the caller graph for this function:

G4PhysicsVectorType G4PhysicsVector::GetType ( ) const
inline
G4double G4PhysicsVector::GetValue ( G4double  theEnergy,
G4bool isOutRange 
)
inline

Here is the caller graph for this function:

size_t G4PhysicsVector::GetVectorLength ( ) const
inline

Here is the caller graph for this function:

G4int G4PhysicsVector::GetVerboseLevel ( G4int  )
inline
G4bool G4PhysicsVector::IsFilledVectorExist ( ) const
inline
void G4PhysicsVector::operator delete ( void )
inline
void* G4PhysicsVector::operator new ( size_t  )
inline
G4int G4PhysicsVector::operator!= ( const G4PhysicsVector right) const

Definition at line 116 of file G4PhysicsVector.cc.

G4double G4PhysicsVector::operator() ( const size_t  binNumber) const
inline
G4PhysicsVector & G4PhysicsVector::operator= ( const G4PhysicsVector right)

Definition at line 95 of file G4PhysicsVector.cc.

Here is the call graph for this function:

G4int G4PhysicsVector::operator== ( const G4PhysicsVector right) const

Definition at line 109 of file G4PhysicsVector.cc.

G4double G4PhysicsVector::operator[] ( const size_t  binNumber) const
inline
void G4PhysicsVector::PutValue ( size_t  index,
G4double  theValue 
)
inline

Here is the caller graph for this function:

G4bool G4PhysicsVector::Retrieve ( std::ifstream &  fIn,
G4bool  ascii = false 
)
virtual

Reimplemented in G4PhysicsLogVector, G4PhysicsLinearVector, and G4PhysicsLnVector.

Definition at line 198 of file G4PhysicsVector.cc.

Here is the caller graph for this function:

void G4PhysicsVector::ScaleVector ( G4double  factorE,
G4double  factorV 
)
virtual

Reimplemented in G4PhysicsLogVector, G4PhysicsLinearVector, and G4PhysicsLnVector.

Definition at line 285 of file G4PhysicsVector.cc.

Here is the caller graph for this function:

void G4PhysicsVector::SetSpline ( G4bool  )
inline

Here is the caller graph for this function:

void G4PhysicsVector::SetVerboseLevel ( G4int  value)
inline
G4bool G4PhysicsVector::Store ( std::ofstream &  fOut,
G4bool  ascii = false 
)
virtual

Definition at line 165 of file G4PhysicsVector.cc.

G4double G4PhysicsVector::Value ( G4double  theEnergy)
inline

Here is the caller graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const G4PhysicsVector pv 
)
friend

Definition at line 487 of file G4PhysicsVector.cc.

Member Data Documentation

G4double G4PhysicsVector::baseBin
protected

Definition at line 232 of file G4PhysicsVector.hh.

G4PVDataVector G4PhysicsVector::binVector
protected

Definition at line 212 of file G4PhysicsVector.hh.

G4PhysicsVectorCache* G4PhysicsVector::cache
protected

Definition at line 209 of file G4PhysicsVector.hh.

G4PVDataVector G4PhysicsVector::dataVector
protected

Definition at line 211 of file G4PhysicsVector.hh.

G4double G4PhysicsVector::dBin
protected

Definition at line 231 of file G4PhysicsVector.hh.

G4double G4PhysicsVector::edgeMax
protected

Definition at line 205 of file G4PhysicsVector.hh.

G4double G4PhysicsVector::edgeMin
protected

Definition at line 204 of file G4PhysicsVector.hh.

size_t G4PhysicsVector::numberOfNodes
protected

Definition at line 207 of file G4PhysicsVector.hh.

G4PVDataVector G4PhysicsVector::secDerivative
protected

Definition at line 213 of file G4PhysicsVector.hh.

G4PhysicsVectorType G4PhysicsVector::type
protected

Definition at line 202 of file G4PhysicsVector.hh.

G4int G4PhysicsVector::verboseLevel
protected

Definition at line 234 of file G4PhysicsVector.hh.


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