Skip to content
Snippets Groups Projects
Commit 2156115d authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

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

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<double> to std::vector<float>),
then GetExpectedType will give us the on-disk class.
To get the class we use in memory, we need to use GetCurrentClass.
parent 81511495
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment