71                                     const char* 
vexp, 
const char* 
sel) :
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t 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...
 
void TakeAction() override
Callback from tree-player after a chunk of data has been processed.
 
virtual Long64_t Select(const char *selection=nullptr)
Process the tree, select points matching 'selection'.
 
TEvePointSelectorConsumer * fConsumer
 
TEvePointSelector(const TEvePointSelector &)=delete
 
TSelector that stores entry numbers of matching TTree entries into an event-list.
 
Bool_t Process(Long64_t entry) override
Process entry.
 
TEveSelectorToEventList(const TEveSelectorToEventList &)=delete
 
<div class="legacybox"><h2>Legacy Code</h2> TEventList is a legacy interface: there will be no bug fi...
 
virtual void Enter(Long64_t entry)
Enter element entry into the list.
 
void Add(TObject *obj) override
 
void Delete(Option_t *option="") override
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.