Logo ROOT   6.14/05
Reference Guide
List of all members | Classes | Public Member Functions | Public Attributes | List of all members
TTreeCache::MissCache Struct Reference

Definition at line 86 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. More...
 
std::vector< char > fData
 ! Actual data in the cache. More...
 
std::vector< EntryfEntries
 ! Description of buffers in the miss cache. More...
 

#include <TTreeCache.h>

Member Function Documentation

◆ clear()

void TTreeCache::MissCache::clear ( )
inline

Definition at line 98 of file TTreeCache.h.

Member Data Documentation

◆ fBranches

std::vector<TBranch *> TTreeCache::MissCache::fBranches

! list of branches that we read on misses.

Definition at line 95 of file TTreeCache.h.

◆ fData

std::vector<char> TTreeCache::MissCache::fData

! Actual data in the cache.

Definition at line 96 of file TTreeCache.h.

◆ fEntries

std::vector<Entry> TTreeCache::MissCache::fEntries

! Description of buffers in the miss cache.

Definition at line 94 of file TTreeCache.h.

Collaboration diagram for TTreeCache::MissCache:
[legend]

The documentation for this struct was generated from the following file: