Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4EmSaturation.hh,v 1.7 2009/09/25 09:16:40 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-03 $
|
||||
// $Id: G4EmSaturation.hh,v 1.8 2010/08/17 17:36:58 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
//
|
||||
#ifndef G4EmSaturation_h
|
||||
@@ -139,7 +139,7 @@ inline G4double G4EmSaturation::VisibleEnergyDeposition(
|
||||
const G4Step* step)
|
||||
{
|
||||
G4Track* track = step->GetTrack();
|
||||
return VisibleEnergyDeposition(track->GetDefinition(),
|
||||
return VisibleEnergyDeposition(track->GetParticleDefinition(),
|
||||
track->GetMaterialCutsCouple(),
|
||||
step->GetStepLength(),
|
||||
step->GetTotalEnergyDeposit(),
|
||||
|
||||
Reference in New Issue
Block a user