12 #ifndef ROOT_TSelector 13 #define ROOT_TSelector 66 virtual void SetOption(
const char *option) { fOption = option; }
virtual Int_t GetEntry(Long64_t, Int_t=0)
TSelectorList * fOutput
! List of objects created during processing
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual Bool_t ProcessCut(Long64_t)
virtual void ImportOutput(TList *output)
Imports the content of 'output' in the internal output list.
virtual void SetInputList(TList *input)
virtual void ProcessFill(Long64_t)
#define ClassDef(name, id)
virtual Long64_t GetStatus() const
virtual const char * GetOption() const
virtual void Begin(TTree *)
TString fOption
Option given to TTree::Process.
TObject * fObject
! Current object if processing object (vs. TTree)
virtual int Version() const
Long64_t fStatus
Selector status.
virtual void SetStatus(Long64_t status)
virtual void Abort(const char *why, EAbort what=kAbortProcess)
Abort processing.
static Bool_t IsStandardDraw(const char *selec)
Find out if this is a standard selection used for Draw actions (either TSelectorDraw, TProofDraw or deriving from them).
virtual void SlaveBegin(TTree *)
TSelector & operator=(const TSelector &)
virtual void SlaveTerminate()
static TSelector * GetSelector(const char *filename)
The code in filename is loaded (interpreted or compiled, see below), filename must contain a valid cl...
virtual void ResetAbort()
EAbort fAbort
Abort status.
virtual ~TSelector()
Selector destructor.
virtual Bool_t Process(Long64_t)
virtual void SetObject(TObject *obj)
virtual void SetOption(const char *option)
Mother of all ROOT objects.
TSelector()
Default selector ctor.
TList * fInput
List of objects available during processing.
virtual TList * GetInputList() const
A TList derived class that makes sure that objects added to it are not linked to the currently open f...
A TTree object has a header with a name and a title.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
virtual EAbort GetAbort() const
virtual TList * GetOutputList() const
virtual void Init(TTree *)