From 0070b7843f1a407878553b3f7cbe69baa7b9da96 Mon Sep 17 00:00:00 2001 From: P-A Loizeau <p.-a.loizeau@gsi.de> Date: Thu, 2 Jul 2020 16:13:35 +0200 Subject: [PATCH] MQ: in TOF monitor device, enable use of absolute time reference frame --- MQ/monitor/CbmDeviceMonitorTof.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MQ/monitor/CbmDeviceMonitorTof.cxx b/MQ/monitor/CbmDeviceMonitorTof.cxx index 78860cf063..74287243e1 100644 --- a/MQ/monitor/CbmDeviceMonitorTof.cxx +++ b/MQ/monitor/CbmDeviceMonitorTof.cxx @@ -71,6 +71,9 @@ try LOG(info) << "Histograms publication min. interval in s: " << fdMinPublishTime; LOG(info) << "Histograms publication max. interval in s: " << fdMaxPublishTime; + /// Set the Monitor Algo in Absolute time scale + fMonitorAlgo->UseAbsoluteTime(); + // Get the information about created channels from the device // Check if the defined channels from the topology (by name) // are in the list of channels which are possible/allowed -- GitLab