From e035f57859306e24a0121c985272ee8d9d8c6771 Mon Sep 17 00:00:00 2001 From: Eric Pooser <pooser@jlab.org> Date: Wed, 8 Feb 2017 09:08:53 -0500 Subject: [PATCH] Comment out cout statement --- src/THcDC.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/THcDC.cxx b/src/THcDC.cxx index bb04415..b22db72 100644 --- a/src/THcDC.cxx +++ b/src/THcDC.cxx @@ -891,7 +891,7 @@ void THcDC::TrackFit() Double_t coord=0.0; for(Int_t ir=0;ir<NUM_FPRAY;ir++) { coord += fPlaneCoeffs[iplane][raycoeffmap[ir]]*dray[ir]; - cout << "ir = " << ir << ", dray[ir] = " << dray[ir] << endl; + // cout << "ir = " << ir << ", dray[ir] = " << dray[ir] << endl; } theDCTrack->SetCoord(iplane,coord); } -- GitLab