![]() |
ROOT
6.06/09
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 () |
| virtual void | InitFill (Int_t) |
| virtual void | TakeAction (TEvePointSelector *)=0 |
| ETreeVarType_e | GetSourceCS () const |
| void | SetSourceCS (ETreeVarType_e cs) |
| ClassDef (TEvePointSelectorConsumer, 1) | |
Protected Attributes | |
| ETreeVarType_e | fSourceCS |
#include <TEveTreeTools.h>
Inheritance diagram for TEvePointSelectorConsumer:| 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.
| TEvePointSelectorConsumer::ClassDef | ( | TEvePointSelectorConsumer | , |
| 1 | |||
| ) |
|
inline |
Definition at line 60 of file TEveTreeTools.h.
Reimplemented in TEvePointSet.
Definition at line 57 of file TEveTreeTools.h.
Referenced by TEvePointSelector::Select().
|
inline |
Definition at line 61 of file TEveTreeTools.h.
|
pure virtual |
Implemented in TEvePointSetArray, and TEvePointSet.
Referenced by TEvePointSelector::TakeAction().
|
protected |
Definition at line 51 of file TEveTreeTools.h.
Referenced by GetSourceCS(), TEvePointSet::TakeAction(), and TEvePointSetArray::TakeAction().