- Jan 11, 2019
-
-
Frank Winklmeier authored
TrigGenericMonitoringTool is deprecated and is only kept in master as long as we need to keep running the Run-2 trigger. As such it is better that it contains its own copy of `defineHistogram`. That way we can freely modify the new version in AthenaMonitoring and don't have to worry about backwards compatibility.
-
- Aug 31, 2017
-
-
Frank Winklmeier authored
Introduce a custom Configurable for the GenericMonitoringTool in case we need to add extra (python) features later. Also move the defineHistogram function into this module. Adapt all client code. Former-commit-id: 2f61e7a242a6bf778567f7ca25f0f023c578f688
-
- Jun 19, 2017
-
-
Tomasz Bold authored
Former-commit-id: d2ee000c
-
- Jan 01, 2017
-
-
Frank Winklmeier authored
2016-12-07 Frank Winklmeier <fwinkl@cern> * Merge devbranches/mt with thread-safe monitoring tool (backwards compatible) * Requires recompilation of TrigSteerMonitor, TrigTimeMonitor * TrigMonitorBase-00-01-00 2016-11-24 Frank Winklmeier <fwinkl@cern> * src/TrigGenericMonitoringTool.cxx: endreq->endmsg and some code cleanup * ITrigMonitorToolBase.h: Delete obsolete file * TrigMonitorBase-00-00-72 2016-10-10 Jiri Masik <jiri.masik@manchester.ac.uk> Former-commit-id: ea2c88fb
-
- Nov 01, 2016
-
-
Jiri Masik authored
implement Fill(x,y,z,w) method previously missing in the TProfile2D implementation (fixes ATR-15204) (TrigMonitorBase-00-00-71) * TrigMonitorBase/TrigLBNHist.h (ITrigLBNHist): implement Fill(x,y,z,w) method previously missing in the TProfile2D implementation (fixes ATR-15204) * TrigMonitorBase-00-00-71 2016-10-07 Frank Winklmeier <fwinkl@cern> * src/TrigLBNHist.cxx: Fix broken TProfile::Fill methods (ATR-15179) * test/LBNHist_test.cxx: Add tests for Fill method calls * TrigMonitorBase-00-00-70 2016-08-25 Jonathon Langford <jonathon.langford@student.manchester.ac.uk> * implement TProfile2D * TrigMonitorBase-00-00-69 * TrigMonitorBase-00-00-55 Former-commit-id: 8504d80e
-
- May 27, 2016
-
-
Stewart Martin-Haugh authored
* Tag with CMakeLists.txt * TrigMonitorBase-00-00-68 2016-04-07 Frank Winklmeier <fwinkl@cern> * Finish AthenaBaseComps migration * src/TrigGenericMonitoringTool.h: Fix uninitialized values (Coverity 29679) * src/TrigGenericMonitoringTool.cxx: Change vector to list (erase is more efficient) * python/TrigGenericMonitoringToolConfig.py: Avoid white space as bin labels (ATR-13769) * TrigMonitorBase-00-00-67 2016-02-24 Frank Winklmeier <fwinkl@cern> * src/TrigGenericMonitoringTool.cxx: Fix iterator access after erase (ATR-13441) * TrigMonitorBase-00-00-66 Former-commit-id: 11bfa433
-
- Sep 19, 2014
-
-
Tomasz Bold authored
-