Skip to content
Snippets Groups Projects
Commit 91e59577 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Add default track matching dp_min/max to Cherenkov and Aerogel parameters

  So that hodtest.C keeps working
parent 30af21a7
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,10 @@ haero_beta_max = 1.2
haero_enorm_min = 0.0
haero_enorm_max = 1.5
; Track matching delta p (dp) cut values
haero_dp_min = -20.0
haero_dp_max = 25.0
; ADC time window cut values used to select "good" ADC events
haero_adcTimeWindowMin = 500.
haero_adcTimeWindowMax = 2500.
......@@ -141,6 +145,10 @@ hcer_red_chi2_max = 25.0
hcer_enorm_min = 0.0
hcer_enorm_max = 1.5
; Track matching delta p (dp) cut values
hcer_dp_min = -20.0
hcer_dp_max = 25.0
hcer_adcTimeWindowMin = 1500.
hcer_adcTimeWindowMax = 3500.
......
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