source: trunk/examples/extended/electromagnetic/TestEm16/run02.mac @ 1333

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

update

File size: 1010 bytes
Line 
1#
2# Macro file for "TestEm16.cc"
3# (can be run in batch, without graphic)
4#
5#
6/control/verbose 2
7/run/verbose 2
8/run/initialize
9#
10# /process/activate SynchrotronRadiation
11#
12# inactivate other processes to make SynchrotronRadiation more visible
13/process/inactivate msc
14/process/inactivate eIoni
15/process/inactivate eBrem
16/process/inactivate annihil
17/process/inactivate phot
18/process/inactivate compt
19/process/inactivate conv
20#
21/gun/particle e-
22/gun/energy 10 TeV
23#
24# set up histos.  A reasonable choice for the upper limits is about 5*Ecr and 10*MeanFreePath
25/testem/histo/setHisto 1 100 0    20 MeV        #SynRad Energy
26/testem/histo/setHisto 2 100 0    20 MeV        #SynRad Power
27/testem/histo/setHisto 3 100 0    32 km         #Path Length
28/testem/histo/setFileName testem16_run02
29/testem/histo/setFileType hbook
30#
31/testem/det/setSize 200 km
32/testem/det/setMat Vacuum
33/testem/det/update
34# very weak magnetic field, increase step length
35/testem/det/setField 0.5 gauss
36/testem/tracking/setMaxStepLength 100 km
37#
38/run/beamOn 1000
Note: See TracBrowser for help on using the repository browser.