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.
3-D histogram with a float per channel (see TH1 documentation)}
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 Int_t Version() const
virtual void SlaveBegin(TTree *tree)
The SlaveBegin() function is called after the Begin() function.
virtual void Terminate()
The Terminate() function is the last function to be called during a query.
virtual void SetObject(TObject *obj)
2-D histogram with a float per channel (see TH1 documentation)}
virtual void SetOption(const char *option)
virtual TList * GetOutputList() 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
Current object if processing object (vs. TTree)
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 void SetInputList(TList *input)