Changeset 1337 for trunk/examples/extended/runAndEvent/RE03
- Timestamp:
- Sep 30, 2010, 2:47:17 PM (15 years ago)
- Location:
- trunk/examples/extended/runAndEvent/RE03
- Files:
-
- 9 edited
-
History (modified) (2 diffs)
-
RE03.cc (modified) (1 diff)
-
README (modified) (2 diffs)
-
include/RE03DetectorConstruction.hh (modified) (1 diff)
-
include/RE03PhysicsList.hh (modified) (1 diff)
-
include/RE03PrimaryGeneratorAction.hh (modified) (1 diff)
-
src/RE03DetectorConstruction.cc (modified) (1 diff)
-
src/RE03PhysicsList.cc (modified) (6 diffs)
-
src/RE03PrimaryGeneratorAction.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/runAndEvent/RE03/History
r807 r1337 1 $Id: History,v 1. 1 2007/11/13 20:31:59asaim Exp $1 $Id: History,v 1.3 2010/04/07 01:30:07 asaim Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 16 16 ---------------------------------------------------------- 17 17 18 Apr. 06, 2010 M.Asai (exampleRE03-V09-03-00) 19 - Replace G4MultipleScattering with G4eMultipleScattering, G4MuMultipleScattering and G4hMultipleScattring. 20 21 Nov. 23, 08 M.Asai (exampleRE03-V09-01-00) 22 - Add "run4.mac" with cylindrical scoring mesh. 23 18 24 Nov. 14, 07 M.Asai (exampleRE03-V09-00-00) 19 25 - Introducing this example. -
trunk/examples/extended/runAndEvent/RE03/RE03.cc
r1230 r1337 26 26 // 27 27 // $Id: RE03.cc,v 1.4 2007/11/17 01:26:01 asaim Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-cand-01 $28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ 29 29 // 30 30 // -
trunk/examples/extended/runAndEvent/RE03/README
r807 r1337 6 6 7 7 **************************************************************** 8 * IMPORTANT NOTICE for version 9.1 * 9 * This UI-command base scoring is still in alpha release and * 8 * IMPORTANT NOTICE for version 9.2 * 9 * * 10 * This UI-command base scoring is still in beta release and * 10 11 * functionality offered is preliminary. We do not guarantee * 11 12 * the correctness of the code. Also, we may change any of the * 12 13 * commands / methods in the near future release. * 14 * In particular for the cylindrical scoring mesh, we are * 15 * aware of rather frequent warning messages issued by the * 16 * G4Navigator for the zero-length steps. I believe the results * 17 * is correct, but we appreciate the user's patient for this * 18 * messy warning messages. It is identified that if a track * 19 * enters at exactly the center of the top/bottom circlic face * 20 * exactly along the local z-axis of the scoring cylinder, this * 21 * warning message is mostlikely issued. * 22 * * 13 23 **************************************************************** 14 24 … … 37 47 2. Macro files 38 48 39 "run1.mac" through "run 3.mac" macro files should be used49 "run1.mac" through "run4.mac" macro files should be used 40 50 independently. Each macro file create its own scoring parallel 41 world(s). "vis.mac" and "drawSlics.mac" are used internally. 42 Each macro should work for both interactively and batch, but 43 interactive mode is advised for better visualization. 51 world(s). "vis.mac", "drawSlices.mac" and "drawCylinderSlices.mac" 52 are used internally. Each macro should work for both interactively 53 and batch, but interactive mode is advised for better visualization. 54 55 IMPORTANT: DO NOT use more than one of these macro files in one 56 execution of this example. 44 57 45 58 3. RE03UserScoreWriter -
trunk/examples/extended/runAndEvent/RE03/include/RE03DetectorConstruction.hh
r1230 r1337 26 26 // 27 27 // $Id: RE03DetectorConstruction.hh,v 1.1 2007/11/13 19:55:43 asaim Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-cand-01 $28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ 29 29 // 30 30 // -
trunk/examples/extended/runAndEvent/RE03/include/RE03PhysicsList.hh
r1230 r1337 26 26 // 27 27 // $Id: RE03PhysicsList.hh,v 1.1 2007/11/13 19:55:43 asaim Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-cand-01 $28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ 29 29 // 30 30 // -
trunk/examples/extended/runAndEvent/RE03/include/RE03PrimaryGeneratorAction.hh
r1230 r1337 26 26 // 27 27 // $Id: RE03PrimaryGeneratorAction.hh,v 1.1 2007/11/13 19:55:43 asaim Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-cand-01 $28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ 29 29 // 30 30 -
trunk/examples/extended/runAndEvent/RE03/src/RE03DetectorConstruction.cc
r1230 r1337 26 26 // 27 27 // $Id: RE03DetectorConstruction.cc,v 1.1 2007/11/13 19:55:43 asaim Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-cand-01 $28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ 29 29 // 30 30 // -
trunk/examples/extended/runAndEvent/RE03/src/RE03PhysicsList.cc
r1230 r1337 25 25 // 26 26 // 27 // $Id: RE03PhysicsList.cc,v 1. 1 2007/11/13 19:55:43asaim Exp $28 // GEANT4 tag $Name: geant4-09-0 3-cand-01 $27 // $Id: RE03PhysicsList.cc,v 1.2 2010/04/07 01:30:07 asaim Exp $ 28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ 29 29 // 30 30 // … … 121 121 #include "G4PhotoElectricEffect.hh" 122 122 123 #include "G4MultipleScattering.hh" 124 123 #include "G4eMultipleScattering.hh" 125 124 #include "G4eIonisation.hh" 126 125 #include "G4eBremsstrahlung.hh" 127 126 #include "G4eplusAnnihilation.hh" 128 127 128 #include "G4MuMultipleScattering.hh" 129 129 #include "G4MuIonisation.hh" 130 130 #include "G4MuBremsstrahlung.hh" 131 131 #include "G4MuPairProduction.hh" 132 132 133 #include "G4hMultipleScattering.hh" 133 134 #include "G4hIonisation.hh" 134 135 … … 149 150 } else if (particleName == "e-") { 150 151 //electron 151 pmanager->AddProcess(new G4 MultipleScattering,-1, 1,1);152 pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1); 152 153 pmanager->AddProcess(new G4eIonisation, -1, 2,2); 153 154 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3,3); … … 155 156 } else if (particleName == "e+") { 156 157 //positron 157 pmanager->AddProcess(new G4 MultipleScattering,-1, 1,1);158 pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1); 158 159 pmanager->AddProcess(new G4eIonisation, -1, 2,2); 159 160 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3,3); … … 163 164 particleName == "mu-" ) { 164 165 //muon 165 pmanager->AddProcess(new G4Mu ltipleScattering,-1, 1,1);166 pmanager->AddProcess(new G4MuMultipleScattering,-1, 1,1); 166 167 pmanager->AddProcess(new G4MuIonisation, -1, 2,2); 167 168 pmanager->AddProcess(new G4MuBremsstrahlung, -1, 3,3); … … 172 173 (particle->GetParticleName() != "chargedgeantino")) { 173 174 //all others charged particles except geantino 174 pmanager->AddProcess(new G4 MultipleScattering,-1, 1,1);175 pmanager->AddProcess(new G4hMultipleScattering,-1, 1,1); 175 176 pmanager->AddProcess(new G4hIonisation, -1, 2,2); 176 177 } -
trunk/examples/extended/runAndEvent/RE03/src/RE03PrimaryGeneratorAction.cc
r1230 r1337 26 26 // 27 27 // $Id: RE03PrimaryGeneratorAction.cc,v 1.1 2007/11/13 19:55:43 asaim Exp $ 28 // GEANT4 tag $Name: geant4-09-0 3-cand-01 $28 // GEANT4 tag $Name: geant4-09-04-beta-01 $ 29 29 // 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
