source: trunk/examples/extended/radioactivedecay/exrdm/macros/proton-1gev.mac @ 1285

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

update

File size: 871 bytes
Line 
1#################################################################################
2#                                                                               #
3# THIS TEST TO DEMONSTRATE THAT ISOTOPES GENERATED IN HADRONIC                  #
4# PROCESSES CAN BE TREATED BY THE RDM.                                          #
5#                                                                               #
6#################################################################################
7#
8#
9/exrdm/phys/SelectPhysics Hadron
10# material definitions has to be done before /run/initilalize
11/exrdm/det/setTargetMate Lead
12/histo/fileName proton-1gev
13/run/initialize
14/run/setCutForRegion Target 10 cm
15/run/setCutForRegion Detector 50 cm
16/grdm/analogueMC 1
17/grdm/verbose 0
18/grdm/noVolumes
19/grdm/selectVolume Target
20
21/gps/particle proton
22/gps/energy 1 GeV
23/tracking/verbose 0
24/run/beamOn 1000
25
26
27 
28
29
30
31
32
Note: See TracBrowser for help on using the repository browser.