From e1f5fd8799e7aa8ab7b2c01cfb33f6c78bfb5699 Mon Sep 17 00:00:00 2001 From: Sergey <se.gorbunov@gsi.de> Date: Fri, 27 Oct 2023 17:51:47 +0200 Subject: [PATCH] CA: minor --- algo/ca/core/tracking/CaTrackFinder.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/algo/ca/core/tracking/CaTrackFinder.cxx b/algo/ca/core/tracking/CaTrackFinder.cxx index 7b62cda5c2..d8d095cd30 100644 --- a/algo/ca/core/tracking/CaTrackFinder.cxx +++ b/algo/ca/core/tracking/CaTrackFinder.cxx @@ -255,7 +255,8 @@ void TrackFinder::FindTracks() LOG(info) << "CA tracker process sliding window N " << statNwindows << ": time " << tsStart / 1.e6 << " ms + " << tsLength / 1.e3 << " us) with " << statNwindowHits << " hits. " << " 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 "; } } -- GitLab