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

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

+ Inheritance diagram for G4SemiLogInterpolation:
+ Collaboration diagram for G4SemiLogInterpolation:

Public Member Functions

 G4SemiLogInterpolation ()
 
 ~G4SemiLogInterpolation ()
 
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 52 of file G4SemiLogInterpolation.hh.

View newest version in sPHENIX GitHub at line 52 of file G4SemiLogInterpolation.hh

Constructor & Destructor Documentation

G4SemiLogInterpolation::G4SemiLogInterpolation ( )

Definition at line 40 of file G4SemiLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 40 of file G4SemiLogInterpolation.cc

Referenced by Clone().

+ Here is the caller graph for this function:

G4SemiLogInterpolation::~G4SemiLogInterpolation ( )

Definition at line 46 of file G4SemiLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 46 of file G4SemiLogInterpolation.cc

Member Function Documentation

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

Implements G4VDataSetAlgorithm.

Definition at line 53 of file G4SemiLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 53 of file G4SemiLogInterpolation.cc

References bin, d1, d2, e1, and e2.

G4double G4SemiLogInterpolation::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 79 of file G4SemiLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 79 of file G4SemiLogInterpolation.cc

References bin, d1, d2, e1, and e2.

G4VDataSetAlgorithm * G4SemiLogInterpolation::Clone ( ) const
virtual

Implements G4VDataSetAlgorithm.

Definition at line 49 of file G4SemiLogInterpolation.cc.

View newest version in sPHENIX GitHub at line 49 of file G4SemiLogInterpolation.cc

References G4SemiLogInterpolation().

+ Here is the call graph for this function:


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