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
RevLine 
[1342]1# $Id: proton.mac,v 1.19 2010/09/17 18:45:43 maire Exp $
[807]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#
[1230]10/testem/det/setMat G4_WATER
[807]11/testem/det/setSizeX  10 cm
12/testem/det/setSizeYZ 10 cm
[1230]13/testem/det/tallyMat G4_WATER
[807]14#
[1337]15#/testem/phys/addPhysics  local
[1230]16/testem/phys/addPhysics  emstandard_opt3
[807]17#
18/run/initialize
19#
20/gun/particle proton
21/gun/energy 100 MeV
22#
23# step limit
[1230]24#/testem/phys/setCuts 0.5 mm
25/testem/phys/setCuts 1 mm
26#/testem/stepMax 0.5 mm
[807]27#
28/testem/event/printModulo 1000
29#
[1342]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
[1230]34#
[807]35/run/beamOn 10000
[1230]36#
Note: See TracBrowser for help on using the repository browser.