Loading...
Searching...
No Matches
cerenkov.mac
Go to the documentation of this file.
1#################
2##
3## This example demonstrates the cerenkov process by using a 200 MeV mu+
4## particle in a geometry configuration that shows the cerenkov cone
5## and pmts hit by it.
6##
7#################
8
9/control/verbose 1
10/tracking/verbose 0
11/run/verbose 1
12/control/cout/ignoreThreadsExcept 0
13/process/optical/verbose 1
14#/process/optical/processActivation Scintillation false
15
16/run/initialize
17
18/LXe/eventVerbose 0
19/LXe/detector/defaults
20
21/LXe/detector/MainScintYield 0
22
23/LXe/detector/nx 20
24/LXe/detector/ny 20
25/LXe/detector/nz 1
26/LXe/detector/dimensions 60 60 25 cm
27/LXe/detector/housingThickness 0.0635 cm
28/LXe/detector/pmtRadius 1.5 cm
29/LXe/detector/volumes/sphere 0
30/LXe/detector/reflectivity 0.0
31
32/gun/particle mu+
33/gun/energy 200 MeV
34
35#This causes the primary particle to be killed after its first step in the
36#scintillator volume. Thus preventing the cerenkov cone to fill in.
37/LXe/oneStepPrimaries true
38
39#reset from a random seed that shows a good cone
40#/random/resetEngineFrom random/goodCerenkov.rndm
41
42/analysis/setFileName cerenkov
43/analysis/h1/set 1 50 0 50
44/analysis/h1/set 2 50 0 50
45/analysis/h1/set 4 100 0 200
46/analysis/h1/set 5 100 0 200
47/analysis/h1/set 6 50 0 50
48/analysis/h1/set 7 100 0 20 MeV
49
50/run/printProgress 1000
51/run/beamOn 10000

Applications | User Support | Publications | Collaboration