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

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/examples/extended/parallel/MPI/exMPI01/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/parallel/MPI/exMPI01/src/DetectorConstruction.cc

    r807 r1337  
    2525//
    2626// $Id: DetectorConstruction.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/exMPI01/src/Materials.cc

    r807 r1337  
    2525//
    2626// $Id: Materials.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/exMPI01/src/Particles.cc

    r807 r1337  
    2525//
    2626// $Id: Particles.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/exMPI01/src/PhysicsList.cc

    r807 r1337  
    2525//
    2626// $Id: PhysicsList.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
  • trunk/examples/extended/parallel/MPI/exMPI01/src/PhysicsListEMstd.cc

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: PhysicsListEMstd.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $
    27 // $Name: $
     26// $Id: PhysicsListEMstd.cc,v 1.2 2010/05/13 03:12:00 kmura Exp $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
     
    4848#include "G4GammaConversion.hh"
    4949#include "G4PhotoElectricEffect.hh"
    50 #include "G4MultipleScattering.hh"
     50#include "G4eMultipleScattering.hh"
    5151#include "G4eIonisation.hh"
    5252#include "G4eBremsstrahlung.hh"
     
    8787  G4ProcessManager* pm;
    8888
    89   // ---------------------------------------------------------- 
     89  // ----------------------------------------------------------
    9090  // gamma physics
    9191  // ----------------------------------------------------------
     
    9898  // electron physics
    9999  // ----------------------------------------------------------
    100   G4MultipleScattering* msc=    new G4MultipleScattering;
     100  G4eMultipleScattering* msc=   new G4eMultipleScattering;
    101101  G4eIonisation*        eion=   new G4eIonisation;
    102102  G4eBremsstrahlung*    ebrems= new G4eBremsstrahlung;
     
    110110  // positron physics
    111111  // ----------------------------------------------------------
    112   msc=    new G4MultipleScattering;
     112  msc=    new G4eMultipleScattering;
    113113  eion=   new G4eIonisation;
    114114  ebrems= new G4eBremsstrahlung;
     
    123123}
    124124
     125
  • trunk/examples/extended/parallel/MPI/exMPI01/src/PrimaryGeneratorAction.cc

    r807 r1337  
    2525//
    2626// $Id: PrimaryGeneratorAction.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $
    27 // $Name: $
     27// $Name: geant4-09-04-beta-01 $
    2828//
    2929// ====================================================================
Note: See TracChangeset for help on using the changeset viewer.