source: trunk/examples/extended/electromagnetic/TestEm3/run15.mac @ 1187

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

update

File size: 707 bytes
Line 
1# $Id: run15.mac,v 1.15 2006/10/31 12:53:48 maire Exp $
2#
3# Macro file for "TestEm3.cc"
4# (can be run in batch, without graphic)
5#
6# Iron-scintillator 20 layers;
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/phys/addPhysics  standard
12#
13/testem/det/setNbOfLayers 20
14/testem/det/setNbOfAbsor  2
15/testem/det/setAbsor 1 Iron 14 mm
16/testem/det/setAbsor 2 Scintillator 3 mm
17/testem/det/setSizeYZ 30 cm
18#
19/testem/phys/setCuts 10 um
20#
21/run/initialize
22#
23/testem/gun/setDefault
24/gun/particle mu+
25/gun/energy 20 GeV
26#
27/testem/histo/setFileName run15
28/testem/histo/setFileType hbook
29/testem/histo/setHisto 1 100 0.   2. GeV
30/testem/histo/setHisto 2 100 0. 100. MeV
31#
32/testem/event/printModulo 1000
33#
34/run/beamOn 20000
Note: See TracBrowser for help on using the repository browser.