11#ifndef ROOT_TSelVerifyDataSet 
   12#define ROOT_TSelVerifyDataSet 
#define ClassDef(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.
 
virtual void SetOption(const char *option)
 
void InitMembers()
Initialize members.
 
virtual ~TSelVerifyDataSet()
 
virtual Bool_t Process(Long64_t entry)
Process a single entry.
 
TSelVerifyDataSet()
Constructor.
 
virtual void SetObject(TObject *obj)
 
virtual Bool_t Notify()
This method must be overridden to handle object notification.
 
virtual void SlaveBegin(TTree *tree)
Worker Begin.
 
virtual void Init(TTree *)
 
virtual TList * GetOutputList() const
 
virtual void SlaveTerminate()
Worker Terminate.
 
TFileCollection * fSubDataSet
 
virtual void Begin(TTree *)
 
virtual void SetInputList(TList *input)
 
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.