Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/doiPET/inputParameter.txt is written in an unsupported language. File is not indexed.

0001 #The following are intrinsic parameters for the detector. #https://link.springer.com/article/10.1007/s12194-013-0231-4
0002 #For theoretical look-up table (equally spaced position response), the out most reflector value is set to be 0
0003 
0004 #Reflector pattern for layer 1
0005 reflectorLayer1_Tangential:     1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 
0006 reflectorLayer1_Axial:  1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
0007 #
0008 #Reflector pattern for layer 2
0009 reflectorLayer2_Tangential:     1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
0010 reflectorLayer2_Axial:  0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
0011 #
0012 #Reflector pattern for layer 3
0013 reflectorLayer3_Tangential:     0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
0014 reflectorLayer3_Axial:  1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 
0015 #
0016 #Reflector pattern for layer 4
0017 reflectorLayer4_Tangential:     0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
0018 reflectorLayer4_Axial:  0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
0019 
0020 #Give the time units in nano seconds (ns)
0021 block_DeadTime: 256 ns
0022 
0023 #Dead on the multiplexed crystals are not applied
0024 module_DeadTime: 0 ns
0025 
0026 #choose type of resolution
0027 fixedResolution: false
0028         
0029 crystalResolutionMin: 0.13
0030 crystalResolutionMax: 0.17
0031 
0032 #Reference energy in keV
0033 crystalEnergyRef: 511 keV
0034 
0035 crystalQuantumEfficiency: 1.0
0036 
0037 #The number of pixels in 2D position histogram of the response
0038 
0039 #Energy window in keV
0040 lowerThreshold: 400 keV
0041 upperThreshold: 600 keV
0042 triggerEnergy:  0.05 keV # equals to 50 eV
0043  
0044 #Apply Anger logic calculation
0045 ApplyAngerLogic: true
0046 
0047 #2D position blurring (PMT position response blurring) (tangential(y) axial(z))
0048 PMTblurring: 1.5 1.5
0049 
0050 #Choose the type of output: singlesOutput or coincidenceOutput
0051 TypeOfOutput: singlesOutput
0052 
0053