class TEvePointSelectorConsumer

 TTreeTools

 Collection of classes for TTree interaction.

Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~TEvePointSelectorConsumer()
static TClass*Class()
TEvePointSelectorConsumer::ETreeVarType_eGetSourceCS() const
virtual voidInitFill(Int_t)
virtual TClass*IsA() const
TEvePointSelectorConsumer&operator=(const TEvePointSelectorConsumer&)
voidSetSourceCS(TEvePointSelectorConsumer::ETreeVarType_e cs)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
virtual voidTakeAction(TEvePointSelector*)

Data Members

public:
enum ETreeVarType_e { kTVT_XYZ
kTVT_RPhiZ
};
protected:
TEvePointSelectorConsumer::ETreeVarType_efSourceCSCoordinate-System of the source tree variables

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TEveSelectorToEventList& operator=(const TEvePointSelectorConsumer& )
virtual ~TEvePointSelectorConsumer()
{}
void InitFill(Int_t )
{}
void TakeAction(TEvePointSelector* )
ETreeVarType_e GetSourceCS()
{ return fSourceCS; }
void SetSourceCS(TEvePointSelectorConsumer::ETreeVarType_e cs)
{ fSourceCS = cs; }

Last change: root/eve:$Id: TEveTreeTools.h 21215 2007-12-05 17:19:23Z matevz $
Last generated: 2008-06-25 08:37
Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.