Skip to content

Commit

Permalink
Change setprecision in CKFProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 26, 2024
1 parent 62706b8 commit 4f97cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracking/src/Tracking/Reco/CKFProcessor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ void CKFProcessor::onProcessEnd() {
<< std::setprecision(3) << profiling_map_["setup"] / nevents_
<< " ms";
ldmx_log(info) << "hits Avg Time/Event = " << std::fixed
<< std::setprecision(3) << profiling_map_["hits"] / nevents_
<< std::setprecision(2) << profiling_map_["hits"] / nevents_
<< " ms";
ldmx_log(info) << "seeds Avg Time/Event = " << std::fixed
<< std::setprecision(3) << profiling_map_["seeds"] / nevents_
Expand Down

0 comments on commit 4f97cf2

Please sign in to comment.