From 146b0e686b384c8b09735b01f40021a0389da1d5 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 30 Aug 2020 00:13:06 -0500 Subject: [PATCH] modified: src/THcHodoscope.cxx --- src/THcHodoscope.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/THcHodoscope.cxx b/src/THcHodoscope.cxx index 4c30129..d781a02 100644 --- a/src/THcHodoscope.cxx +++ b/src/THcHodoscope.cxx @@ -1923,8 +1923,8 @@ void THcHodoscope::CalcCluster(void) // void THcHodoscope::TrackEffTest(void) { - Double_t PadLow[4]; - Double_t PadHigh[4]; + //Double_t PadLow[4]; + //Double_t PadHigh[4]; // assume X planes are 0,2 and Y planes are 1,3 std::array<int, 4> PadLow = {fxLoScin[0], fyLoScin[0], fxLoScin[1], fyLoScin[1]}; -- GitLab