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

Last change on this file since 1309 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 651 bytes
Line 
1# $Id: air.mac,v 1.3 2009/09/18 14:03:24 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  local
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.