#include <chrono>
#include "TBasket.h"
#include "TBuffer.h"
#include "TBufferFile.h"
#include "TTree.h"
#include "TBranch.h"
#include "TFile.h"
#include "TLeaf.h"
#include "TMath.h"
#include "TROOT.h"
#include "TTreeCache.h"
#include "TVirtualMutex.h"
#include "TVirtualPerfStats.h"
#include "TTimeStamp.h"
#include "ROOT/TIOFeatures.hxx"
#include "RZip.h"
#include <bitset>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Macros | |
#define | OLD_CASE_EXPRESSION fObjlen==fNbytes-fKeylen && GetBranch()->GetCompressionLevel()!=0 && file->GetVersion()<=30401 |
Functions | |
static TBuffer * | R__InitializeReadBasketBuffer (TBuffer *bufferRef, Int_t len, TFile *file) |
Initialize a buffer for reading if it is not already initialized. | |
Variables | |
const UInt_t | kDisplacementMask = 0xFF000000 |
#define OLD_CASE_EXPRESSION fObjlen==fNbytes-fKeylen && GetBranch()->GetCompressionLevel()!=0 && file->GetVersion()<=30401 |
Definition at line 353 of file TBasket.cxx.
|
inlinestatic |
Initialize a buffer for reading if it is not already initialized.
Definition at line 410 of file TBasket.cxx.
const UInt_t kDisplacementMask = 0xFF000000 |
Definition at line 31 of file TBasket.cxx.