source: trunk/examples/novice/N03/exo1.mac @ 893

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

merge

File size: 601 bytes
Line 
1# $Id: exo1.mac,v 1.2 2002/12/16 16:37:25 maire Exp $
2#
3# Macro file for "exampleN03.cc"
4#
5# this macro can be executed
6# during an interactive session:
7#
8# Idle> /control/execute exo1.mac
9#
10#
11/N03/det/setNbOfLayers 1
12#
13/N03/det/setAbsMat Aluminium
14/N03/det/setAbsThick 10 cm
15#
16/N03/det/setGapMat Air
17/N03/det/setGapThick  0 cm
18#
19/N03/det/setSizeYZ   10 cm
20#
21/N03/det/update
22#
23/vis/viewer/zoom 1.3
24#
25/process/list
26/process/inactivate msc
27/process/inactivate eBrem
28/process/inactivate compt
29/process/inactivate conv
30#
31/run/particle/setCut 10 cm
32/run/initialize
33#
34/gun/particle e+
35/gun/energy 30 MeV
Note: See TracBrowser for help on using the repository browser.