Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TTreePerfStats::BasketInfo Struct Reference

Definition at line 41 of file TTreePerfStats.h.

Public Attributes

UInt_t fLoaded = {0}
 Number of times the basket was put in the primary TTreeCache.
 
UInt_t fLoadedMiss = {0}
 Number of times the basket was put in the secondary cache.
 
UInt_t fMissed = {0}
 Number of times the basket was read directly from the file.
 
UInt_t fUsed = {0}
 Number of times the basket was requested from the disk.
 

#include <TTreePerfStats.h>

Member Data Documentation

◆ fLoaded

UInt_t TTreePerfStats::BasketInfo::fLoaded = {0}

Number of times the basket was put in the primary TTreeCache.

Definition at line 43 of file TTreePerfStats.h.

◆ fLoadedMiss

UInt_t TTreePerfStats::BasketInfo::fLoadedMiss = {0}

Number of times the basket was put in the secondary cache.

Definition at line 44 of file TTreePerfStats.h.

◆ fMissed

UInt_t TTreePerfStats::BasketInfo::fMissed = {0}

Number of times the basket was read directly from the file.

Definition at line 45 of file TTreePerfStats.h.

◆ fUsed

UInt_t TTreePerfStats::BasketInfo::fUsed = {0}

Number of times the basket was requested from the disk.

Definition at line 42 of file TTreePerfStats.h.

Collaboration diagram for TTreePerfStats::BasketInfo:
[legend]

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