source: trunk/examples/extended/electromagnetic/TestEm8/TestEm8.in @ 1337

Last change on this file since 1337 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 792 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm8.cc"
3#
4# It creates the default geometry (simple absorber cylinder )       
5#
6/control/verbose 2
7/run/verbose 2
8#/tracking/verbose 2
9#
10#  select EM PhysicsList
11#
12/testem/phys/addPhysics  pai
13#/testem/phys/addPhysics  pai_photon
14#
15/testem/phys/setCuts    1 mm
16#/testem/stepMax         10 mm
17#
18#  PLOT: energy deposit distribution in absorber
19#
20/plots/setnbinEn 20
21/plots/setEnlow 0.0 MeV
22/plots/setEnhigh 0.060  MeV 
23/plots/sethistName g4.p11
24#
25/run/initialize
26#
27/run/setCut  0.5 mm
28/run/setCutForRegion GasDetector 1.8 mm
29/run/particle/dumpCutValues
30#
31#/gun/particle e-
32#
33/gun/particle proton
34#
35#/gun/particle mu-
36#
37/gun/energy 200000.00 MeV
38#
39#/gun/energy 200.0 MeV
40#
41#/tracking/verbose 1
42#
43/event/printModulo 100
44/run/beamOn 1000
45#
Note: See TracBrowser for help on using the repository browser.