Skip to content
Snippets Groups Projects
Commit e1f5fd87 authored by Sergey Gorbunov's avatar Sergey Gorbunov Committed by Sergey Gorbunov
Browse files

CA: minor

parent 9608f01e
No related branches found
No related tags found
1 merge request!1453CA: minor
Pipeline #25094 failed
...@@ -255,7 +255,8 @@ void TrackFinder::FindTracks() ...@@ -255,7 +255,8 @@ void TrackFinder::FindTracks()
LOG(info) << "CA tracker process sliding window N " << statNwindows << ": time " << tsStart / 1.e6 << " ms + " LOG(info) << "CA tracker process sliding window N " << statNwindows << ": time " << tsStart / 1.e6 << " ms + "
<< tsLength / 1.e3 << " us) with " << statNwindowHits << " hits. " << tsLength / 1.e3 << " us) with " << statNwindowHits << " hits. "
<< " Processing " << 100. * (tsStart + tsLength - statTsStart) / (statTsEnd - statTsStart) << " Processing " << 100. * (tsStart + tsLength - statTsStart) / (statTsEnd - statTsStart)
<< " % of the TS time and " << 100. * statNhitsProcessed / statNhitsTotal << " % of TS hits"; << " % of the TS time and " << 100. * statNhitsProcessed / statNhitsTotal << " % of TS hits."
<< " Reconstructed " << frAlgo.fRecoTracks.size() << " tracks ";
} }
} }
......
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