Skip to content
Snippets Groups Projects

CA: minor

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:dev into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 ";
}
}
Loading