Definition at line 85 of file TTreeCache.h.
Classes | |
struct | Entry |
Public Member Functions | |
void | clear () |
Public Attributes | |
std::vector< TBranch * > | fBranches |
! list of branches that we read on misses. | |
std::vector< char > | fData |
! Actual data in the cache. | |
std::vector< Entry > | fEntries |
! Description of buffers in the miss cache. | |
#include <TTreeCache.h>
|
inline |
Definition at line 97 of file TTreeCache.h.
std::vector<TBranch *> TTreeCache::MissCache::fBranches |
! list of branches that we read on misses.
Definition at line 94 of file TTreeCache.h.
std::vector<char> TTreeCache::MissCache::fData |
! Actual data in the cache.
Definition at line 95 of file TTreeCache.h.
std::vector<Entry> TTreeCache::MissCache::fEntries |
! Description of buffers in the miss cache.
Definition at line 93 of file TTreeCache.h.