Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -2,7 +2,7 @@
|
||||
#For theoretical look-up table (equally spaced position response), the out most reflector value is set to be 0
|
||||
|
||||
#Reflector pattern for layer 1
|
||||
reflectorLayer1_Tangential: 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
|
||||
reflectorLayer1_Tangential: 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
|
||||
reflectorLayer1_Axial: 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
|
||||
#
|
||||
#Reflector pattern for layer 2
|
||||
@@ -32,15 +32,22 @@ crystalResolutionMax: 0.17
|
||||
#Reference energy in keV
|
||||
crystalEnergyRef: 511 keV
|
||||
|
||||
crystalQuantumEfficiency: 0.905
|
||||
crystalQuantumEfficiency: 1.0
|
||||
|
||||
#The number of pixels in 2D position histogram of the response
|
||||
numberOfPixel_2D_Pixel: 32 32
|
||||
|
||||
#Energy window in keV
|
||||
lowerThreshold: 400 keV
|
||||
upperThreshold: 600 keV
|
||||
upperThreshold: 600 keV
|
||||
triggerEnergy: 0.05 keV # equals to 50 eV
|
||||
|
||||
#Apply Anger logic calculation
|
||||
ApplyAngerLogic: true
|
||||
|
||||
#2D position blurring (PMT position response blurring) (tangential(y) axial(z))
|
||||
PMTblurring: 1.5 1.5
|
||||
|
||||
#Choose the type of output: singlesOutput or coincidenceOutput
|
||||
TypeOfOutput: singlesOutput
|
||||
|
||||
#Choose the type of output: "singlesOutput" or "coincidenceOutput"
|
||||
TypeOfOutput: coincidenceOutput
|
||||
|
||||
|
||||
Reference in New Issue
Block a user