source: trunk/examples/extended/electromagnetic/TestEm14/electron.mac @ 1279

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

update

File size: 923 bytes
Line 
1# $Id: electron.mac,v 1.2 2006/05/10 11:15:33 maire Exp $
2#
3# Macro file for "TestEm14.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 100 um
14
15###/process/inactivate eIoni
16/process/inactivate eBrem
17#
18/gun/particle e-
19/gun/energy 100 MeV
20#
21/testem/histo/setFileName eioni
22### /testem/histo/setFileName ebrem
23/testem/histo/setFileType hbook
24/testem/histo/setHisto 1  100 0.  100 MeV       #energy  of primary 
25/testem/histo/setHisto 2  100 0.5   +1. none    #costeta of primary
26/testem/histo/setHisto 3  100 0.  100 MeV       #energy  of ch. secondary 
27/testem/histo/setHisto 4  100 0.   +1. none     #costeta of ch. secondary
28###/testem/histo/setHisto 5  100 0.  100 MeV    #energy  of ne. secondary 
29###/testem/histo/setHisto 6  100 0.99  +1. none #costeta of ne. secondary
30#
31###/tracking/verbose 2
32###/run/beamOn 1
33#
34/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.