ROOT 6.12/07 Reference Guide |
#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>
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. More... | |
Variables | |
const UInt_t | kDisplacementMask = 0xFF000000 |
#define OLD_CASE_EXPRESSION fObjlen==fNbytes-fKeylen && GetBranch()->GetCompressionLevel()!=0 && file->GetVersion()<=30401 |
Definition at line 343 of file TBasket.cxx.
|
inlinestatic |
Initialize a buffer for reading if it is not already initialized.
Definition at line 400 of file TBasket.cxx.
const UInt_t kDisplacementMask = 0xFF000000 |
Definition at line 30 of file TBasket.cxx.