Skip to content
Snippets Groups Projects
Commit b0ac8d02 authored by Eric Pooser's avatar Eric Pooser
Browse files

Rid of pedestal parameters and move npair param to more appropriate location

parent 011fde27
No related branches found
No related tags found
No related merge requests found
haero_pos_gain = 1./168.3, 1./233.9, 1./181.3, 1./169.2, 1./177.6, 1./155.0, 1./169.5, 1./149.7, ; Number of aerogel pairs of pmt's
haero_num_pairs = 8
haero_neg_gain = 1./248.8, 1./186.4, 1./236.4, 1./172.0, ; Positive aerogel gain factors
1./205.3, 1./198.1, 1./227.9, 1./229.2, haero_pos_gain = 1./168.3, 1./233.9, 1./181.3, 1./169.2, 1./177.6, 1./155.0, 1./169.5, 1./149.7
haero_pos_ped_limit = 1000., 1000., 1000., 1000.,
1000., 1000., 1000., 1000.,
haero_neg_ped_limit = 1000., 1000., 1000., 1000.,
1000., 1000., 1000., 1000.,
; Negative aerogel gain factors
haero_neg_gain = 1./248.8, 1./186.4, 1./236.4, 1./172.0, 1./205.3, 1./198.1, 1./227.9, 1./229.2
\ No newline at end of file
...@@ -23,7 +23,5 @@ hcal_d_cor = 1.66, 1.66 ...@@ -23,7 +23,5 @@ hcal_d_cor = 1.66, 1.66
hcal_layer_names = "1pr 2ta 3ta 4ta" hcal_layer_names = "1pr 2ta 3ta 4ta"
haero_num_pairs = 8
# The following were defined in REPLAY.PARAM # The following were defined in REPLAY.PARAM
h_recon_coeff_filename = 'DATFILES/hms_recon_coeff.dat' ;hms optics matrix h_recon_coeff_filename = 'DATFILES/hms_recon_coeff.dat' ;hms optics matrix
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
hhodo_min_peds = 500 hhodo_min_peds = 500
hcal_min_peds = 500 hcal_min_peds = 500
hcer_min_peds = 500 hcer_min_peds = 500
haero_min_peds = 500
hmisc_min_peds = 500 hmisc_min_peds = 500
; DEBUGGING OUTPUT FLAGS ; DEBUGGING OUTPUT FLAGS
......
; Number of aerogel pairs of pmt's ; Number of aerogel pairs of pmt's
paero_num_pairs = 7 paero_num_pairs = 7
; Positive aerogel gain factors
paero_pos_gain = 1./496.7, 1./467.5, 1./554.3, 1./766.1, 1./412.1, 1./517.9, 1./435.6 paero_pos_gain = 1./496.7, 1./467.5, 1./554.3, 1./766.1, 1./412.1, 1./517.9, 1./435.6
; Negative aerogel gain factors
paero_neg_gain = 1./586.8, 1./536.5, 1./690.5, 1./563.1, 1./574.4, 1./432.7, 1./601.5 paero_neg_gain = 1./586.8, 1./536.5, 1./690.5, 1./563.1, 1./574.4, 1./432.7, 1./601.5
paero_pos_ped_limit = 1000, 1000, 1000, 1000, 1000, 1000, 1000
paero_neg_ped_limit = 1000, 1000, 1000, 1000, 1000, 1000, 1000
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