![]() |
ROOT
6.06/09
Reference Guide
|
#include "TBranch.h"#include "Compression.h"#include "TBasket.h"#include "TBranchBrowsable.h"#include "TBrowser.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>
Include dependency graph for TBranch.cxx: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 58 of file TBranch.cxx.
Referenced by TBranch::GetEntry().
| #define R__unlikely | ( | expr | ) | expr |
Definition at line 57 of file TBranch.cxx.
Referenced by TBranch::GetEntry(), and TBranch::GetEntryExport().
| ClassImp | ( | TBranch | ) |
Default constructor. Used for I/O by default.
Definition at line 75 of file TBranch.cxx.