-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow splitting of TTime objects #12499
Conversation
Starting build on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really forward (and backward) compatible?
Is this class the only case in ROOT?
For this class the non-split layout is exactly the same, the only difference is splitting is now allowed. I verified that a non-split file can (of course) be read. |
It is 'hard' to say. There about a 1000 |
So out of 1012 such That left 61 potential issue (list below) and from that list only
|
This fixes #12498.
TTime objects were not (anymore) split because TTime is still using the automatically generated but streamer-function based I/O. (The splitting stopped when
TTree
was upgraded to respect custom streamers).