ROOT
6.07/01
Reference Guide
|
#include "TBranch.h"
#include "Compression.h"
#include "TBasket.h"
#include "TBranchBrowsable.h"
#include "TBrowser.h"
#include "TBuffer.h"
#include "TClass.h"
#include "TBufferFile.h"
#include "TClonesArray.h"
#include "TFile.h"
#include "TLeaf.h"
#include "TLeafB.h"
#include "TLeafC.h"
#include "TLeafD.h"
#include "TLeafF.h"
#include "TLeafI.h"
#include "TLeafL.h"
#include "TLeafO.h"
#include "TLeafObject.h"
#include "TLeafS.h"
#include "TMessage.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TMath.h"
#include "TTree.h"
#include "TTreeCache.h"
#include "TTreeCacheUnzip.h"
#include "TVirtualMutex.h"
#include "TVirtualPad.h"
#include <atomic>
#include <cstddef>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | R__unlikely(expr) expr |
#define | R__likely(expr) expr |
Functions | |
ClassImp (TBranch) TBranch | |
Default constructor. Used for I/O by default. More... | |
#define R__likely | ( | expr | ) | expr |
Definition at line 59 of file TBranch.cxx.
Referenced by TBranch::GetEntry().
#define R__unlikely | ( | expr | ) | expr |
Definition at line 58 of file TBranch.cxx.
Referenced by TBranch::GetEntry(), and TBranch::GetEntryExport().
ClassImp | ( | TBranch | ) |
Default constructor. Used for I/O by default.
Definition at line 76 of file TBranch.cxx.