Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 ()
 
ETreeVarType_e GetSourceCS () const
 
virtual void InitFill (Int_t)
 
virtual TClassIsA () const
 
void SetSourceCS (ETreeVarType_e cs)
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
virtual void TakeAction (TEvePointSelector *)=0
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

Protected Attributes

ETreeVarType_e fSourceCS
 

#include <TEveTreeTools.h>

Inheritance diagram for TEvePointSelectorConsumer:
[legend]

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

◆ Class()

static TClass * TEvePointSelectorConsumer::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

static const char * TEvePointSelectorConsumer::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t TEvePointSelectorConsumer::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 63 of file TEveTreeTools.h.

◆ DeclFileName()

static const char * TEvePointSelectorConsumer::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 63 of file TEveTreeTools.h.

◆ 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.

◆ IsA()

virtual TClass * TEvePointSelectorConsumer::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Reimplemented in TEveLine, TEveLineProjected, TEvePointSet, TEvePointSetArray, TEvePointSetProjected, TEveTrack, and TEveTrackProjected.

Definition at line 63 of file TEveTreeTools.h.

◆ SetSourceCS()

void TEvePointSelectorConsumer::SetSourceCS ( ETreeVarType_e  cs)
inline

Definition at line 61 of file TEveTreeTools.h.

◆ Streamer()

virtual void TEvePointSelectorConsumer::Streamer ( TBuffer )
virtual

◆ StreamerNVirtual()

void TEvePointSelectorConsumer::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 63 of file TEveTreeTools.h.

◆ TakeAction()

virtual void TEvePointSelectorConsumer::TakeAction ( TEvePointSelector )
pure virtual

Implemented in TEvePointSet, and TEvePointSetArray.

Member Data Documentation

◆ fSourceCS

ETreeVarType_e TEvePointSelectorConsumer::fSourceCS
protected

Definition at line 51 of file TEveTreeTools.h.

Libraries for TEvePointSelectorConsumer:

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