Skip to content
Snippets Groups Projects

Ca: fix online monitoring time scale

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:dev1 into master
2 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -69,6 +69,9 @@ namespace cbm::algo::ca
/// \brief Gets total time [s]
double GetTotal() const { return static_cast<double>(fTotal) * 1.e-9; }
/// \brief Gets total time [ms]
double GetTotalMs() const { return GetTotal() * 1.e3; }
/// \brief Resets the timer
void Reset();
Loading