Ignore:
Timestamp:
Nov 5, 2010, 4:08:39 PM (14 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/examples/extended/parallel/ExDiane
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/parallel/ExDiane/History

    r1337 r1342  
    11-------------------------------------------------------------------
    2 $Id: History,v 1.8 2010/06/06 05:06:03 perl Exp $
     2$Id: History,v 1.9 2010/10/27 12:24:37 stesting Exp $
    33-------------------------------------------------------------------
    44
     
    99                      Category History file
    1010                      ---------------------
     11
     1227.10.2010 - Gunter Folger (ExDiane-V09-03-01)
     13- Use new MultipliScattering class; code still uses old lowE EM classes
    1114
    121503.06.2010 - Joseph Perl (ExDiane-V09-03-00)
  • trunk/examples/extended/parallel/ExDiane/src/BrachyPhysicsList.cc

    r1337 r1342  
    3333//    **********************************
    3434//
    35 // $Id: BrachyPhysicsList.cc,v 1.3 2006/06/29 17:33:29 gunter Exp $
    36 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     35// $Id: BrachyPhysicsList.cc,v 1.4 2010/10/27 12:25:07 stesting Exp $
     36// GEANT4 tag $Name: examples-V09-03-09 $
    3737//
    3838#include "BrachyPhysicsList.hh"
     
    9393}
    9494
    95 #include "G4MultipleScattering.hh"
     95#include "G4eMultipleScattering.hh"
    9696// gamma
    9797#include "G4LowEnergyRayleigh.hh"
     
    131131      loweBrem -> SetAngularGenerator("tsai");
    132132   
    133       pmanager -> AddProcess(new G4MultipleScattering, -1, 1,1);
     133      pmanager -> AddProcess(new G4eMultipleScattering, -1, 1,1);
    134134      pmanager -> AddProcess(loweIon,     -1, 2,2);
    135135      pmanager -> AddProcess(loweBrem,    -1,-1,3);     
     
    137137    } else if (particleName == "e+") {
    138138      //positron     
    139       pmanager -> AddProcess(new G4MultipleScattering, -1, 1,1);
     139      pmanager -> AddProcess(new G4eMultipleScattering, -1, 1,1);
    140140      pmanager -> AddProcess(new G4eIonisation,        -1, 2,2);
    141141      pmanager -> AddProcess(new G4eBremsstrahlung,    -1,-1,3);
Note: See TracChangeset for help on using the changeset viewer.