source: trunk/examples/extended/electromagnetic/TestEm7/proton.mac @ 1279

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

update to geant4.9.3

File size: 708 bytes
Line 
1# $Id: proton.mac,v 1.17 2008/10/24 15:36:24 maire Exp $
2#
3# Macro file for "TestEm7.cc"
4# (can be run in batch, without graphic)
5#
6#
7/control/verbose 2
8/run/verbose 2
9#
10/testem/det/setMat G4_WATER
11/testem/det/setSizeX  10 cm
12/testem/det/setSizeYZ 10 cm
13/testem/det/tallyMat G4_WATER
14#
15#/testem/phys/addPhysics  standard
16/testem/phys/addPhysics  emstandard_opt3
17#
18/run/initialize
19#
20/gun/particle proton
21/gun/energy 100 MeV
22#
23# step limit
24#/testem/phys/setCuts 0.5 mm
25/testem/phys/setCuts 1 mm
26#/testem/stepMax 0.5 mm
27#
28/testem/event/printModulo 1000
29#
30/testem/histo/fileName p100opt3cut1
31/testem/histo/fileType root
32/testem/histo/setHisto 1 100 70 80
33/testem/histo/setHisto 2 100 70 80
34#
35/run/beamOn 10000
36#
Note: See TracBrowser for help on using the repository browser.