source: trunk/examples/extended/electromagnetic/TestEm5/air.mac @ 1229

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

update

File size: 654 bytes
Line 
1# $Id: air.mac,v 1.2 2007/07/31 16:51:29 maire Exp $
2#
3# macro file for TestEm5.cc
4#
5/control/verbose 2
6/run/verbose 2
7#
8/testem/det/setAbsMat   Air
9/testem/det/setWorldMat Galactic
10/testem/det/setAbsThick 10 cm
11/testem/det/setAbsYZ    15 cm
12#
13/testem/phys/addPhysics  standard
14#### /testem/phys/addPhysics  standardSS
15#
16/testem/phys/setCuts 0.1 mm
17#
18/run/initialize
19#
20/testem/gun/setDefault
21/gun/particle e-
22/gun/energy 6 MeV
23#
24/testem/histo/setFileName air
25/testem/histo/setFileType hbook
26/testem/histo/setHisto 13 100 -100 100 mrad     #theta proj
27/testem/histo/setHisto 15 200  0 20 mm          #radius
28#
29/testem/event/printModulo 100000
30#
31/run/beamOn 1000000
Note: See TracBrowser for help on using the repository browser.