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