source: trunk/examples/extended/electromagnetic/TestEm7/ionC12.mac @ 1281

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

update to geant4.9.3

File size: 992 bytes
Line 
1# $Id: ionC12.mac,v 1.22 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/tracking/verbose 0
10#
11/testem/det/setMat G4_WATER
12/testem/det/setSizeX  20 cm
13/testem/det/setSizeYZ 20 cm
14#
15/testem/det/tallyMat G4_WATER
16/testem/det/tallySize 2. 2. 2. mm
17/testem/det/tallyPosition -9.9 0. 0. cm
18/testem/det/tallyPosition -5.  0. 0. cm
19/testem/det/tallyPosition  0.  0. 0. cm
20/testem/det/tallyPosition  5.  0. 0. cm
21#
22#/testem/phys/addPhysics  standardNR   
23/testem/phys/addPhysics  emstandard
24#/testem/phys/addPhysics  emstandard_opt2
25#
26/run/initialize
27#
28/gun/particle ion
29/gun/ion 6 12 6
30#/gun/ion 6 12 1
31/gun/energy 2.4 GeV
32#
33# beam size
34#/testem/gun/rndm 2 mm
35#
36# step limit
37/testem/phys/setCuts 0.5 mm
38#/testem/stepMax 0.1 mm
39#
40/testem/event/printModulo 1000
41#
42/testem/histo/fileName c12
43/testem/histo/fileType root
44/testem/histo/setHisto 1 100 80 90
45/testem/histo/setHisto 2 100 80 90
46#
47/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.