]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
update to Geant4 v 3.0: G4ionIonisation changed to G4hIonisation
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Jan 2001 15:32:22 +0000 (15:32 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 23 Jan 2001 15:32:22 +0000 (15:32 +0000)
TGeant4/TG4PhysicsList.cxx

index a9e0dd712c9197f2240d86632ace19c20fe49a82..758256c89024c30c3754271d00270da3d5093b8e 100644 (file)
@@ -203,7 +203,6 @@ void TG4PhysicsList::PrintAllProcesses() const
 #include <G4MuPairProduction.hh>
 
 #include <G4hIonisation.hh>
-#include <G4ionIonisation.hh>
 
 void TG4PhysicsList::ConstructEM()
 {
@@ -287,7 +286,7 @@ void TG4PhysicsList::ConstructEM()
      pmanager->SetProcessOrdering(aPairProduction, idxPostStep, 4);
      
     } else if( particleName == "GenericIon" ) {
-     G4VProcess* aionIonization = new G4ionIonisation;
+     G4VProcess* aionIonization = new G4hIonisation;
      G4VProcess* aMultipleScattering = new G4MultipleScattering();
      pmanager->AddProcess(aionIonization);
      pmanager->AddProcess(aMultipleScattering);