-
Notifications
You must be signed in to change notification settings - Fork 0
Artdaq utilities Release Notes 10406
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
This version of artdaq_utilities includes improvements in metric reporting.
- Previous version’s [[Artdaq_utilities_Release_Notes_10405|release notes]]
- Downloads: http://scisoft.fnal.gov/scisoft/packages/artdaq_utilities/v1_04_06
- Feature #19910: Pass application name to MetricPlugins
- none
- 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)
- TRACE v3_13_07