source: trunk/examples/extended/electromagnetic/TestEm3/run01.mac @ 1279

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

update to geant4.9.3

File size: 539 bytes
Line 
1# $Id: run01.mac,v 1.19 2009/09/17 20:06:26 maire Exp $
2#
3# Macro file for "exampleN03.cc"
4# (can be run in batch, without graphic)
5#
6# Lead-liquidArgon 50 layers; electron 1 GeV
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/phys/addPhysics  local
12#
13/testem/phys/setCuts 100 um
14#
15/run/initialize
16#
17/gun/particle e-
18/gun/energy 1 GeV
19#
20/testem/histo/setFileName run01
21/testem/histo/setFileType hbook
22/testem/histo/setHisto 1 100 700. 1000. MeV
23/testem/histo/setHisto 2 100   0.  300. MeV
24#
25/testem/event/printModulo 100
26#
27/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.