Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • DaVinci DaVinci
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb
  • DaVinciDaVinci
  • Merge requests
  • !652

FunTuple - API changes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Eduardo Rodrigues requested to merge erodrigu-funtuple-2 into master Feb 09, 2022
  • Overview 19
  • Commits 5
  • Pipelines 5
  • Changes 20

Depends on Analysis!862 (merged).

API changes are done at this point to be more ready for a replacement TTree -> RNTuple at some point in the near future (through tests and some "R&D" will be required when RNTuple becomes available in Gaudi).

Main changes are:

  • Renaming tree -> tuple (to be more generic and less attached to TTree per se).
  • Renaming branch -> field (fields are indeed used in RTuple).

Note that many places in the documentation and code comments often say "fields (branches)" to ease the transition for users.

Edited Feb 10, 2022 by Eduardo Rodrigues
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: erodrigu-funtuple-2