Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TTreeCache::MissCache Struct Reference

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< EntryfEntries
 ! Description of buffers in the miss cache.
 

#include <TTreeCache.h>

Member Function Documentation

◆ clear()

void TTreeCache::MissCache::clear ( )
inline

Definition at line 97 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 94 of file TTreeCache.h.

◆ fData

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

! Actual data in the cache.

Definition at line 95 of file TTreeCache.h.

◆ fEntries

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

! Description of buffers in the miss cache.

Definition at line 93 of file TTreeCache.h.

Collaboration diagram for TTreeCache::MissCache:
[legend]

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