#define ClassDef(name, id)
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.
virtual void SetOption(const char *option)
virtual void SetObject(TObject *obj)
virtual TList * GetOutputList() const
virtual void Terminate()
The Terminate() function is the last function to be called during a query.
virtual void SlaveTerminate()
The SlaveTerminate() function is called after all entries or objects have been processed.
virtual void SetInputList(TList *input)
virtual void SlaveBegin(TTree *tree)
The SlaveBegin() function is called after the Begin() function.
virtual void Begin(TTree *tree)
The Begin() function is called at the start of the query.
virtual ~TSelHist()
Destructor.
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 Int_t Version() const
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.