Skip to content
Snippets Groups Projects

[bugfix] QA online: resetting of entries number in the qa histograms is fixed

Merged Sergei Zharko requested to merge s.zharko/cbmroot:qa-online-bugfix into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -257,6 +257,7 @@ namespace cbm::algo::qa
{
TotalSums::Reset();
fHistogram.reset();
fEntries = 0;
}
/// \brief Sets name
Loading