Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure named bins are unique in HLTObjectsMonitor #25569

Merged
merged 3 commits into from
Jan 18, 2019

Commits on Dec 28, 2018

  1. Make sure named bins are unique in HLTObjectsMonitor

    In the newest version of ROOT, histograms with named bins are
    merged via the bin's name, not the index. This means we must
    avoid bins having the same bin names.
    HLTObjectsMonitor has a histogram which uses path names for the
    bin names. In the past, multiple bins could have the same path
    name. This change guarantees uniqueness for the bin names and
    only fills a bin once per event.
    Dr15Jones committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    75f0ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a06dff9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Configuration menu
    Copy the full SHA
    576b9cb View commit details
    Browse the repository at this point in the history