1 #ifndef ARTDAQ_DAQDATA_GLOBALS_HH
2 #define ARTDAQ_DAQDATA_GLOBALS_HH
4 #include "artdaq/DAQdata/configureMessageFacility.hh"
7 #include "artdaq-utilities/Plugins/MetricManager.hh"
9 #define my_rank artdaq::Globals::my_rank_
10 #define metricMan artdaq::Globals::metricMan_
15 #define TRANSFER_SEND1 7
16 #define TRANSFER_SEND2 8
17 #define TRANSFER_RECEIVE1 9
18 #define TRANSFER_RECEIVE2 10
43 #endif // ARTDAQ_DAQDATA_GLOBALS_HH
static int my_rank_
The rank of the current application.
static MetricManager * metricMan_
A handle to MetricManager.
static double timevalAsDouble(struct timeval tv)
Convert a timeval value to a double.
The artdaq::Globals class contains several variables which are useful across the entire artdaq system...