ROOT logo
ROOT » GRAF3D » EVE » TEvePointSelectorConsumer

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&)
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_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() const
{ return fSourceCS; }
void SetSourceCS(TEvePointSelectorConsumer::ETreeVarType_e cs)
{ fSourceCS = cs; }