12#ifndef ROOT_TSelectorDraw
13#define ROOT_TSelectorDraw
#define ClassDef(name, id)
A list of entries and subentries in a TTree or TChain.
Mother of all ROOT objects.
A specialized TSelector for TTree::Draw.
TEntryListArray * fTreeElistArray
virtual void SetEstimate(Long64_t n)
Set number of entries to estimate variable limits.
virtual void InitArrays(Int_t newsize)
Initialization of the primitive type arrays if the new size is bigger than the available space.
virtual Double_t * GetW() const
Int_t fAction
Pointer to previously used histogram.
Int_t GetMultiplicity() const
TTreeFormulaManager * fManager
TTreeFormula * GetSelect() const
TTreeFormula * GetVar(Int_t i) const
Return the TTreeFormula corresponding to the i-th component of the request formula (where the compone...
Bool_t * fVarMultiple
[fSelectedRows]Local buffer for weights
virtual Bool_t CompileVariables(const char *varexp="", const char *selection="")
Compile input variables and selection expression.
virtual Double_t * GetV4() const
TTreeFormula * GetVar3() const
TSelectorDraw & operator=(const TSelectorDraw &)
virtual Long64_t GetDrawFlag() const
TSelectorDraw()
Default selector constructor.
virtual void Terminate()
Called at the end of a loop on a TTree.
TH1 * GetOldHistogram() const
virtual Long64_t GetSelectedRows() const
virtual UInt_t SplitNames(const TString &varexp, std::vector< TString > &names)
Build Index array for names in varexp.
Long64_t fCurrentSubEntry
TTreeFormula * fSelect
[fDimension] Array of pointers to variables formula
TSelectorDraw(const TSelectorDraw &)
virtual void ClearFormula()
Delete internal buffers.
virtual ~TSelectorDraw()
Selector destructor.
virtual void TakeAction()
Execute action for object obj fNfill times.
TObject * GetObject() const
virtual Double_t * GetV2() const
Double_t fWeight
[fDimension] Maxima of varexp columns
Int_t fNfill
Last entry loop number when object was drawn.
virtual Bool_t GetCleanElist() const
virtual void ProcessFill(Long64_t entry)
Called in the entry loop for all entries accepted by Select.
TH1 * fOldHistogram
pointer to Tree Event list array
TTreeFormula * GetVar2() const
virtual Int_t GetAction() const
Double_t * fVmax
[fDimension] Minima of varexp columns
TTreeFormula * GetVar1() const
Int_t fMultiplicity
Total number of histogram fills.
virtual void ProcessFillMultiple(Long64_t entry)
Called in the entry loop for all entries accepted by Select.
TTreeFormula * GetVar4() const
virtual Double_t * GetV1() const
virtual Bool_t Process(Long64_t)
virtual Int_t GetDimension() const
virtual Double_t * GetVal(Int_t i) const
Return the last values corresponding to the i-th component of the formula being processed (where the ...
virtual Double_t * GetV3() const
Long64_t fDraw
Action type.
Bool_t fSelectMultiple
[fDimension] true if fVar[i] has a variable index
Int_t fValSize
[fSelectedRows][fDimension] Local buffer for the variables
virtual void TakeEstimate()
Estimate limits for 1-D, 2-D or 3-D objects.
virtual Int_t GetNfill() const
virtual void ProcessFillObject(Long64_t entry)
Called in the entry loop for all entries accepted by Select.
Double_t * fVmin
[fDimension] Number of bins per dimension
virtual void Begin(TTree *tree)
Called every time a loop on the tree(s) starts.
virtual Bool_t Notify()
This function is called at the first entry of a new tree in a chain.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
TObject * fObject
! Current object if processing object (vs. TTree)
A TTree represents a columnar dataset.