source: trunk/examples/extended/electromagnetic/TestEm1/brems.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: 1023 bytes
Line 
1# $Id: brems.mac,v 1.4 2009/09/15 12:51:49 maire Exp $
2#
3# Macro file for "TestEm1.cc"
4# (can be run in batch, without graphic)
5#
6# Bremsstrahlung only
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat Aluminium
12/testem/det/setSize 50 cm
13#
14/testem/phys/addPhysics local
15#
16/run/initialize
17#
18# prevent any e- ionisation production
19/testem/phys/setECut  1 km
20#
21# no multiple scattering
22/process/inactivate msc
23#
24# set cut for gamma bremsstrahlung
25/testem/phys/setGCut  1 mm
26#
27# no gamma interaction
28/process/inactivate phot
29/process/inactivate compt
30/process/inactivate conv
31#
32/testem/gun/setDefault
33/gun/particle e-
34/gun/energy 200 MeV
35#
36/testem/histo/setFileName brems
37/testem/histo/setFileType hbook
38/testem/histo/setHisto 1 100 0   50 cm          #track length of primary
39/testem/histo/setHisto 2 100 0  100 none        #nb steps of primary
40/testem/histo/setHisto 3 200 0   50 mm          #step size of primary
41#
42/testem/event/printModulo 2000
43#
44/process/eLoss/verbose 0
45/process/inactivate eIoni
46/run/physicsModified
47/run/beamOn 10000
48#
Note: See TracBrowser for help on using the repository browser.