Logo ROOT   6.14/05
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>
15 class RooStudyPackage ;
16 class TIterator ;
17 
19 public :
20  TTree *fChain; //!pointer to the analyzed TTree or TChain
21 
22  // Declaration of leaf types
24 
25  // List of branches
26  TBranch *b_i; //!
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 
RooStudyPackage is a utility class to manage studies that consist of repeated applications of generat...
virtual Bool_t Notify()
This method must be overridden to handle object notification.
TSelectorList * fOutput
! List of objects created during processing
Definition: TSelector.h:44
virtual Bool_t Process(Long64_t entry)
long long Long64_t
Definition: RtypesCore.h:69
virtual void SlaveBegin(TTree *tree)
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:5363
int Int_t
Definition: RtypesCore.h:41
bool Bool_t
Definition: RtypesCore.h:59
Iterator abstract base class.
Definition: TIterator.h:30
#define ClassDef(name, id)
Definition: Rtypes.h:320
TString fOption
Option given to TTree::Process.
Definition: TSelector.h:41
virtual TTree * GetTree() const
Definition: TTree.h:438
A doubly linked list.
Definition: TList.h:44
virtual TList * GetOutputList() const
virtual void Init(TTree *tree)
TObject * fObject
! Current object if processing object (vs. TTree)
Definition: TSelector.h:42
virtual void SetInputList(TList *input)
Int_t i
pointer to the analyzed TTree or TChain
virtual Int_t Version() const
Mother of all ROOT objects.
Definition: TObject.h:37
TList * fInput
List of objects available during processing.
Definition: TSelector.h:43
Definition: tree.py:1
A TTree object has a header with a name and a title.
Definition: TTree.h:70
virtual void SetOption(const char *option)
A TTree is a list of TBranches.
Definition: TBranch.h:62
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
Definition: TSelector.h:33
virtual Int_t GetEntry(Long64_t entry, Int_t getall=0)
virtual void SetObject(TObject *obj)