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

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

update

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