Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Scripts/TrackingPerformance/TreeReader.h>
Public Member Functions | |
TreeReader (TTree *tree_) | |
void | getEntry (unsigned int i) const |
Public Attributes | |
TTree * | tree = nullptr |
Protected Attributes | |
std::vector< long long > | entryNumbers = {} |
Helper for reading tree
Definition at line 37 of file TreeReader.h.
View newest version in sPHENIX GitHub at line 37 of file TreeReader.h
|
inline |
Definition at line 39 of file TreeReader.h.
View newest version in sPHENIX GitHub at line 39 of file TreeReader.h
|
inline |
Definition at line 42 of file TreeReader.h.
View newest version in sPHENIX GitHub at line 42 of file TreeReader.h
References entryNumbers, i, and tree.
Referenced by boundParamResolution(), and ParticleReader::getParticles().
|
protected |
The entry numbers for accessing events in increased order (there could be multiple entries corresponding to one event number)
Definition at line 56 of file TreeReader.h.
View newest version in sPHENIX GitHub at line 56 of file TreeReader.h
Referenced by getEntry(), ParticleReader::ParticleReader(), TrackStatesReader::TrackStatesReader(), and TrackSummaryReader::TrackSummaryReader().
TTree* TreeReader::tree = nullptr |
Definition at line 51 of file TreeReader.h.
View newest version in sPHENIX GitHub at line 51 of file TreeReader.h
Referenced by getEntry(), ParticleReader::getParticles(), ParticleReader::ParticleReader(), TrackStatesReader::TrackStatesReader(), and TrackSummaryReader::TrackSummaryReader().