Changeset 1337 for trunk/examples/extended/parallel/MPI/exMPI01/src
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- Location:
- trunk/examples/extended/parallel/MPI/exMPI01/src
- Files:
-
- 6 edited
-
DetectorConstruction.cc (modified) (1 diff)
-
Materials.cc (modified) (1 diff)
-
Particles.cc (modified) (1 diff)
-
PhysicsList.cc (modified) (1 diff)
-
PhysicsListEMstd.cc (modified) (6 diffs)
-
PrimaryGeneratorAction.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/parallel/MPI/exMPI01/src/DetectorConstruction.cc
r807 r1337 25 25 // 26 26 // $Id: DetectorConstruction.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $ 27 // $Name: $27 // $Name: geant4-09-04-beta-01 $ 28 28 // 29 29 // ==================================================================== -
trunk/examples/extended/parallel/MPI/exMPI01/src/Materials.cc
r807 r1337 25 25 // 26 26 // $Id: Materials.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $ 27 // $Name: $27 // $Name: geant4-09-04-beta-01 $ 28 28 // 29 29 // ==================================================================== -
trunk/examples/extended/parallel/MPI/exMPI01/src/Particles.cc
r807 r1337 25 25 // 26 26 // $Id: Particles.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $ 27 // $Name: $27 // $Name: geant4-09-04-beta-01 $ 28 28 // 29 29 // ==================================================================== -
trunk/examples/extended/parallel/MPI/exMPI01/src/PhysicsList.cc
r807 r1337 25 25 // 26 26 // $Id: PhysicsList.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $ 27 // $Name: $27 // $Name: geant4-09-04-beta-01 $ 28 28 // 29 29 // ==================================================================== -
trunk/examples/extended/parallel/MPI/exMPI01/src/PhysicsListEMstd.cc
r807 r1337 24 24 // ******************************************************************** 25 25 // 26 // $Id: PhysicsListEMstd.cc,v 1. 1 2007/11/16 14:16:46kmura 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 $ 28 28 // 29 29 // ==================================================================== … … 48 48 #include "G4GammaConversion.hh" 49 49 #include "G4PhotoElectricEffect.hh" 50 #include "G4 MultipleScattering.hh"50 #include "G4eMultipleScattering.hh" 51 51 #include "G4eIonisation.hh" 52 52 #include "G4eBremsstrahlung.hh" … … 87 87 G4ProcessManager* pm; 88 88 89 // ---------------------------------------------------------- 89 // ---------------------------------------------------------- 90 90 // gamma physics 91 91 // ---------------------------------------------------------- … … 98 98 // electron physics 99 99 // ---------------------------------------------------------- 100 G4 MultipleScattering* msc= new G4MultipleScattering;100 G4eMultipleScattering* msc= new G4eMultipleScattering; 101 101 G4eIonisation* eion= new G4eIonisation; 102 102 G4eBremsstrahlung* ebrems= new G4eBremsstrahlung; … … 110 110 // positron physics 111 111 // ---------------------------------------------------------- 112 msc= new G4 MultipleScattering;112 msc= new G4eMultipleScattering; 113 113 eion= new G4eIonisation; 114 114 ebrems= new G4eBremsstrahlung; … … 123 123 } 124 124 125 -
trunk/examples/extended/parallel/MPI/exMPI01/src/PrimaryGeneratorAction.cc
r807 r1337 25 25 // 26 26 // $Id: PrimaryGeneratorAction.cc,v 1.1 2007/11/16 14:16:46 kmura Exp $ 27 // $Name: $27 // $Name: geant4-09-04-beta-01 $ 28 28 // 29 29 // ====================================================================
Note:
See TracChangeset
for help on using the changeset viewer.
