source: trunk/examples/extended/radioactivedecay/exrdm/macros/proton-b.mac @ 927

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

update

File size: 1.1 KB
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 LHEP_BIC_HP
10/exrdm/phys/SelectPhysics Hadron
11#/geometry/material/add NaI Na-I 3.67
12# material definitions has to be done before /run/initilalize
13/exrdm/det/setTargetMate Lead
14/histo/fileName proton-b
15/run/initialize
16/run/setCutForRegion Target 10 cm
17/run/setCutForRegion Detector 50 cm
18/grdm/analogueMC 0
19/grdm/verbose 0
20/grdm/noVolumes
21/grdm/selectVolume Target
22/grdm/sourceTimeProfile beam.data
23/grdm/decayBiasProfile measures.data
24#/grdm/BRbias 0
25
26/gps/particle proton
27/gps/energy 1 GeV
28/tracking/verbose 0
29/random/setSavingFlag
30/random/resetEngineFrom oldEvent.rndm
31/run/beamOn 10000
32
33
34 
35
36
37
38
39
Note: See TracBrowser for help on using the repository browser.