Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
Manage
Activity
Members
Labels
Plan
Issues
291
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
115
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Rec
Merge requests
!1604
Remove HltMonitors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove HltMonitors
removeHltMonitors
into
master
Overview
2
Commits
3
Pipelines
3
Changes
14
Merged
Marco Cattaneo
requested to merge
removeHltMonitors
into
master
5 years ago
Overview
2
Commits
3
Pipelines
3
Changes
14
Expand
Closes
#66 (closed)
Edited
5 years ago
by
Marco Cattaneo
👍
1
👎
0
Merge request reports
Compare
master
version 2
467b5e51
5 years ago
version 1
291b3032
5 years ago
master (base)
and
latest version
latest version
f16c0384
3 commits,
5 years ago
version 2
467b5e51
2 commits,
5 years ago
version 1
291b3032
1 commit,
5 years ago
14 files
+
3
−
954
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
Hlt/HltMonitors/doc/release.notes deleted
100644 → 0
+
0
−
74
Options
!-----------------------------------------------------------------------------
! Package : Hlt/HltMonitors
! Responsible : Roel Aaij (roel.aaij@cern.ch)
! Purpose : Offline Monitoring of Hlt rates and composition
!-----------------------------------------------------------------------------
!========================= HltMonitors v1r8 2015-10-13 =========================
! 2015-08-12 - Gerhard Raven
- remove DECLARE_ALGORITHM_FACTORY( HltMonitorBase ) as it is not a 'concrete'
algorithm, but intended to be inherited from and implement execute.
! 2015-08-12 - Gerhard Raven
- remove #include of obsolete Gaudi headers
!========================= HltMonitors v1r7 2014-12-11 =========================
! 2014-12-03 - Gerhard Raven
- migrate to split Hlt setup
!========================= HltMonitors v1r6p1 2013-04-30 =========================
! 2013-04-09 - Marco Cattaneo
- Add __init__.py to please CMake
!========================= HltMonitors v1r6 2012-11-28 =========================
! 2012-11-26 - Marco Clemencic
- Fixed build with C++11.
! 2012-11-22 - Marco Clemencic
- Added CMake configuration file.
! 2012-10-24 - Marco Cattaneo
- Fix gcc -pedantic warnings
- Use getIfExists
!========================= HltMonitors v1r5 2012-05-02 =========================
! 2012-04-23 - Patrick Koppenburg
- src/HltCompositionMonitor.cpp : do all Hlt2 lines
- python/HltMonitors/ConfiguredHltMonitors.py
. Run EventTimeMonitor (need Rec/RecAlgs r138776)
. Run HltRateMoniror instance for MB lines
!========================= HltMonitors v1r4 2011-07-27 =========================
! 2011-06-22 - Roel Aaij
- Fix uninitialised m_disabled.
!========================= HltMonitors v1r3 2011-04-05 =========================
! 2011-04-01 - Patrick Koppenburg
- Change histogram directory to HltMonitors for all algos
- New MuMonitor
! 2011-03-29 - Patrick Koppenburg
- Bug 80202
- Added some debug printout
- Added a non printed Warning to get statistics at end of run
!========================= HltMonitors v1r2 2011-02-28 =========================
! 2011-02-13 - Chris Jones
- Add missing use statement in requirements file for HltEvent
!======================== HltMonitors v1r1p1 2010-10-28 ======================
! 2010-10-15 - Roel Aaij
- Fill rate histograms with correct weight such that the y-axis scale is
always seconds.
!======================== HltMonitors v1r0 2010-09-30 =======================
! 2010-09-30 - Rob Lambert
- fix warning about converting double to int
! 2010-09-20 - Roel Aaij
- Use UpdateManagerSvc in HltRateMonitor
! 2010-09-02 - Roel Aaij
- initial version, two algorithms are provided
- HltRateMonitor monitors rates of specified algorithms.
- HltCompositionMonitor monitors Hlt composition
Loading