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