23 #ifndef ROOT_TSelector virtual void Begin(TTree *tree)
The Begin() function is called at the start of the query. 
 
Random number generator class based on M. 
 
TSelectorList * fOutput
! List of objects created during processing 
 
tomato 3-D histogram with a float per channel (see TH1 documentation)} 
 
tomato 1-D histogram with a float per channel (see TH1 documentation)} 
 
virtual void SlaveTerminate()
The SlaveTerminate() function is called after all entries or objects have been processed. 
 
#define ClassDef(name, id)
 
virtual void SlaveBegin(TTree *tree)
The SlaveBegin() function is called after the Begin() function. 
 
TString fOption
Option given to TTree::Process. 
 
TObject * fObject
! Current object if processing object (vs. TTree) 
 
virtual void Terminate()
The Terminate() function is the last function to be called during a query. 
 
virtual void SetObject(TObject *obj)
 
tomato 2-D histogram with a float per channel (see TH1 documentation)} 
 
virtual void SetOption(const char *option)
 
virtual Int_t Version() const
 
virtual Bool_t Process(Long64_t entry)
The Process() function is called for each entry in the tree (or possibly keyed object in the case of ...
 
virtual ~TSelHist()
Destructor. 
 
Mother of all ROOT objects. 
 
TList * fInput
List of objects available during processing. 
 
A TTree object has a header with a name and a title. 
 
PROOF selector for CPU-intensive benchmark test. 
 
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
 
virtual void SetInputList(TList *input)
 
virtual TList * GetOutputList() const