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/G4LinLogLogInterpolation.hh

    r819 r1192  
    2929// History:
    3030// -----------
    31 // 27 May 2002   VI        Created
     31// 27 May 2002   VI                  Created
     32//
     33// 15 Jul 2009   N.A.Karakatsanis    New methods added for loading logarithmic data
     34//                                   to enhance computing performance of interpolation
    3235//
    3336// -------------------------------------------------------------------
     
    5659                     const G4DataVector& data) const;
    5760
     61  G4double Calculate(G4double point, G4int bin,
     62                     const G4DataVector& energies,
     63                     const G4DataVector& data,
     64                     const G4DataVector& log_energies,
     65                     const G4DataVector& log_data) const;
     66
    5867  virtual G4VDataSetAlgorithm* Clone() const;
    5968
Note: See TracChangeset for help on using the changeset viewer.