source: trunk/examples/extended/electromagnetic/TestEm3/dedx.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: 590 bytes
Line 
1# $Id: dedx.mac,v 1.5 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# To control dE/dx calculation:
7#  1 layer; minimum ionizing particle
8#
9/control/verbose 2
10/run/verbose 2
11#
12/testem/det/setNbOfLayers 1
13/testem/det/setNbOfAbsor 1
14/testem/det/setAbsor 1 liquidArgon 1 cm
15/testem/det/setSizeYZ 1 cm
16#
17/testem/phys/addPhysics  local
18/testem/phys/setCuts 1 km
19#
20/run/initialize
21#
22/process/inactivate msc
23/process/eLoss/fluct false
24#
25/testem/gun/setDefault
26/gun/particle mu-
27/gun/energy 50 GeV
28#
29/tracking/verbose 1
30#
31/run/beamOn 2
Note: See TracBrowser for help on using the repository browser.