Logo ROOT   6.16/01
Reference Guide
RooProofDriverSelector.h
Go to the documentation of this file.
1//////////////////////////////////////////////////////////
2// This class has been automatically generated on
3// Fri Jul 10 11:01:34 2009 by ROOT version 5.23/05
4// from TTree t/t
5// found on file: Memory Directory
6//////////////////////////////////////////////////////////
7
8#ifndef RooProofDriverSelector_h
9#define RooProofDriverSelector_h
10
11#include <TROOT.h>
12#include <TChain.h>
13#include <TFile.h>
14#include <TSelector.h>
15class RooStudyPackage ;
16class TIterator ;
17
19public :
20 TTree *fChain; //!pointer to the analyzed TTree or TChain
21
22 // Declaration of leaf types
24
25 // List of branches
27
28 RooProofDriverSelector(TTree * /*tree*/ =0) { b_i = 0 ; _pkg = 0 ; fChain = 0 ; }
30 virtual Int_t Version() const { return 2; }
31 virtual void SlaveBegin(TTree *tree);
32 virtual void Init(TTree* tree);
33 virtual Bool_t Notify();
34 virtual Bool_t Process(Long64_t entry);
35 virtual Int_t GetEntry(Long64_t entry, Int_t getall = 0) { return fChain ? fChain->GetTree()->GetEntry(entry, getall) : 0; }
36 virtual void SetOption(const char *option) { fOption = option; }
37 virtual void SetObject(TObject *obj) { fObject = obj; }
38 virtual void SetInputList(TList *input) { fInput = input; }
39 virtual void SlaveTerminate() ;
40 virtual TList *GetOutputList() const { return fOutput; }
41
44
46};
47
48#endif
49
int Int_t
Definition: RtypesCore.h:41
bool Bool_t
Definition: RtypesCore.h:59
long long Long64_t
Definition: RtypesCore.h:69
#define ClassDef(name, id)
Definition: Rtypes.h:324
virtual void SetInputList(TList *input)
virtual void SlaveBegin(TTree *tree)
virtual void SetObject(TObject *obj)
virtual Bool_t Process(Long64_t entry)
virtual Int_t Version() const
virtual void SetOption(const char *option)
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual void Init(TTree *tree)
virtual TList * GetOutputList() const
Int_t i
pointer to the analyzed TTree or TChain
virtual Int_t GetEntry(Long64_t entry, Int_t getall=0)
RooStudyPackage is a utility class to manage studies that consist of repeated applications of generat...
A TTree is a list of TBranches.
Definition: TBranch.h:64
Iterator abstract base class.
Definition: TIterator.h:30
A doubly linked list.
Definition: TList.h:44
Mother of all ROOT objects.
Definition: TObject.h:37
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
Definition: TSelector.h:33
TList * fInput
List of objects available during processing.
Definition: TSelector.h:43
TString fOption
Option given to TTree::Process.
Definition: TSelector.h:41
TSelectorList * fOutput
! List of objects created during processing
Definition: TSelector.h:44
TObject * fObject
! Current object if processing object (vs. TTree)
Definition: TSelector.h:42
A TTree object has a header with a name and a title.
Definition: TTree.h:71
virtual TTree * GetTree() const
Definition: TTree.h:456
virtual Int_t GetEntry(Long64_t entry=0, Int_t getall=0)
Read all branches of entry and return total number of bytes read.
Definition: TTree.cxx:5397
Definition: tree.py:1