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

Last change on this file since 1302 was 1230, checked in by garnier, 15 years ago

update to geant4.9.3

File size: 708 bytes
RevLine 
[1230]1# $Id: proton.mac,v 1.17 2008/10/24 15:36:24 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#
[1230]15#/testem/phys/addPhysics  standard
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#
[1230]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#
[807]35/run/beamOn 10000
[1230]36#
Note: See TracBrowser for help on using the repository browser.