Import Geant4 4.1.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4SemiLogInterpolation.cc,v 1.3 2001/09/10 18:07:35 pia Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
// $Id: G4SemiLogInterpolation.cc,v 1.4 2002/05/28 09:20:21 pia Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
//
|
||||
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
|
||||
//
|
||||
@@ -45,6 +45,9 @@ G4SemiLogInterpolation::G4SemiLogInterpolation()
|
||||
G4SemiLogInterpolation::~G4SemiLogInterpolation()
|
||||
{ }
|
||||
|
||||
G4VDataSetAlgorithm* G4SemiLogInterpolation::Clone() const
|
||||
{ return new G4SemiLogInterpolation; }
|
||||
|
||||
|
||||
G4double G4SemiLogInterpolation::Calculate(G4double x, G4int bin,
|
||||
const G4DataVector& points,
|
||||
|
||||
Reference in New Issue
Block a user