source: trunk/source/processes/electromagnetic/lowenergy/test/hTest/hTest.in @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 956 bytes
Line 
1#
2# Macro file for the initialization phase of "TestEm6.cc"
3#
4# It creates the default geometry (simple absorber box)
5#
6/control/verbose 1
7#control/saveHistory
8/run/verbose 2
9#/step/verbose 2
10#/tracking/verbose 1
11#/stepping/verbose 2
12#/event/verbose 2
13#
14#/calor/setAbsMat Silicon   
15#/calor/setAbsThick 8. mm 
16#/calor/setAbsYZ 10. cm
17#/calor/update
18#/calor/cutG 100.0 micrometer
19#/calor/cutE 100.0 micrometer
20/calor/cutP 100.0 micrometer
21/step/setMaxStep 1 mm
22#  hist file name
23#/plots/sethistName p.plot
24#/run/initialize
25#/run/particle/dumpCutValues
26#/event/drawTracks none
27#
28# Gun with Protons 10 MeV
29#
30/gun/particle proton
31/gun/energy 10.0 MeV
32#
33/run/beamOn 1000
34#
35# Gun with antiProtons 10 MeV
36#
37#/plots/sethistName antip.plot
38/run/initialize
39/gun/particle anti_proton
40/gun/energy 10.0 MeV
41/run/beamOn 1000
42#
43# Gun with IonC12 100 MeV
44#
45#/plots/sethistName ionc12.plot
46/run/initialize
47/gun/particle IonC12
48/gun/energy 10.0 MeV
49/run/beamOn 1000
50
51
52
Note: See TracBrowser for help on using the repository browser.