#include "TROOT.h"
#include "TTreeFormula.h"
#include "TList.h"
#include "TTree.h"
#include "TBuffer.h"
#include "TBranch.h"
#include "TBranchObject.h"
#include "TBranchElement.h"
#include "TClonesArray.h"
#include "TLeafB.h"
#include "TLeafC.h"
#include "TLeafElement.h"
#include "TLeafObject.h"
#include "TMethodCall.h"
#include "TCutG.h"
#include "TRandom.h"
#include "TInterpreter.h"
#include "TDataType.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "TArrayI.h"
#include "TAxis.h"
#include "TError.h"
#include "TVirtualCollectionProxy.h"
#include "TString.h"
#include "TMath.h"
#include "TVirtualRefProxy.h"
#include "TTreeFormulaManager.h"
#include "TFormLeafInfo.h"
#include "TMethod.h"
#include "TFormLeafInfoReference.h"
#include "strlcpy.h"
#include "snprintf.h"
#include "TEntryList.h"
#include <cctype>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <typeinfo>
#include <algorithm>
Classes | |
class | TDimensionInfo |
A small helper class to help in keeping track of the array dimensions encountered in the analysis of the expression. More... | |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
Macros | |
#define | TREE_EVAL_INIT |
#define | TREE_EVAL_INIT_LOOP |
#define | TT_EVAL_INIT |
#define | TT_EVAL_INIT_LOOP |
Functions | |
template<typename T > | |
T | FindMax (TTreeFormula *arr) |
template<typename T > | |
T | FindMax (TTreeFormula *arr, TTreeFormula *condition) |
template<typename T > | |
T | FindMin (TTreeFormula *arr) |
template<typename T > | |
T | FindMin (TTreeFormula *arr, TTreeFormula *condition) |
static void | R__LoadBranch (TBranch *br, Long64_t entry, Bool_t quickLoad) |
template<typename T > | |
T | Summing (TTreeFormula *sum) |
Variables | |
const Int_t | kMaxLen = 1024 |
#define TREE_EVAL_INIT |
Definition at line 3752 of file TTreeFormula.cxx.
#define TREE_EVAL_INIT_LOOP |
Definition at line 3791 of file TTreeFormula.cxx.
#define TT_EVAL_INIT |
Definition at line 3723 of file TTreeFormula.cxx.
#define TT_EVAL_INIT_LOOP |
Definition at line 3765 of file TTreeFormula.cxx.
T FindMax | ( | TTreeFormula * | arr | ) |
Definition at line 3820 of file TTreeFormula.cxx.
T FindMax | ( | TTreeFormula * | arr, |
TTreeFormula * | condition | ||
) |
Definition at line 3867 of file TTreeFormula.cxx.
T FindMin | ( | TTreeFormula * | arr | ) |
Definition at line 3805 of file TTreeFormula.cxx.
T FindMin | ( | TTreeFormula * | arr, |
TTreeFormula * | condition | ||
) |
Definition at line 3835 of file TTreeFormula.cxx.
Definition at line 99 of file TTreeFormula.cxx.
T Summing | ( | TTreeFormula * | sum | ) |
Definition at line 3798 of file TTreeFormula.cxx.
const Int_t kMaxLen = 1024 |
Definition at line 55 of file TTreeFormula.cxx.