12#ifndef ROOT_TSelEventGen
13#define ROOT_TSelEventGen
79#ifdef TSelEventGen_cxx
89 if (
tree == 0)
return;
#define ClassDef(name, id)
Class supporting a collection of lines with C++ code.
Mother of all ROOT objects.
Selector for event file generation.
virtual void Init(TTree *tree)
virtual void Begin(TTree *)
The Begin() function is called at the start of the query.
virtual Int_t Version() const
virtual void SetOption(const char *option)
TSelEventGen()
pointer to the analyzed TTree or TChain
virtual void Terminate()
The Terminate() function is the last function to be called during a query.
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 ...
Long64_t GenerateFiles(const char *filename, Long64_t sizenevents)
Generate files for IO-bound run Input parameters filename: The name of the file to be generated sizen...
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual void SlaveBegin(TTree *tree)
The SlaveBegin() function is called after the Begin() function.
virtual void SetObject(TObject *obj)
virtual TList * GetOutputList() const
virtual void SlaveTerminate()
The SlaveTerminate() function is called after all entries or objects have been processed.
virtual void SetInputList(TList *input)
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 void SetMakeClass(Int_t make)
Set all the branches in this TTree to be in decomposed object mode (also known as MakeClass mode).