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

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