Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4LogLogInterpolation.cc,v 1.3 2001/09/10 18:07:35 pia Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4LogLogInterpolation.cc,v 1.4 2002/05/28 09:20:19 pia Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
//
@@ -39,12 +39,14 @@
G4LogLogInterpolation::G4LogLogInterpolation()
{ }
// Destructor
G4LogLogInterpolation::~G4LogLogInterpolation()
{ }
G4VDataSetAlgorithm* G4LogLogInterpolation::Clone() const
{ return new G4LogLogInterpolation; }
G4double G4LogLogInterpolation::Calculate(G4double x, G4int bin,
const G4DataVector& points,