Skip to content
Snippets Groups Projects
Commit 9ddfafb1 authored by Mark Jones's avatar Mark Jones Committed by Mark K Jones
Browse files

Update HMS/SHMS Cerenkov adcTimeWindow parameters

Updated hcana code to have adcTimeWindowMin and Max
  for each Cerenkvo PMT so need to modify the
  adcTimeWindowMin and Max parameters to be an array.
  Keep them at -1000 and 1000 ns .

This adcTimeWindow is used to select which hit in the
 multihit ADC channel is pick as the "good" hit to
 us the later analysis.
parent fdf56297
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ hcer_dp_max = 25.0 ...@@ -18,8 +18,8 @@ hcer_dp_max = 25.0
hcer_adc_tdc_window= 200. hcer_adc_tdc_window= 200.
; ADC time window cut values used to select "good" ADC events ; ADC time window cut values used to select "good" ADC events
hcer_adcTimeWindowMin = -1000. hcer_adcTimeWindowMin = -1000.,-1000.
hcer_adcTimeWindowMax = 1000. hcer_adcTimeWindowMax = 1000.,1000.
; NPE Threshold for good hit (for measureing effic.) ; NPE Threshold for good hit (for measureing effic.)
hcer_npe_thresh = 0.5 hcer_npe_thresh = 0.5
...@@ -16,8 +16,8 @@ phgcer_dp_max = 25.0 ...@@ -16,8 +16,8 @@ phgcer_dp_max = 25.0
; ADC time window cut values used to select "good" ADC events ; ADC time window cut values used to select "good" ADC events
phgcer_adc_tdc_offset = 200.0 phgcer_adc_tdc_offset = 200.0
phgcer_adcTimeWindowMin = -1000. phgcer_adcTimeWindowMin = -1000.,-1000.,-1000.,-1000.
phgcer_adcTimeWindowMax = 1000. phgcer_adcTimeWindowMax = 1000.,1000.,1000.,1000.
; NPE Threshold for "good" hit (for measureing effic.) ; NPE Threshold for "good" hit (for measureing effic.)
phgcer_npe_thresh = 0.5 phgcer_npe_thresh = 0.5
\ No newline at end of file
...@@ -16,8 +16,8 @@ pngcer_dp_max = 25.0 ...@@ -16,8 +16,8 @@ pngcer_dp_max = 25.0
; ADC time window cut values used to select "good" ADC events ; ADC time window cut values used to select "good" ADC events
pngcer_adc_tdc_offset = 200. pngcer_adc_tdc_offset = 200.
pngcer_adcTimeWindowMin = -1000. pngcer_adcTimeWindowMin = -1000.,-1000.,-1000.,-1000.
pngcer_adcTimeWindowMax = 1000. pngcer_adcTimeWindowMax = 1000.,1000.,1000.,1000.
; ; NPE Threshold for "good" hit (for measureing effic.) ; ; NPE Threshold for "good" hit (for measureing effic.)
pngcer_npe_thresh = 0.5 pngcer_npe_thresh = 0.5
\ No newline at end of file
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