12 #ifndef ROOT_TSelEventGen
13 #define ROOT_TSelEventGen
26 #ifndef ROOT_TSelector
85 #ifdef TSelEventGen_cxx
95 if (tree == 0)
return;
112 #endif // #ifdef TSelEventGen_cxx
virtual void SlaveBegin(TTree *tree)
The SlaveBegin() function is called after the Begin() function.
static const char * filename()
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.
virtual void Print(Option_t *option="") const
This method must be overridden when a class wants to print itself.
#define ClassDef(name, id)
virtual void Terminate()
The Terminate() function is the last function to be called during a query.
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 TList * GetOutputList() const
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
Current object if processing object (vs. TTree)
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual void Init(TTree *tree)
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 Int_t Version() const
virtual void SetObject(TObject *obj)