8#ifndef RooProofDriverSelector_h
9#define RooProofDriverSelector_h
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
void SetInputList(TList *input) override
Int_t GetEntry(Long64_t entry, Int_t getall=0) override
RooProofDriverSelector(TTree *=nullptr)
void SlaveTerminate() override
TTree * fChain
!pointer to the analyzed TTree or TChain
void Init(TTree *tree) override
void SlaveBegin(TTree *tree) override
void SetOption(const char *option) override
void SetObject(TObject *obj) override
TList * GetOutputList() const override
bool Process(Long64_t entry) override
The Process() function is called for each entry in the tree (or possibly keyed object in the case of ...
bool Notify() override
This method must be overridden to handle object notification (the base implementation is no-op).
Int_t Version() const override
Utility class to manage studies that consist of repeated applications of generate-and-fit operations ...
A TTree is a list of TBranches.
Mother of all ROOT objects.
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.
virtual Int_t GetEntry(Long64_t entry, Int_t getall=0)
Read all branches of entry and return total number of bytes read.
virtual TTree * GetTree() const