diff --git a/src/THcDC.cxx b/src/THcDC.cxx index bb04415cbf0452d2149b5761b42afe6396d9e75b..b22db72bcc4a0b7a3c1045e12efeaaf192533153 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); }