Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 134
    • Merge requests 134
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !44677

Adding "analysis strategy" and PCBT to fixed cut efficiency conversion for GNN

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nilotpal Kakati requested to merge nkakati/athena:ftag-nilotpal into 21.2 Jun 24, 2021
  • Overview 27
  • Commits 4
  • Pipelines 5
  • Changes 3

The MR includes the following features-

  • Calculating Fixed cut efficiencies from PCBT efficiencies when using GNN. (GNN will always return PCBT efficiencies)

  • Analysis Strategy "Leading2SignalJets" is added. Previously with maps, we used to pass only the jets we want to truth tag, but now with the GNN, we need to pass all the jets (the GNN takes into consideration all the jet-jet dependencies); but we still want to truth tag only the jets we care about.

  • Whether to use CDI or GNN for efficiencies is decided based on node_feat.size() now. (It used to be based on whether m_path2onnx property is set or not). It enables us to use the maps if we want, even though we have initialized the tool with ONNX support.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ftag-nilotpal