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/field/field03/src/F03PhysicsList.cc

    r1230 r1337  
    2525//
    2626//
    27 // $Id: F03PhysicsList.cc,v 1.11 2007/05/23 13:39:16 tnikitin Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: F03PhysicsList.cc,v 1.13 2010/04/08 14:12:20 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
     
    5555F03PhysicsList::F03PhysicsList(F03DetectorConstruction* p)
    5656:  G4VUserPhysicsList(), MaxChargedStep(DBL_MAX),
    57    thePhotoElectricEffect(0), theComptonScattering(0), theGammaConversion(0),
    58    theeminusMultipleScattering(0), theeminusIonisation(0),
    59    theeminusBremsstrahlung(0),
    60    theeplusMultipleScattering(0), theeplusIonisation(0),
     57   thePhotoElectricEffect(0), theComptonScattering(0),
     58   theGammaConversion(0), theeminusIonisation(0),
     59   theeminusBremsstrahlung(0), theeplusIonisation(0),
    6160   theeplusBremsstrahlung(0), theeplusAnnihilation(0),
    6261   theeminusStepCut(0), theeplusStepCut(0)
     
    173172#include "G4PhotoElectricEffect.hh"
    174173
    175 #include "G4MultipleScattering.hh"
     174#include "G4eMultipleScattering.hh"
     175#include "G4MuMultipleScattering.hh"
     176#include "G4hMultipleScattering.hh"
    176177
    177178#include "G4eIonisation.hh"
     
    248249
    249250      G4MuIonisation* themuIonisation = new G4MuIonisation() ;
    250       pmanager->AddProcess(new G4MultipleScattering(),-1,1,1);
     251      pmanager->AddProcess(new G4MuMultipleScattering(),-1,1,1);
    251252      pmanager->AddProcess(themuIonisation,-1,2,2);
    252253      pmanager->AddProcess(new G4MuBremsstrahlung(),-1,-1,3);
     
    267268
    268269      G4hIonisation* thehIonisation = new G4hIonisation() ;
    269       G4MultipleScattering* thehMultipleScattering =
    270                      new G4MultipleScattering() ;
     270      G4hMultipleScattering* thehMultipleScattering =
     271                     new G4hMultipleScattering() ;
    271272
    272273
Note: See TracChangeset for help on using the changeset viewer.