Logo ROOT   6.16/01
Reference Guide
Functions | Variables
TTreePlayer.cxx File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "Riostream.h"
#include "TTreePlayer.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TFile.h"
#include "TEventList.h"
#include "TEntryList.h"
#include "TBranchObject.h"
#include "TBranchElement.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "TLeafObject.h"
#include "TLeafF.h"
#include "TLeafD.h"
#include "TLeafC.h"
#include "TLeafB.h"
#include "TLeafI.h"
#include "TLeafS.h"
#include "TMath.h"
#include "TH2.h"
#include "TH3.h"
#include "TPolyMarker.h"
#include "TPolyMarker3D.h"
#include "TText.h"
#include "TDirectory.h"
#include "TClonesArray.h"
#include "TClass.h"
#include "TVirtualPad.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "TTreeFormula.h"
#include "TTreeFormulaManager.h"
#include "TStyle.h"
#include "Foption.h"
#include "TTreeResult.h"
#include "TTreeRow.h"
#include "TPrincipal.h"
#include "TChain.h"
#include "TChainElement.h"
#include "TF1.h"
#include "TH1.h"
#include "TVirtualFitter.h"
#include "TEnv.h"
#include "THLimitsFinder.h"
#include "TSelectorDraw.h"
#include "TSelectorEntries.h"
#include "TPluginManager.h"
#include "TObjString.h"
#include "TTreeProxyGenerator.h"
#include "TTreeReaderGenerator.h"
#include "TTreeIndex.h"
#include "TChainIndex.h"
#include "TRefProxy.h"
#include "TRefArrayProxy.h"
#include "TVirtualMonitoring.h"
#include "TTreeCache.h"
#include "TVirtualMutex.h"
#include "HFitInterface.h"
#include "Fit/BinData.h"
#include "Fit/UnBinData.h"
#include "Math/MinimizerOptions.h"
Include dependency graph for TTreePlayer.cxx:

Functions

static TString R__GetBranchPointerName (TLeaf *leaf, Bool_t replace=kTRUE)
 Return the name of the branch pointer needed by MakeClass/MakeSelector. More...
 

Variables

R__EXTERN Foption_t Foption
 
TVirtualFittertFitter =0
 

Function Documentation

◆ R__GetBranchPointerName()

static TString R__GetBranchPointerName ( TLeaf leaf,
Bool_t  replace = kTRUE 
)
static

Return the name of the branch pointer needed by MakeClass/MakeSelector.

Definition at line 638 of file TTreePlayer.cxx.

Variable Documentation

◆ Foption

Definition at line 89 of file TTreePlayer.cxx.

◆ tFitter

TVirtualFitter* tFitter =0

Definition at line 91 of file TTreePlayer.cxx.