Warning, /geant4/examples/extended/optical/LXe/cerenkov.mac is written in an unsupported language. File is not indexed.
0001 #################
0002 ##
0003 ## This example demonstrates the cerenkov process by using a 200 MeV mu+
0004 ## particle in a geometry configuration that shows the cerenkov cone
0005 ## and pmts hit by it.
0006 ##
0007 #################
0008
0009 /control/verbose 1
0010 /tracking/verbose 0
0011 /run/verbose 1
0012 /control/cout/ignoreThreadsExcept 0
0013 /process/optical/verbose 1
0014 #/process/optical/processActivation Scintillation false
0015
0016 /run/initialize
0017
0018 /LXe/eventVerbose 0
0019 /LXe/detector/defaults
0020
0021 /LXe/detector/MainScintYield 0
0022
0023 /LXe/detector/nx 20
0024 /LXe/detector/ny 20
0025 /LXe/detector/nz 1
0026 /LXe/detector/dimensions 60 60 25 cm
0027 /LXe/detector/housingThickness 0.0635 cm
0028 /LXe/detector/pmtRadius 1.5 cm
0029 /LXe/detector/volumes/sphere 0
0030 /LXe/detector/reflectivity 0.0
0031
0032 /gun/particle mu+
0033 /gun/energy 200 MeV
0034
0035 #This causes the primary particle to be killed after its first step in the
0036 #scintillator volume. Thus preventing the cerenkov cone to fill in.
0037 /LXe/oneStepPrimaries true
0038
0039 #reset from a random seed that shows a good cone
0040 #/random/resetEngineFrom random/goodCerenkov.rndm
0041
0042 /analysis/setFileName cerenkov
0043 /analysis/h1/set 1 50 0 50
0044 /analysis/h1/set 2 50 0 50
0045 /analysis/h1/set 4 100 0 200
0046 /analysis/h1/set 5 100 0 200
0047 /analysis/h1/set 6 50 0 50
0048 /analysis/h1/set 7 100 0 20 MeV
0049
0050 /run/printProgress 1000
0051 /run/beamOn 10000