source: trunk/examples/extended/electromagnetic/TestEm1/TestEm1.in

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

tag geant4.9.4 beta 1 + modifs locales

File size: 745 bytes
Line 
1# $Id: TestEm1.in,v 1.25 2008/09/12 16:32:25 maire Exp $
2#
3# Macro file for "TestEm1.cc"
4# (can be run in batch, without graphic)
5#
6# electron 100 MeV; all processes
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat Aluminium
12/testem/det/setSize 10 m
13#
14/run/initialize
15#
16/testem/gun/setDefault
17/gun/particle e-
18/gun/energy 100 MeV
19#
20/testem/histo/setHisto 1 100 0   50 cm          #track length of primary
21/testem/histo/setHisto 2 100 0  300 none        #nb steps of primary
22/testem/histo/setHisto 3 200 0   20 mm          #step size of primary
23#
24/testem/histo/setFileType root
25#
26/testem/phys/setCuts 1 mm
27/testem/histo/setFileName run0
28/run/beamOn 2000
29#
30/process/eLoss/verbose 0
31#
32/testem/phys/setCuts 10 um
33/testem/histo/setFileName run1
34/run/beamOn 2000
Note: See TracBrowser for help on using the repository browser.