Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TBasket.cxx File Reference
#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>
Include dependency graph for TBasket.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Macros

#define OLD_CASE_EXPRESSION   fObjlen==fNbytes-fKeylen && GetBranch()->GetCompressionLevel()!=0 && file->GetVersion()<=30401
 

Functions

static TBufferR__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
 

Macro Definition Documentation

◆ OLD_CASE_EXPRESSION

#define OLD_CASE_EXPRESSION   fObjlen==fNbytes-fKeylen && GetBranch()->GetCompressionLevel()!=0 && file->GetVersion()<=30401

Definition at line 353 of file TBasket.cxx.

Function Documentation

◆ R__InitializeReadBasketBuffer()

static TBuffer * R__InitializeReadBasketBuffer ( TBuffer bufferRef,
Int_t  len,
TFile file 
)
inlinestatic

Initialize a buffer for reading if it is not already initialized.

Definition at line 410 of file TBasket.cxx.

Variable Documentation

◆ kDisplacementMask

const UInt_t kDisplacementMask = 0xFF000000

Definition at line 31 of file TBasket.cxx.