source: trunk/examples/extended/electromagnetic/TestEm1/ionis.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: 826 bytes
Line 
1# $Id: ionis.mac,v 1.3 2009/09/15 12:51:49 maire Exp $
2#
3# Macro file for "TestEm1.cc"
4# (can be run in batch, without graphic)
5#
6# Ionisation only
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat Aluminium
12/testem/det/setSize 50 cm
13#
14/testem/phys/addPhysics local
15#
16/run/initialize
17#
18# prevent any gamma production
19/testem/phys/setGCut  1 km
20#
21# no multiple scattering
22/process/inactivate msc
23#
24# set cut for ionisation
25/testem/phys/setECut  1 mm
26#
27/testem/gun/setDefault
28/gun/particle e-
29/gun/energy 200 MeV
30#
31/testem/histo/setFileName ionis
32/testem/histo/setFileType hbook
33/testem/histo/setHisto 1 100 0   50 cm          #track length of primary
34/testem/histo/setHisto 2 100 0  100 none        #nb steps of primary
35/testem/histo/setHisto 3 200 0   50 mm          #step size of primary
36#
37/testem/event/printModulo 2000
38#
39/run/beamOn 10000
Note: See TracBrowser for help on using the repository browser.