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

    r1058 r1192  
    3535// First implementation: 11. 03. 2009
    3636//
    37 // Modifications:
    38 //
     37// Modifications: 12. 11. 2009 - Added second argument (material) to energy
     38//                               scaling function (AL)
    3939//
    4040// Class description:
     
    6464   // Returns scaling factor for a given ion.
    6565   virtual G4double ScalingFactorEnergy(
    66              const G4ParticleDefinition*)     // Projectile (ion)
     66             const G4ParticleDefinition*,     // Projectile (ion)
     67             const G4Material*)               // Target material
    6768                 { return 1.0; }
    6869
Note: See TracChangeset for help on using the changeset viewer.