Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -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(),