11 #ifndef ROOT_TSelVerifyDataSet 12 #define ROOT_TSelVerifyDataSet TSelectorList * fOutput
! List of objects created during processing
virtual Int_t Version() const
virtual void SlaveTerminate()
Worker Terminate.
TFileCollection * fSubDataSet
virtual void SetObject(TObject *obj)
#define ClassDef(name, id)
TSelVerifyDataSet()
Constructor.
TString fOption
Option given to TTree::Process.
virtual ~TSelVerifyDataSet()
virtual void SlaveBegin(TTree *tree)
Worker Begin.
TObject * fObject
! Current object if processing object (vs. TTree)
void InitMembers()
Initialize members.
virtual void Begin(TTree *)
virtual void SetInputList(TList *input)
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual Bool_t Process(Long64_t entry)
Process a single entry.
virtual TList * GetOutputList() const
Mother of all ROOT objects.
virtual void Init(TTree *)
TList * fInput
List of objects available during processing.
Class that contains a list of TFileInfo's and accumulated meta data information about its entries...
virtual void SetOption(const char *option)
A TTree object has a header with a name and a title.
Selector to verify dataset in parallel on workers.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...