#include "TROOT.h"
#include "TTreeFormula.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 "TTimeStamp.h"
#include "TMath.h"
#include "TVirtualRefProxy.h"
#include "TTreeFormulaManager.h"
#include "TFormLeafInfo.h"
#include "TMethod.h"
#include "TFormLeafInfoReference.h"
#include "TEntryList.h"
#include <ctype.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <typeinfo>
#include <algorithm>
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 3745 of file TTreeFormula.cxx.
#define TREE_EVAL_INIT_LOOP |
Definition at line 3784 of file TTreeFormula.cxx.
#define TT_EVAL_INIT |
Definition at line 3716 of file TTreeFormula.cxx.
#define TT_EVAL_INIT_LOOP |
Definition at line 3758 of file TTreeFormula.cxx.
T FindMax | ( | TTreeFormula * | arr | ) |
Definition at line 3813 of file TTreeFormula.cxx.
T FindMax | ( | TTreeFormula * | arr, |
TTreeFormula * | condition | ||
) |
Definition at line 3860 of file TTreeFormula.cxx.
T FindMin | ( | TTreeFormula * | arr | ) |
Definition at line 3798 of file TTreeFormula.cxx.
T FindMin | ( | TTreeFormula * | arr, |
TTreeFormula * | condition | ||
) |
Definition at line 3828 of file TTreeFormula.cxx.
Definition at line 98 of file TTreeFormula.cxx.
T Summing | ( | TTreeFormula * | sum | ) |
Definition at line 3791 of file TTreeFormula.cxx.
const Int_t kMaxLen = 1024 |
Definition at line 54 of file TTreeFormula.cxx.