Skip to content
Snippets Groups Projects
Commit e035f578 authored by Eric Pooser's avatar Eric Pooser
Browse files

Comment out cout statement

parent a079cb3d
No related branches found
No related tags found
No related merge requests found
...@@ -891,7 +891,7 @@ void THcDC::TrackFit() ...@@ -891,7 +891,7 @@ void THcDC::TrackFit()
Double_t coord=0.0; Double_t coord=0.0;
for(Int_t ir=0;ir<NUM_FPRAY;ir++) { for(Int_t ir=0;ir<NUM_FPRAY;ir++) {
coord += fPlaneCoeffs[iplane][raycoeffmap[ir]]*dray[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); theDCTrack->SetCoord(iplane,coord);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment