artdaq  v3_01_00
Globals.cc
1 #include "artdaq/DAQdata/Globals.hh"
2 
4 artdaq::MetricManager* artdaq::Globals::metricMan_ = nullptr;
5 std::string artdaq::Globals::app_name_ = "";
6 
7 std::string artdaq::Globals::mftrace_iteration_ = "Booted";
8 std::string artdaq::Globals::mftrace_module_ = "DAQ";
static int my_rank_
The rank of the current application.
Definition: Globals.hh:34
static std::string app_name_
The name of the current application, to be used in logging and metrics.
Definition: Globals.hh:36
static MetricManager * metricMan_
A handle to MetricManager.
Definition: Globals.hh:35