Skip to content
Snippets Groups Projects
Commit 70d1a014 authored by Chad Lantz's avatar Chad Lantz
Browse files

Set values that make sense for a fresh pull

parent 4562d57a
No related branches found
No related tags found
1 merge request!1Segmented lg
......@@ -9,17 +9,17 @@
#----- Set the beam geometry -----
# Circular beam source. Simulates a single fiber optic
/gps/pos/type Beam
/gps/pos/shape Circle
#/gps/pos/type Beam
#/gps/pos/shape Circle
#/gps/pos/radius 0.75 mm
/gps/pos/radius 102 mm
#/gps/pos/radius 102 mm
#/gps/pos/sigma_r 0.002 mm
# Rectangular plane for infinite resolution
#/gps/pos/type Plane
#/gps/pos/shape Rectangle
#/gps/pos/halfx 40 mm
#/gps/pos/halfy 68 mm
/gps/pos/type Plane
/gps/pos/shape Rectangle
/gps/pos/halfx 40 mm
/gps/pos/halfy 68 mm
# the incident surface is in the x-z plane just below the gas
/gps/pos/rot1 1 0 0
......
......@@ -2,8 +2,9 @@
/lightGuide/worldVolume 0.25 0.25 0.25 m
/lightGuide/envelope 89.75 113. 165. mm
#/lightGuide/model/nSegmentsX 1
#/lightGuide/model/nSegmentsZ 1
/lightGuide/model/PMTDiameter 53 mm
/lightGuide/model/nSegmentsX 2
/lightGuide/model/nSegmentsZ 2
......@@ -53,9 +54,9 @@
#----- Set surface properties of the light guide -----
/lightGuide/surface/Model unified
/lightGuide/surface/Type dielectric_metal
/lightGuide/surface/Finish ground
#/lightGuide/surface/Model unified
#/lightGuide/surface/Type dielectric_metal
#/lightGuide/surface/Finish ground
#/lightGuide/surface/SigmaAlpha .1
#/lightGuide/surface/Property SPECULARLOBECONSTANT 0.000002 .4 0.000008 .4
#/lightGuide/surface/Property SPECULARSPIKECONSTANT 0.000002 .1 0.000008 .1
......
......@@ -23,14 +23,14 @@
##############################################################
#Uncomment to generate events from ASCII file, set the file path here.
#make sure /run/beamOn is commented out below
/Input/FileName Out_target1.txt
#/Input/FileName Out_target1.txt
#Uncomment to use gps style of setting the beam profile
#/control/execute beam.mac
/control/execute beam.mac
#set number of photons per event
#/gps/number 10
/gps/number 100
# number of events
#/run/beamOn 1
/run/beamOn 1
##############################################################
##############################################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment