source: trunk/examples/extended/electromagnetic/TestEm18/electron.mac @ 812

Last change on this file since 812 was 807, checked in by garnier, 16 years ago

update

File size: 690 bytes
Line 
1# $Id: electron.mac,v 1.1 2007/02/13 17:57:20 maire Exp $
2#
3# macro file for TestEm18.cc
4#
5/control/verbose 2
6/run/verbose 2
7#
8/testem/det/setMat Water
9/testem/det/setSize 1 cm
10#
11/testem/phys/setCuts 100 um
12#
13/run/initialize
14#
15/gun/particle e-
16/gun/energy 10 MeV
17#
18/testem/histo/setFileName electron
19/testem/histo/setHisto 1 100 0 10 MeV   #continuous eLoss
20/testem/histo/setHisto 2 100 0 10 MeV   #secondary  eLoss
21/testem/histo/setHisto 3 100 0 10 MeV   #total eLoss
22/testem/histo/setHisto 4 100 0 10 MeV   #e- energy spectrum
23/testem/histo/setHisto 5 100 0 10 MeV   #gamma energy spectrum
24/testem/histo/setHisto 6 100 0 10 mm    #step size
25#
26/testem/event/printModulo 100000
27#
28/run/beamOn 1000000
Note: See TracBrowser for help on using the repository browser.