source: trunk/examples/novice/N02/run1.mac @ 887

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

update

File size: 499 bytes
Line 
1# $Id: run1.mac,v 1.1 2000/12/04 16:24:04 maire Exp $
2#
3# Macro file for "exampleN02.cc"
4#
5# can be run in batch, without graphic
6# or interactively: Idle> /control/execute run1.mac
7#
8/run/verbose 2
9/event/verbose 0
10#
11# proton 3 GeV to the direction (0.,0.,1.)  (default kinematic)
12# 1 event with detailled printing
13#
14/tracking/verbose 1
15/run/beamOn 1
16#
17# muon 300 MeV to the direction (0.,0.,1.)
18# 3 events (no printing)
19#
20/gun/particle mu-
21/gun/energy 300 MeV
22/tracking/verbose 0
23/run/beamOn 3
Note: See TracBrowser for help on using the repository browser.