source: trunk/examples/extended/electromagnetic/TestEm3/run07.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: 595 bytes
Line 
1# $Id: run07.mac,v 1.13 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# LiquidArgon-Lead 2 layers; proton 500 MeV
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/phys/addPhysics  local
12#
13/testem/det/setNbOfLayers 2
14/testem/det/setNbOfAbsor 2
15/testem/det/setAbsor 1 liquidArgon 4 mm
16/testem/det/setAbsor 2 Lead 4 mm
17/testem/det/setSizeYZ 16 mm
18#
19/testem/phys/setCuts 1.5 mm
20#
21/run/initialize
22#
23/process/inactivate msc
24#
25/testem/gun/setDefault
26/gun/particle proton
27/gun/energy 500 MeV
28#
29/testem/event/printModulo 100
30#
31#/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.