source: trunk/examples/extended/electromagnetic/TestEm3/dedx.mac @ 1170

Last change on this file since 1170 was 807, checked in by garnier, 16 years ago

update

File size: 593 bytes
Line 
1# $Id: dedx.mac,v 1.4 2006/03/20 12:26:03 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  standard
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.