71 const char* vexp,
const char* sel) :
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
TEvePointSelectorConsumer is a virtual base for classes that can be filled from TTree data via the TE...
virtual void TakeAction(TEvePointSelector *)=0
virtual void InitFill(Int_t)
TEvePointSelector is a sub-class of TSelectorDraw for direct extraction of point-like data from a Tre...
virtual Long64_t Select(const char *selection=0)
Process the tree, select points matching 'selection'.
TEvePointSelectorConsumer * fConsumer
TEvePointSelector(const TEvePointSelector &)=delete
virtual void TakeAction()
Callback from tree-player after a chunk of data has been processed.
TSelector that stores entry numbers of matching TTree entries into an event-list.
virtual Bool_t Process(Long64_t entry)
Process entry.
TEveSelectorToEventList(const TEveSelectorToEventList &)=delete
A TEventList object is a list of selected events (entries) in a TTree.
virtual void Enter(Long64_t entry)
Enter element entry into the list.
virtual void Add(TObject *obj)
virtual void Delete(Option_t *option="")
Remove all objects from the list AND delete all heap based objects.
The TNamed class is the base class for all named ROOT classes.
A specialized TSelector for TTree::Draw.
TTreeFormula * GetSelect() const
Long64_t fSelectedRows
Number of selected entries.
Int_t fNfill
! Total number of histogram fills
virtual void SetInputList(TList *input)
const char * Data() const
Int_t CountChar(Int_t c) const
Return number of times character c occurs in the string.
A TTree represents a columnar dataset.
virtual Long64_t Process(const char *filename, Option_t *option="", Long64_t nentries=kMaxEntries, Long64_t firstentry=0)
Process this tree executing the TSelector code in the specified filename.