12 #ifndef ROOT_TSelEventGen 13 #define ROOT_TSelEventGen 79 #ifdef TSelEventGen_cxx 89 if (tree == 0)
return;
106 #endif // #ifdef TSelEventGen_cxx
TSelectorList * fOutput
! List of objects created during processing
virtual void SlaveBegin(TTree *tree)
The SlaveBegin() function is called after the Begin() function.
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.
virtual void SetOption(const char *option)
Class supporting a collection of lines with C++ code.
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 SlaveTerminate()
The SlaveTerminate() function is called after all entries or objects have been processed.
#define ClassDef(name, id)
virtual void Terminate()
The Terminate() function is the last function to be called during a query.
TString fOption
Option given to TTree::Process.
TObject * fObject
! Current object if processing object (vs. TTree)
virtual void SetMakeClass(Int_t make)
Set all the branches in this TTree to be in decomposed object mode (also known as MakeClass mode)...
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 ...
virtual void SetInputList(TList *input)
Mother of all ROOT objects.
TSelEventGen()
pointer to the analyzed TTree or TChain
TList * fInput
List of objects available during processing.
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual Int_t Version() const
virtual void Init(TTree *tree)
Selector for event file generation.
A TTree object has a header with a name and a title.
virtual void Begin(TTree *)
The Begin() function is called at the start of the query.
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
virtual TList * GetOutputList() const
virtual void SetObject(TObject *obj)