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

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

update ti head

File size: 710 bytes
Line 
1# $Id: proton.mac,v 1.19 2010/09/17 18:45:43 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  local
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/setFileName essai
31/testem/histo/setFileType root
32/testem/histo/setHisto 2 100 70 80 mm
33/testem/histo/setHisto 3 100 70 80 mm
34#
35/run/beamOn 10000
36#
Note: See TracBrowser for help on using the repository browser.