12#ifndef ROOT_TEveTreeTools 
   13#define ROOT_TEveTreeTools 
   85                     const char* vexp=
"", 
const char* 
sel=
"");
 
#define ClassDef(name, id)
 
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
 
TEvePointSelectorConsumer is a virtual base for classes that can be filled from TTree data via the TE...
 
void SetSourceCS(ETreeVarType_e cs)
 
virtual void TakeAction(TEvePointSelector *)=0
 
ETreeVarType_e GetSourceCS() const
 
virtual ~TEvePointSelectorConsumer()
 
TEvePointSelectorConsumer(ETreeVarType_e cs=kTVT_XYZ)
 
virtual void InitFill(Int_t)
 
TEvePointSelector is a sub-class of TSelectorDraw for direct extraction of point-like data from a Tre...
 
const char * GetSelection() const
 
TEvePointSelectorConsumer * GetConsumer() const
 
const char * GetVarexp() const
 
void SetSubIdExp(const char *s)
 
virtual Long64_t Select(const char *selection=nullptr)
Process the tree, select points matching 'selection'.
 
Int_t GetSubIdNum() const
 
TEvePointSelectorConsumer * fConsumer
 
const char * GetSubIdExp() const
 
void SetVarexp(const char *v)
 
TEvePointSelector(const TEvePointSelector &)=delete
 
virtual ~TEvePointSelector()
 
void SetConsumer(TEvePointSelectorConsumer *c)
 
TEvePointSelector & operator=(const TEvePointSelector &)=delete
 
virtual void TakeAction()
Callback from tree-player after a chunk of data has been processed.
 
void SetSelection(const char *s)
 
TSelector that stores entry numbers of matching TTree entries into an event-list.
 
TEveSelectorToEventList & operator=(const TEveSelectorToEventList &)=delete
 
virtual Int_t Version() const
 
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.
 
A specialized TSelector for TTree::Draw.
 
A TTree represents a columnar dataset.