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

Draft: Added track information

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ava Chloe Audrey Lee requested to merge avlee/DL1_framework:master into master Nov 23, 2020
  • Overview 4
  • Commits 3
  • Pipelines 3
  • Changes 3

Following from this MR, code was modified to run quicker. Currently the longest step is unrolling the tracks as the dataframe has duplicated nested lists of list:

entry subentry Some track variable
0 0 [[28.354776, 13.942179, 9.871879, 12.308242], ...
1 [[28.354776, 13.942179, 9.871879, 12.308242], ...
2 [[28.354776, 13.942179, 9.871879, 12.308242], ...
4 [[28.354776, 13.942179, 9.871879, 12.308242], ...

which takes over 8 minutes. Overall, the jet and track information are obtained in 12 minutes. If there is a method to reduce the time it takes to unnest the list and remove duplicates, then that would make the whole procedure run a lot faster.

Edited Nov 23, 2020 by Ava Chloe Audrey Lee
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master