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>
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.
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.
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.
UInt_t TTreePerfStats::BasketInfo::fUsed = {0} |
Number of times the basket was requested from the disk.
Definition at line 42 of file TTreePerfStats.h.