Skip to content
Snippets Groups Projects
Commit 3266ee52 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Comment out obnoxious debugging statement

parent 68753530
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ Int_t THcDriftChamberPlane::ProcessHits(TClonesArray* rawhits, Int_t nexthit)
// Would be nice to have a way to determine that the hodoscope decode was
// actually called for this event.
if( fglHod ) StartTime = fglHod->GetStartTime();
cout << "Start time " << StartTime << endl;
//cout << "Start time " << StartTime << endl;
//Int_t nTDCHits=0;
fHits->Clear();
......
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