Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Umami Umami
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-flavor-tagging-toolsatlas-flavor-tagging-tools
  • algorithmsalgorithms
  • UmamiUmami
  • Merge requests
  • !623

Input variable plots: Adding support for dataset-specific class labels

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Joschka Birk requested to merge birk-update-input-var-script into master Aug 25, 2022
  • Overview 5
  • Commits 11
  • Pipelines 19
  • Changes 7

Summary

This MR introduces the following changes

  • adds support for specifying dataset-specific class labels. (Can be useful if you take e.g. light jets, c-jets and b-jets from one sample, but bb-jets from another. - You then don't have to plot e.g. all the light jets from the "bb-sample").

Relates to the following issues

  • Closes #169 (closed)

Example

If you specify class_labels=["ujets", "cjets", "singlebjets", "bbjets"] globally and then for one of the datasets (in this case "Z+jets") you specify class_labels=["bbjets"], the resulting plot will look like this:

Conformity

  • Changelog entry
  • Documentation
  • Development guidelines
  • Style guides
Edited Aug 28, 2022 by Joschka Birk
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: birk-update-input-var-script