Changes between Version 1 and Version 2 of Ticket #1369, comment 1
- Timestamp:
- Feb 27, 2019, 10:24:43 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1369, comment 1
v1 v2 1 1 The Constituents list in the class Jet contains only the '''references''' to constituents not the constituents themselves. 2 2 3 The constituents are stored in other branches ( Track, Tower, etc).3 The constituents are stored in other branches (EFlowTrack, EFlowPhoton, etc). 4 4 5 If you comment out the lines that call the methods UseBranch("EFlowTrack"),UseBranch("EFlowPhoton"), etc, then the constituents from these branches aren't loaded from the ROOT file to the memory and can't be accessed via the references.5 If you comment out the lines that call the methods !UseBranch("EFlowTrack"), !UseBranch("EFlowPhoton"), etc, then the constituents from these branches aren't loaded from the ROOT file to the memory and can't be accessed via the references. 6 6 7 7 More information about the references can be found at the following links: