Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -47,15 +47,15 @@ G4IonisationByLogicalVolume( const G4String& particleName,
if ( fParticleName == "e+" || fParticleName == "e-" )
{
feIonisation = new G4eIonisation(particleName) ;
feIonisation = new G4eIonisation52(particleName) ;
}
else if ( fParticleName == "mu+" || fParticleName == "mu-" )
{
fMuIonisation = new G4MuIonisation(particleName) ;
fMuIonisation = new G4MuIonisation52(particleName) ;
}
else
{
fhIonisation = new G4hIonisation(particleName) ;
fhIonisation = new G4hIonisation52(particleName) ;
}
}