From 30a7090f2158e8ebe18547fba52ccac9f167ba5c Mon Sep 17 00:00:00 2001
From: Carlos Yero <cyero002@fiu.edu>
Date: Sun, 18 Jun 2017 11:00:51 -0400
Subject: [PATCH] added version 2 of the script to add t0 corrections

---
 CALIBRATION/shms_dc_calib/run_Cal.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CALIBRATION/shms_dc_calib/run_Cal.C b/CALIBRATION/shms_dc_calib/run_Cal.C
index 2f637700..9dfd61b7 100644
--- a/CALIBRATION/shms_dc_calib/run_Cal.C
+++ b/CALIBRATION/shms_dc_calib/run_Cal.C
@@ -99,7 +99,7 @@
     gSystem->Exec("root -l -q get_tzero_per_wire_param.C"); 
     
     //execute code to get t0 corrected drift times
-    gSystem->Exec("root -l -q get_pdc_time_histo_tzero_corrected.C");
+    gSystem->Exec("root -l -q get_pdc_time_histo_tzero_corrected_v2.C");
     
     //execute code to update LookUp Table
     gSystem->Exec("root -l -q get_LookUp_Values.C");
-- 
GitLab