TSelectorCint
class description - source file - inheritance tree
public:
TSelectorCint TSelectorCint()
TSelectorCint TSelectorCint(TSelectorCint&)
virtual void ~TSelectorCint()
virtual void Begin(TTree* tree)
virtual void Build(TSelector* iselector, G__ClassInfo* cl)
static TClass* Class()
virtual TClass* IsA() const
virtual Bool_t Notify()
virtual Bool_t ProcessCut(Int_t entry)
virtual void ProcessFill(Int_t entry)
virtual void SetOption(const char* option)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
virtual void Terminate()
protected:
G__CallFunc* fFuncBegin !
G__CallFunc* fFuncNotif !
G__CallFunc* fFuncTerm !
G__CallFunc* fFuncCut !
G__CallFunc* fFuncFill !
G__CallFunc* fFuncOption !
TSelector* fIntSelector Pointer to interpreted selector (if interpreted)
This class is a special version of TSelector for user interpreted
classes.
TSelectorCint(): TSelector()
Default constructor for a Selector.
~TSelectorCint()
destructor for a Selector.
void Build(TSelector *iselector, G__ClassInfo *cl)
Initialize the CallFunc objects when selector is interpreted
void Begin(TTree *tree)
Invoke the Begin function via the interpreter
Bool_t Notify()
Invoke the Notify function via the interpreter
Bool_t ProcessCut(Int_t entry)
Invoke the ProcessCut function via the interpreter
void ProcessFill(Int_t entry)
Invoke the ProcessFill function via the interpreter
void SetOption(const char *option)
Set the selector option
void Terminate()
Invoke the Terminate function via the interpreter
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TSelectorCint TSelectorCint(TSelectorCint&)
Author: Rene Brun 05/02/97
Last update: root/treeplayer:$Name: $:$Id: TSelectorCint.cxx,v 1.3 2000/07/18 07:11:32 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
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.