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 49
    • Issues 49
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 5
    • Merge requests 5
  • 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
  • !688

Add multiple tracks labels support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Dmitrii Kobylianskii requested to merge dkobylia/umami:dkobylia-multiple-trk-labels into master Dec 26, 2022
  • Overview 55
  • Commits 23
  • Pipelines 11
  • Changes 17

Summary

This MR introduces the following changes

  • Add support for different labels for each track-like group
  • Track labels are configurable through the GNN_Variables.yaml file in the following way:
# String with the name of the track truth variable
track_truth_variables:
  tracks : ["truthOriginLabel", "truthVertexIndex"]
  electrons : ["truthOriginLabel", "truthVertexIndex"]

This relates to the following issues

  • #219
  • #223

I am unsure if I should change something in the documentation.

Conformity

  • Changelog entry
  • Documentation
  • Development guidelines
  • Style guides
Edited Jan 31, 2023 by Dmitrii Kobylianskii
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dkobylia-multiple-trk-labels