ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LinLogInterpolation Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/lowenergy/include/G4LinLogInterpolation.hh>

+ Inheritance diagram for G4LinLogInterpolation:
+ Collaboration diagram for G4LinLogInterpolation:

Public Member Functions

 G4LinLogInterpolation ()
 
 ~G4LinLogInterpolation ()
 
G4double Calculate (G4double point, G4int bin, const G4DataVector &energies, const G4DataVector &data) const
 
G4double Calculate (G4double point, G4int bin, const G4DataVector &energies, const G4DataVector &data, const G4DataVector &log_energies, const G4DataVector &log_data) const
 
virtual G4VDataSetAlgorithmClone () const
 
- Public Member Functions inherited from G4VDataSetAlgorithm
 G4VDataSetAlgorithm ()
 
virtual ~G4VDataSetAlgorithm ()
 

Detailed Description

Definition at line 50 of file G4LinLogInterpolation.hh.

View newest version in sPHENIX GitHub at line 50 of file G4LinLogInterpolation.hh

Constructor & Destructor Documentation

G4LinLogInterpolation::G4LinLogInterpolation ( )

Definition at line 41 of file G4LinLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 41 of file G4LinLogInterpolation.cc

Referenced by Clone().

+ Here is the caller graph for this function:

G4LinLogInterpolation::~G4LinLogInterpolation ( )

Definition at line 47 of file G4LinLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 47 of file G4LinLogInterpolation.cc

Member Function Documentation

G4double G4LinLogInterpolation::Calculate ( G4double  point,
G4int  bin,
const G4DataVector energies,
const G4DataVector data 
) const
virtual

Implements G4VDataSetAlgorithm.

Definition at line 51 of file G4LinLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 51 of file G4LinLogInterpolation.cc

References bin, d1, d2, e1, e2, and G4Exp().

+ Here is the call graph for this function:

G4double G4LinLogInterpolation::Calculate ( G4double  point,
G4int  bin,
const G4DataVector energies,
const G4DataVector data,
const G4DataVector log_energies,
const G4DataVector log_data 
) const
virtual

Implements G4VDataSetAlgorithm.

Definition at line 77 of file G4LinLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 77 of file G4LinLogInterpolation.cc

References bin, d1, d2, e1, e2, and G4Exp().

+ Here is the call graph for this function:

virtual G4VDataSetAlgorithm* G4LinLogInterpolation::Clone ( ) const
inlinevirtual

Implements G4VDataSetAlgorithm.

Definition at line 68 of file G4LinLogInterpolation.hh.

View newest version in sPHENIX GitHub at line 68 of file G4LinLogInterpolation.hh

References G4LinLogInterpolation().

+ Here is the call graph for this function:


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