54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
#The following are intrinsic parameters for the detector. #https://link.springer.com/article/10.1007/s12194-013-0231-4
|
|
#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_Axial: 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
|
|
#
|
|
#Reflector pattern for layer 2
|
|
reflectorLayer2_Tangential: 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
|
|
reflectorLayer2_Axial: 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
|
|
#
|
|
#Reflector pattern for layer 3
|
|
reflectorLayer3_Tangential: 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
|
|
reflectorLayer3_Axial: 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
|
|
#
|
|
#Reflector pattern for layer 4
|
|
reflectorLayer4_Tangential: 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
|
|
reflectorLayer4_Axial: 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
|
|
|
|
#Give the time units in nano seconds (ns)
|
|
block_DeadTime: 256 ns
|
|
|
|
#Dead on the multiplexed crystals are not applied
|
|
module_DeadTime: 0 ns
|
|
|
|
#choose type of resolution
|
|
fixedResolution: false
|
|
|
|
crystalResolutionMin: 0.13
|
|
crystalResolutionMax: 0.17
|
|
|
|
#Reference energy in keV
|
|
crystalEnergyRef: 511 keV
|
|
|
|
crystalQuantumEfficiency: 1.0
|
|
|
|
#The number of pixels in 2D position histogram of the response
|
|
|
|
#Energy window in keV
|
|
lowerThreshold: 400 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
|
|
|
|
|