Ignore:
Timestamp:
Nov 19, 2009, 2:53:25 PM (15 years ago)
Author:
garnier
Message:

update par rapport a CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/include/G4LinInterpolation.hh

    r1055 r1192  
    2525//
    2626//
    27 // $Id: G4LinInterpolation.hh,v 1.3 2006/06/29 19:35:45 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-00 $
     27// $Id: G4LinInterpolation.hh,v 1.4 2009/09/25 07:41:34 sincerti Exp $
     28// GEANT4 tag $Name: emlowen-V09-02-64 $
    2929//
    3030// Author: Maria Grazia Pia (Maria.Grazia.Pia@cern.ch)
     
    3232// History:
    3333// -----------
    34 // 31 Jul 2001   MGP        Created
     34// 31 Jul 2001   MGP                 Created
    3535//
     36// 15 Jul 2009   N.A.Karakatsanis    New methods added for loading logarithmic data
     37//                                   to enhance computing performance of interpolation
    3638// -------------------------------------------------------------------
    3739// Class description:
     
    6163                     const G4DataVector& data) const;
    6264
     65  G4double Calculate(G4double point, G4int bin,
     66                     const G4DataVector& energies,
     67                     const G4DataVector& data,
     68                     const G4DataVector& log_energies,
     69                     const G4DataVector& log_data) const;
     70
    6371  G4VDataSetAlgorithm* Clone() const;
    6472
Note: See TracChangeset for help on using the changeset viewer.