The artdaq::Globals class contains several variables which are useful across the entire artdaq system. More...
#include <artdaq/DAQdata/Globals.hh>
Static Public Member Functions | |
static double | timevalAsDouble (struct timeval tv) |
Convert a timeval value to a double. | |
Static Public Attributes | |
static int | my_rank_ = -1 |
The rank of the current application. | |
static MetricManager * | metricMan_ = nullptr |
A handle to MetricManager. |
The artdaq::Globals class contains several variables which are useful across the entire artdaq system.
Definition at line 28 of file Globals.hh.
double artdaq::Globals::timevalAsDouble | ( | struct timeval | tv | ) | [static] |
Convert a timeval value to a double.
tv | Timeval to convert |
Definition at line 6 of file Globals.cc.