source: trunk/examples/extended/electromagnetic/TestEm11/TestEm11.in

Last change on this file was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 707 bytes
Line 
1# $Id: TestEm11.in,v 1.8 2009/09/22 14:20:31 maire Exp $
2#
3# limit the step size from histo 1
4#
5/control/verbose 2
6/run/verbose 2
7#
8/testem/det/setMat G4_Si
9/testem/det/setSizeX  1 mm
10/testem/det/setSizeYZ 1 mm
11#
12/testem/phys/addPhysics  local  # em physics
13#
14/run/initialize
15#
16/gun/particle e-
17/gun/energy 500 keV
18#
19/testem/histo/setFileType root
20/testem/histo/setFileName testem11
21/testem/histo/setHisto 1 100 0.    1. mm        #edep profile
22/testem/histo/setHisto 2 102 0.  510. keV       #total Edep
23/testem/histo/setHisto 3 100 0.    2. mm        #track length
24/testem/histo/setHisto 4 100 0.  200. um        #step length
25/testem/histo/setHisto 5 100 0.    1. mm        #proj range
26#
27/testem/event/printModulo 10000
28#
29/run/beamOn 20000
Note: See TracBrowser for help on using the repository browser.