source: trunk/examples/extended/electromagnetic/TestEm3/run02.mac @ 1337

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

update to geant4.9.3

File size: 690 bytes
Line 
1# $Id: run02.mac,v 1.16 2009/09/17 20:06:26 maire Exp $
2#
3# Macro file for "TestEm3.cc"
4# (can be run in batch, without graphic)
5#
6# Tungsten-Silicon 50 layers; electron 1 GeV
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/phys/addPhysics  local
12#
13/testem/det/setNbOfLayers 50
14/testem/det/setNbOfAbsor 2
15/testem/det/setAbsor 1 Tungsten 2 mm
16/testem/det/setAbsor 2 Silicon 0.3 mm
17#
18/testem/phys/setCuts 100 um
19#
20/run/initialize
21#
22/testem/gun/setDefault
23/gun/particle e-
24/gun/energy 1 GeV
25#
26/testem/histo/setFileName run02
27/testem/histo/setFileType hbook
28/testem/histo/setHisto 1 100 900. 1000. MeV
29/testem/histo/setHisto 2 100   0.   50. MeV
30#
31/testem/event/printModulo 50
32#
33/run/beamOn 200
Note: See TracBrowser for help on using the repository browser.