Skip to content

Artdaq utilities Release Notes 10406

Eric Flumerfelt edited this page Jun 17, 2022 · 1 revision

artdaq_utilities Release Notes v1_04_06 (07-May-2018)

Introduction

This version of artdaq_utilities includes improvements in metric reporting.

Reference

artdaq_utilities version:“v1_04_06”

New features:

  • Feature #19910: Pass application name to MetricPlugins

Bug fixes and Improvements:

  • none

Operational changes:

  • Note that as a result of Feature #19910 all MetricPlugin implementers must update their constructor signature!!! Example: explicit EpicsMetric(fhicl::ParameterSet const& pset) : MetricPlugin(pset) ==> explicit EpicsMetric(fhicl::ParameterSet const& pset, std::string const& app_name) : MetricPlugin(pset, app_name)

Dependent Package Notes

  • TRACE v3_13_07
Clone this wiki locally