Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/runAndEvent/RE02/src/RE02IonPhysics.cc

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: RE02IonPhysics.cc,v 1.2 2006/06/29 17:45:21 gunter Exp $
     26// $Id: RE02IonPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
    2727// --------------------------------------------------------------
    2828//
     
    6464
    6565   // add process
    66    G4VProcess* thegionMultipleScattering = new G4MultipleScattering();
     66   G4VProcess* thegionMultipleScattering = new G4hMultipleScattering();
    6767   //
    6868   // G4hIonization may be not able to use for Geanric Ion in future
     
    112112   pManager->AddDiscreteProcess(theDeuteronInelasticProcess);
    113113
    114    G4VProcess* thedueMultipleScattering = new G4MultipleScattering();
     114   G4VProcess* thedueMultipleScattering = new G4hMultipleScattering();
    115115   G4VProcess* thedueIonisation        = new G4hIonisation();
    116116   //
     
    144144   pManager->AddDiscreteProcess(theTritonInelasticProcess);
    145145
    146    G4VProcess* thetriMultipleScattering = new G4MultipleScattering();
     146   G4VProcess* thetriMultipleScattering = new G4hMultipleScattering();
    147147   G4VProcess* thetriIonisation        = new G4hIonisation();
    148148   //
     
    176176   pManager->AddDiscreteProcess(theAlphaInelasticProcess);
    177177
    178    G4VProcess* thealpMultipleScattering = new G4MultipleScattering();
     178   G4VProcess* thealpMultipleScattering = new G4hMultipleScattering();
    179179   G4VProcess* thealpIonisation        = new G4hIonisation();
    180180   //
     
    201201   pManager->AddDiscreteProcess(thehe3ElasticProcess);
    202202
    203    G4VProcess* thehe3MultipleScattering = new G4MultipleScattering();
     203   G4VProcess* thehe3MultipleScattering = new G4hMultipleScattering();
    204204   G4VProcess* thehe3Ionisation        = new G4hIonisation();
    205205   //
Note: See TracChangeset for help on using the changeset viewer.