TSelectorCint
class description - source file - inheritance tree
private:
void SetFuncProto(G__CallFunc* cf, G__ClassInfo* cl, const char* fname, const char* argtype)
public:
TSelectorCint TSelectorCint()
TSelectorCint TSelectorCint(const TSelectorCint&)
virtual void ~TSelectorCint()
virtual void Begin(TTree* tree)
virtual void Build(TSelector* iselector, G__ClassInfo* cl)
static TClass* Class()
virtual TList* GetOutputList() const
virtual void Init(TTree*)
virtual TClass* IsA() const
virtual Bool_t Notify()
virtual Bool_t Process(int entry)
virtual Bool_t ProcessCut(int entry)
virtual void ProcessFill(int entry)
virtual void SetInputList(TList* input)
virtual void SetObject(TObject* obj)
virtual void SetOption(const char* option)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Terminate()
protected:
G__ClassInfo* fClass !
G__CallFunc* fFuncInit !
G__CallFunc* fFuncBegin !
G__CallFunc* fFuncNotif !
G__CallFunc* fFuncTerm !
G__CallFunc* fFuncCut !
G__CallFunc* fFuncFill !
G__CallFunc* fFuncProc !
G__CallFunc* fFuncOption !
G__CallFunc* fFuncObj !
G__CallFunc* fFuncInp !
G__CallFunc* fFuncOut !
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 SetFuncProto(G__CallFunc *cf, G__ClassInfo* cl,
const char* fname, const char* argtype)
void Build(TSelector *iselector, G__ClassInfo *cl)
Initialize the CallFunc objects when selector is interpreted
void Init(TTree *tree)
Invoke the Init function via the interpreter
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
Bool_t Process(Int_t entry)
Invoke the ProcessCut function via the interpreter
void SetOption(const char *option)
Set the selector option
void SetObject(TObject *obj)
Set the current object
void SetInputList(TList *input)
Set the selector list of input objects
TList* GetOutputList() const
Return the list of output object
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)
void StreamerNVirtual(TBuffer& b)
TSelectorCint TSelectorCint(const TSelectorCint&)
Author: Rene Brun 05/02/97
Last update: root/treeplayer:$Name: $:$Id: TSelectorCint.cxx,v 1.11 2003/04/04 00:55:49 rdm 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.