You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListmodeData has ExamInfo which has TimeFrameDefinitions. However, for ROOT files, we do not initialise this here. This had consequences in #1519, but in any case it would be useful to have this information set correctly.
This could be done by reading the time of the last record. I'm not so sure how to do this in practice, but easiest might be to ask it to read the last event (and then reset to the beginning).
The text was updated successfully, but these errors were encountered:
ListmodeData
hasExamInfo
which hasTimeFrameDefinitions
. However, for ROOT files, we do not initialise this here. This had consequences in #1519, but in any case it would be useful to have this information set correctly.This could be done by reading the time of the last record. I'm not so sure how to do this in practice, but easiest might be to ask it to read the last event (and then reset to the beginning).
The text was updated successfully, but these errors were encountered: