Changes between Initial Version and Version 1 of Ticket #1369, comment 2
- Timestamp:
- Feb 28, 2019, 1:14:07 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1369, comment 2
initial v1 3 3 If the branches containing the referenced objects aren't loaded, then the reference could point to an object with the same UID from a previous event. 4 4 5 For example, if in the current event a jet has its first constituent of type Track with UID 2646 and branch EFlowTrack isn't loaded but if the previous event contained a particle from the branch Particle with the same UID 2646, then it's the particle from the previous event is returned by jet->Constituents.At(0).5 For example, if in the current event a jet has its first constituent of type Track with UID 2646 and branch EFlowTrack isn't loaded but if the previous event contained a particle from the branch Particle with the same UID 2646, then it's the particle from the previous event that is returned by jet->Constituents.At(0). 6 6