From fd3b1a42f720a9939cc23984836e5f96ffd3ff32 Mon Sep 17 00:00:00 2001
From: Eric Pooser <pooser@jlab.org>
Date: Tue, 10 Jul 2018 10:32:06 -0400
Subject: [PATCH] fix compiler warning

---
 src/THcShowerArray.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/THcShowerArray.cxx b/src/THcShowerArray.cxx
index eb212e1..dc246b2 100644
--- a/src/THcShowerArray.cxx
+++ b/src/THcShowerArray.cxx
@@ -281,7 +281,7 @@ Int_t THcShowerArray::ReadDatabase( const TDatime& date )
     {0}
   };
 
-   for(UInt_t ip=0;ip<fNelem;ip++) {
+   for(Int_t ip=0;ip<fNelem;ip++) {
     fAdcTimeWindowMin[ip] = -1000.;
     fAdcTimeWindowMax[ip] = 1000.;
    }
-- 
GitLab