From 883ef32de3bd3d652ed06cee5a9c9fb7bf7fc3c1 Mon Sep 17 00:00:00 2001
From: Eric Pooser <pooser@jlab.org>
Date: Fri, 27 Jan 2017 17:23:14 -0500
Subject: [PATCH] Add SHMS Cherenkov param files

---
 PARAM/SHMS/HGCER/phgcer.param | 24 ++++++++++++++++++++++++
 PARAM/SHMS/NGCER/pngcer.param | 24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)
 create mode 100644 PARAM/SHMS/HGCER/phgcer.param
 create mode 100644 PARAM/SHMS/NGCER/pngcer.param

diff --git a/PARAM/SHMS/HGCER/phgcer.param b/PARAM/SHMS/HGCER/phgcer.param
new file mode 100644
index 00000000..dbe8d0a6
--- /dev/null
+++ b/PARAM/SHMS/HGCER/phgcer.param
@@ -0,0 +1,24 @@
+phgcer_width = 50, 50
+
+phgcer_adc_to_npe = 1/145.0, 1/122.0
+
+
+phgcer_chi2max = 50.
+phgcer_beta_min = 0.8
+phgcer_beta_max = 1.2
+phgcer_et_min = 0.95
+phgcer_et_max = 5.0
+phgcer_mirror_zpos = 230
+; phgcer_region: 8 values for each region (1 per mirror + sum)
+; central x,y,dx,dy values and x,y,dx,dy half widths.
+phgcer_region =   30,  -30,   0,
+                 0,    0,   0,
+                 0,    0,   0,
+                 0,    0,   0,
+                20,   20,  60,
+                30,   30,  30,
+                .1,   .1,  .1,
+                .1,   .1,  .1
+
+phgcer_ped_limit =  1000,1000
+	       
diff --git a/PARAM/SHMS/NGCER/pngcer.param b/PARAM/SHMS/NGCER/pngcer.param
new file mode 100644
index 00000000..09b551b1
--- /dev/null
+++ b/PARAM/SHMS/NGCER/pngcer.param
@@ -0,0 +1,24 @@
+pngcer_width = 50, 50
+
+pngcer_adc_to_npe = 1/145.0, 1/122.0
+
+
+pngcer_chi2max = 50.
+pngcer_beta_min = 0.8
+pngcer_beta_max = 1.2
+pngcer_et_min = 0.95
+pngcer_et_max = 5.0
+pngcer_mirror_zpos = 230
+; pngcer_region: 8 values for each region (1 per mirror + sum)
+; central x,y,dx,dy values and x,y,dx,dy half widths.
+pngcer_region =   30,  -30,   0,
+                 0,    0,   0,
+                 0,    0,   0,
+                 0,    0,   0,
+                20,   20,  60,
+                30,   30,  30,
+                .1,   .1,  .1,
+                .1,   .1,  .1
+
+pngcer_ped_limit =  1000,1000
+	       
-- 
GitLab