11#ifndef ROOT_TSelVerifyDataSet
12#define ROOT_TSelVerifyDataSet
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
Class that contains a list of TFileInfo's and accumulated meta data information about its entries.
Mother of all ROOT objects.
Selector to verify dataset in parallel on workers.
void SetInputList(TList *input) override
void Begin(TTree *) override
void InitMembers()
Initialize members.
Bool_t Notify() override
This method must be overridden to handle object notification (the base implementation is no-op).
Int_t Version() const override
void SlaveTerminate() override
Worker Terminate.
TSelVerifyDataSet()
Constructor.
void SlaveBegin(TTree *tree) override
Worker Begin.
void SetObject(TObject *obj) override
void Init(TTree *) override
Bool_t Process(Long64_t entry) override
Process a single entry.
void Terminate() override
TFileCollection * fSubDataSet
~TSelVerifyDataSet() override
TList * GetOutputList() const override
void SetOption(const char *option) 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.