source: trunk/examples/advanced/Rich/run1.mac @ 1333

Last change on this file since 1333 was 1313, checked in by garnier, 14 years ago

geant4.9.4 beta rc0

File size: 433 bytes
Line 
1# $Id: run1.mac,v 1.4 2010/06/06 06:24:26 perl Exp $
2#
3# Macro file for "LHCbRichSim.cc"
4#
5/control/verbose 2
6/control/saveHistory
7#
8#run/verbose 4
9#event/verbose 4
10#tracking/verbose 5
11#process/verbose 4
12#particle/process/verbose 4
13
14/hits/list
15/hits/activate
16/hits/verbose 4
17/tracking/storeTrajectory 1
18
19/gun/particle pi-
20/gun/energy 10 GeV
21
22/gun/xvertex 0.000 mm
23/gun/yvertex 0.000 mm
24/gun/zvertex -20.000 mm
25
26/run/beamOn 2
27 
28
29
30
31
Note: See TracBrowser for help on using the repository browser.