Import Geant4 9.3.0 source tree
This commit is contained in:
@@ -24,15 +24,17 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4LinInterpolation.hh,v 1.3 2006/06/29 19:35:45 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4LinInterpolation.hh,v 1.4 2009/09/25 07:41:34 sincerti Exp $
|
||||
// GEANT4 tag $Name: geant4-09-03 $
|
||||
//
|
||||
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
|
||||
//
|
||||
// History:
|
||||
// -----------
|
||||
// 31 Jul 2001 MGP Created
|
||||
// 31 Jul 2001 MGP Created
|
||||
//
|
||||
// 15 Jul 2009 N.A.Karakatsanis New methods added for loading logarithmic data
|
||||
// to enhance computing performance of interpolation
|
||||
// -------------------------------------------------------------------
|
||||
// Class description:
|
||||
// Log-Log interpolation of a data set
|
||||
@@ -60,6 +62,12 @@ public:
|
||||
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;
|
||||
|
||||
G4VDataSetAlgorithm* Clone() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user