From 9b4ca49b14b225de2bce424095bddc85b35a90cb Mon Sep 17 00:00:00 2001
From: Zafar Ahmed <zahmed@jlab.org>
Date: Thu, 14 Nov 2013 20:05:16 -0500
Subject: [PATCH] I deleted a line from the file: examples/PARAM/hcana.param. I
 wrote this line just for test purpose.

---
 examples/PARAM/hcana.param | 1 -
 examples/hodtest.C         | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/PARAM/hcana.param b/examples/PARAM/hcana.param
index 8735273..1f9e393 100644
--- a/examples/PARAM/hcana.param
+++ b/examples/PARAM/hcana.param
@@ -17,7 +17,6 @@ hcal_c_cor = 64.36
 hcal_d_cor = 1.66
 
 haero_num_pairs = 8
-hcher_num_pairs = 2
 
 # Names of planes so that parameter names can be constructed
 hdc_plane_names = "1x1 1y1 1u1 1v1 1y2 1x2 2x1 2y1 2u1 2v1 2y2 2x2"
diff --git a/examples/hodtest.C b/examples/hodtest.C
index 37703cc..194a634 100644
--- a/examples/hodtest.C
+++ b/examples/hodtest.C
@@ -65,7 +65,7 @@
 
   // Eventually need to learn to skip over, or properly analyze
   // the pedestal events
-  run->SetEventRange(1,20000);//  Physics Event number, does not
+  run->SetEventRange(1,5000);//  Physics Event number, does not
                                 // include scaler or control events
 
   // Define the analysis parameters
-- 
GitLab