ROOT  6.06/08
Reference Guide
Public Types | Public Member Functions | Protected Attributes | List of all members
TEvePointSelectorConsumer Class Referenceabstract

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)
 

Protected Attributes

ETreeVarType_e fSourceCS
 

#include <TEveTreeTools.h>

+ Inheritance diagram for TEvePointSelectorConsumer:

Member Enumeration Documentation

§ ETreeVarType_e

Enumerator
kTVT_XYZ 
kTVT_RPhiZ 

Definition at line 48 of file TEveTreeTools.h.

Constructor & Destructor Documentation

§ TEvePointSelectorConsumer()

TEvePointSelectorConsumer::TEvePointSelectorConsumer ( ETreeVarType_e  cs = kTVT_XYZ)
inline

Definition at line 54 of file TEveTreeTools.h.

§ ~TEvePointSelectorConsumer()

virtual TEvePointSelectorConsumer::~TEvePointSelectorConsumer ( )
inlinevirtual

Definition at line 55 of file TEveTreeTools.h.

Member Function Documentation

§ GetSourceCS()

ETreeVarType_e TEvePointSelectorConsumer::GetSourceCS ( ) const
inline

Definition at line 60 of file TEveTreeTools.h.

§ InitFill()

virtual void TEvePointSelectorConsumer::InitFill ( Int_t  )
inlinevirtual

Reimplemented in TEvePointSet.

Definition at line 57 of file TEveTreeTools.h.

§ SetSourceCS()

void TEvePointSelectorConsumer::SetSourceCS ( ETreeVarType_e  cs)
inline

Definition at line 61 of file TEveTreeTools.h.

§ TakeAction()

virtual void TEvePointSelectorConsumer::TakeAction ( TEvePointSelector )
pure virtual

Implemented in TEvePointSetArray, and TEvePointSet.

Member Data Documentation

§ fSourceCS

ETreeVarType_e TEvePointSelectorConsumer::fSourceCS
protected

Definition at line 51 of file TEveTreeTools.h.

Referenced by TEvePointSet::TakeAction(), and TEvePointSetArray::TakeAction().


The documentation for this class was generated from the following file: