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 182
    • Merge requests 182
  • 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
  • !38455

xAODRootAccess: Don't crash opening a schema-evolved file.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Scott Snyder requested to merge ssnyder/athena:evol.xAODRootAccess-20201119 into master Nov 19, 2020
  • Overview 7
  • Commits 1
  • Pipelines 1
  • Changes 1

Don't crash opening a file that uses some kinds of automatic schema evolution. If the type of a member changes from one class to another (for example, from std::vector to std::vector), then GetExpectedType will give us the on-disk class. To get the class we use in memory, we need to use GetCurrentClass.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: evol.xAODRootAccess-20201119