source: trunk/examples/advanced/cosmicray_charging/shoot.mac @ 807

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

update

File size: 685 bytes
Line 
1#################################################################
2# Shoots 1 GeV protons randomly from generator surface
3#################################################################
4#
5/vis/enable
6/tracking/storeTrajectory 1
7/control/verbose 1
8/run/verbose 1
9/event/verbose 0
10#
11/control/suppressAbortion 1
12#
13# Random seeds
14#/run/autoSeed 1
15/random/resetEngineFrom seeds.rndm
16#
17# particle surveys
18#/surveys/surveyParticles 1
19#/surveys/surveyPrimaries 1
20#/surveys/surveyTestMasses 1
21#
22/gps/particle proton
23/gps/energy 1 GeV
24#
25# Isotropic distribution
26/gps/pos/type Surface
27/gps/pos/shape Sphere
28/gps/pos/radius 1499. mm
29/gps/pos/centre 0. 0. 0. mm
30/gps/ang/type cos
31#
32/run/beamOn 10
Note: See TracBrowser for help on using the repository browser.