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

Last change on this file since 1209 was 1143, checked in by garnier, 15 years ago

update

File size: 595 bytes
Line 
1# $Id: exo1.mac,v 1.3 2009/10/20 08:23:32 kurasige 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/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.