From 8dbe4ed481e7e59a98d702c29f271a194287b4b2 Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Wed, 18 Jun 2014 09:29:26 -0400 Subject: [PATCH] Comment out debuging "cout"s in tof code --- src/THcHodoscope.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/THcHodoscope.cxx b/src/THcHodoscope.cxx index 477e89a..391bd08 100644 --- a/src/THcHodoscope.cxx +++ b/src/THcHodoscope.cxx @@ -563,8 +563,8 @@ void THcHodoscope::Clear( Option_t* opt) Int_t THcHodoscope::Decode( const THaEvData& evdata ) { - if ( evdata.GetEvNum() > 1000 ) - cout << "\nhcana event = " << evdata.GetEvNum() << endl; + // if ( evdata.GetEvNum() > 1000 ) + // cout << "\nhcana event = " << evdata.GetEvNum() << endl; // Get the Hall C style hitlist (fRawHitList) for this event Int_t nhits = DecodeToHitList(evdata); @@ -647,7 +647,7 @@ Double_t THcHodoscope::TimeWalkCorrection(const Int_t& paddle, Int_t THcHodoscope::CoarseProcess( TClonesArray& tracks ) { - cout << "------------------------------------" << endl; + // cout << "------------------------------------" << endl; // Loop over tracks then loop over scintillator planes // **MAIN LOOP: Loop over all tracks and get corrected time, tof, beta... Int_t Ntracks = tracks.GetLast()+1; // Number of reconstructed tracks @@ -992,10 +992,10 @@ Int_t THcHodoscope::CoarseProcess( TClonesArray& tracks ) } } // time at focal plane condition - cout << "num pmt hit = " << numPmtHit[itrack] - << " fp time = " << scinFPTime[itrack][numScinHit[itrack]] - << " dedx = " << dedX[itrack][numScinHit[itrack]] - << endl; + // cout << "num pmt hit = " << numPmtHit[itrack] + // << " fp time = " << scinFPTime[itrack][numScinHit[itrack]] + // << " dedx = " << dedX[itrack][numScinHit[itrack]] + // << endl; } // on track else condition @@ -1042,7 +1042,7 @@ Int_t THcHodoscope::CoarseProcess( TClonesArray& tracks ) } // Main loop over tracks ends here. } // If condition for at least one track - cout << endl; + // cout << endl; // Calculation of coordinates of particle track cross point with scint // plane in the detector coordinate system. For this, parameters of track -- GitLab