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

Modify general param files to include SHMS Cherenkov detectors

parent 40716a04
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ raddeg=3.14159265/180
; SHMS detector specific paramter files
#include "PARAM/SHMS/AERO/paero.param"
#include "PARAM/SHMS/CAL/pcal.param"
#include "PARAM/SHMS/HGCER/phgcer.param"
#include "PARAM/SHMS/NGCER/pngcer.param"
#include "PARAM/SHMS/DC/pdc.pos"
#include "PARAM/SHMS/DC/pdc.param"
#include "PARAM/SHMS/DC/pdriftmap.param"
......
......@@ -21,4 +21,10 @@ pdc_fix_propcorr = 1 ; do propagation along wire each time hit appeears
; in a space point
; Number of aerogel pairs of pmt's
paero_num_pairs = 7
\ No newline at end of file
paero_num_pairs = 7
; Number of heavy gas Cherenkov PMT's
phgcer_tot_pmts = 4
; Number of noble gas Cherenkov PMT's
pngcer_tot_pmts = 4
\ No newline at end of file
......@@ -66,10 +66,14 @@ pntracks_max_fp = 10
pstat_cal_maxchisq = 10.
; pstat_cal_slop distance from center of block to count as expecting hit
pstat_cal_slop = 2.
; pcer_min_eff warning level for cerenkov effic.
pcer_min_eff = .98
; pcer_threshold threshold for good hit (for measureing effic.)
pcer_threshold = 0.5
; phgcer_min_eff warning level for cerenkov effic.
phgcer_min_eff = .98
; phgcer_threshold threshold for good hit (for measureing effic.)
phgcer_threshold = 0.5
; pngcer_min_eff warning level for cerenkov effic.
pngcer_min_eff = .98
; pngcer_threshold threshold for good hit (for measureing effic.)
pngcer_threshold = 0.5
; pdc_min_eff warning level for dc raw effic.(1 per plane)
pdc_min_eff = .96,.98,.96,.98,.98,.94
.96,.98,.98,.98,.98,.96
......
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