ROOT 6.18/05 Reference Guide |
TEvePointSelectorConsumer is a virtual base for classes that can be filled from TTree data via the TEvePointSelector class.
Definition at line 45 of file TEveTreeTools.h.
Public Types | |
enum | ETreeVarType_e { kTVT_XYZ , kTVT_RPhiZ } |
Public Member Functions | |
TEvePointSelectorConsumer (ETreeVarType_e cs=kTVT_XYZ) | |
virtual | ~TEvePointSelectorConsumer () |
ETreeVarType_e | GetSourceCS () const |
virtual void | InitFill (Int_t) |
void | SetSourceCS (ETreeVarType_e cs) |
virtual void | TakeAction (TEvePointSelector *)=0 |
Protected Attributes | |
ETreeVarType_e | fSourceCS |
#include <TEveTreeTools.h>
Enumerator | |
---|---|
kTVT_XYZ | |
kTVT_RPhiZ |
Definition at line 48 of file TEveTreeTools.h.
|
inline |
Definition at line 54 of file TEveTreeTools.h.
|
inlinevirtual |
Definition at line 55 of file TEveTreeTools.h.
|
inline |
Definition at line 60 of file TEveTreeTools.h.
Reimplemented in TEvePointSet.
Definition at line 57 of file TEveTreeTools.h.
|
inline |
Definition at line 61 of file TEveTreeTools.h.
|
pure virtual |
Implemented in TEvePointSet, and TEvePointSetArray.
|
protected |
Definition at line 51 of file TEveTreeTools.h.