#include <string.h>
#include <stdio.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 "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 "TTreeIndex.h"
#include "TChainIndex.h"
#include "TRefProxy.h"
#include "TRefArrayProxy.h"
#include "TVirtualMonitoring.h"
#include "TTreeCache.h"
#include "HFitInterface.h"
#include "Fit/UnBinData.h"
#include "Math/MinimizerOptions.h"
Go to the source code of this file.
Functions | |
void | TreeUnbinnedFitLikelihood (Int_t &npar, Double_t *gin, Double_t &f, Double_t *u, Int_t flag) |
ClassImp (TTreePlayer) TTreePlayer | |
static TString | R__GetBranchPointerName (TLeaf *leaf) |
Variables | |
R__EXTERN Foption_t | Foption |
R__EXTERN TTree * | gTree |
TVirtualFitter * | tFitter = 0 |
ClassImp | ( | TTreePlayer | ) |
Definition at line 281 of file TTreePlayer.cxx.
References TSeqCollection::Add(), TClass::AdoptReferenceProxy(), TClass::GetClass(), TROOT::GetListOfCleanups(), gROOT, kFALSE, and kTRUE.
Definition at line 1284 of file TTreePlayer.cxx.
References xmlio::Class, TLeaf::GetBranch(), TLeaf::GetLeafCount(), TBranch::GetMother(), TNamed::GetName(), TBranch::GetNleaves(), and TNamed::GetTitle().
Referenced by TTreePlayer::MakeClass().
void TreeUnbinnedFitLikelihood | ( | Int_t & | npar, | |
Double_t * | gin, | |||
Double_t & | f, | |||
Double_t * | u, | |||
Int_t | flag | |||
) |
Definition at line 3442 of file TTreePlayer.cxx.
References TF1::EvalPar(), TVirtualFitter::GetObjectFit(), TTree::GetSelectedRows(), TTree::GetV1(), TTree::GetV2(), TTree::GetV3(), TTree::GetW(), gTree, TF1::InitArgs(), TMath::Log(), Long64_t, n, tFitter, and x.
Definition at line 274 of file TTreePlayer.cxx.
Definition at line 275 of file TTreePlayer.cxx.
TVirtualFitter* tFitter = 0 |