source: trunk/examples/extended/electromagnetic/TestEm15/electron.mac@ 1036

Last change on this file since 1036 was 807, checked in by garnier, 17 years ago

update

File size: 1.0 KB
Line 
1# $Id: electron.mac,v 1.2 2006/05/11 11:46:03 maire Exp $
2#
3# Macro file for "TestEm15.cc"
4# (can be run in batch, without graphic)
5#
6/control/verbose 2
7/run/verbose 2
8#
9/testem/det/setMat Aluminium
10#
11/run/initialize
12#
13/testem/phys/setCuts 1 mm
14#
15/process/inactivate eIoni
16/process/inactivate eBrem
17#
18/gun/particle e-
19/gun/energy 5 MeV
20#
21/testem/histo/setFileName electron
22/testem/histo/setFileType hbook
23/testem/histo/setHisto 1 100 0 1000 um #true step length
24/testem/histo/setHisto 2 100 0 1000 um #geom step length
25/testem/histo/setHisto 3 100 0 1.1 none #ratio geom/true
26/testem/histo/setHisto 4 100 0 500 um #lateral radius
27/testem/histo/setHisto 5 100 0 +25 deg #psi_space angle
28/testem/histo/setHisto 6 100 -50 +50 deg #theta_plane angle
29/testem/histo/setHisto 7 90 -180 +180 deg #phi-position angle
30/testem/histo/setHisto 8 90 -180 +180 deg #phi-direction angle
31/testem/histo/setHisto 9 100 -1 +1 none #phi correlation
32#
33###/tracking/verbose 2
34###/run/beamOn 1
35#
36/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.