source: trunk/examples/extended/electromagnetic/TestEm14/conv.mac @ 807

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

update

File size: 649 bytes
Line 
1# $Id: conv.mac,v 1.2 2006/10/24 16:54:16 maire Exp $
2#
3# Macro file for "TestEm13.cc"
4# (can be run in batch, without graphic)
5#
6# photon 20 MeV; gamma conversion to e+e-
7#
8/control/verbose 2
9/run/verbose 2
10#
11/testem/det/setMat Lead
12#
13/run/initialize
14#
15/process/inactivate phot
16/process/inactivate compt
17/process/inactivate GammaToMuPair
18#
19/gun/particle gamma
20/gun/energy 20 MeV
21#
22/testem/histo/setFileName conv
23/testem/histo/setFileType hbook
24/testem/histo/setHisto 3  200 0. 20. MeV        #energy  of ch. secondaries 
25/testem/histo/setHisto 4  200 0. +1.  none      #costeta of ch. secondaries
26#
27##/tracking/verbose 2
28##/run/beamOn 1
29#
30/run/beamOn 100000
Note: See TracBrowser for help on using the repository browser.