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
At the moment less is based on simple timestamp comparison.
The effect is that TPs/TAs/TCs are not captured correctly by readout requests.
Appropriate less operators need to be implemented for TPWrapper, TAWrapper and TCWrapper classes in the respective T<X>Buffers declarations.
The text was updated successfully, but these errors were encountered:
Not closing yet, but this is already completed for TPs and TAs, where the less operator is based on both the time, and the channel (channel_start in case of TA).
For TC this is based on the time_start and type. This is not ideal if we have two TCs at the same time, of the same type.
TCs do not require to have TAs, and therefore any locality information (e.g. timing events), so this might need more thinking before implementing.
At the moment less is based on simple timestamp comparison.
The effect is that TPs/TAs/TCs are not captured correctly by readout requests.
Appropriate less operators need to be implemented for
TPWrapper
,TAWrapper
andTCWrapper
classes in the respectiveT<X>Buffers
declarations.The text was updated successfully, but these errors were encountered: