source: trunk/examples/extended/electromagnetic/TestEm2/run01.mac @ 812

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

update

File size: 570 bytes
Line 
1# $Id: run01.mac,v 1.25 2007/06/21 14:21:46 maire Exp $
2#
3# Macro file for "TestEm2.cc"
4# (can be run in batch, without graphic)
5#
6# PbWO4 L = 20 radl  R = 5 radl; electron 5 GeV
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat PbWO4
12/testem/det/setLbin 40 0.5
13/testem/det/setRbin 50 0.1
14#
15/testem/phys/addPhysics  standard
16#
17/testem/phys/setCuts 1 mm
18#
19# histogram file
20/testem/histo/setFileName stand
21/testem/histo/setFileType hbook
22#
23/run/initialize
24#
25/gun/particle e-
26/gun/energy 5 GeV
27#
28/testem/event/printModulo 20
29/testem/run/verbose 1
30#
31/run/beamOn 500
Note: See TracBrowser for help on using the repository browser.