12 #ifndef ROOT_TSelHandleDataSet    13 #define ROOT_TSelHandleDataSet    24 #ifndef ROOT_TSelector 
TSelectorList * fOutput
! List of objects created during processing 
 
void CheckCache(const char *fn)
Check the memory cache associated with file 'fn'. 
 
virtual Bool_t Notify()
This method must be overridden to handle object notification. 
 
virtual Int_t Version() const
 
virtual void SetInputList(TList *input)
 
void ReleaseCache(const char *fn)
Release the memory cache associated with file 'fn'. 
 
virtual void Init(TTree *)
 
#define ClassDef(name, id)
 
virtual void SetObject(TObject *obj)
 
TString fOption
Option given to TTree::Process. 
 
virtual void SlaveTerminate()
 
void RemoveFile(const char *fn)
Physically remove the file 'fn'. 
 
TObject * fObject
! Current object if processing object (vs. TTree) 
 
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 ...
 
PROOF selector for file cache release. 
 
virtual void SlaveBegin(TTree *)
Init the type from the input parameters. 
 
virtual ~TSelHandleDataSet()
 
Mother of all ROOT objects. 
 
TList * fInput
List of objects available during processing. 
 
A TTree object has a header with a name and a title. 
 
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
 
void CopyFile(const char *fn)
Copy file 'fn' to fDestDir. 
 
virtual void Begin(TTree *)
 
virtual void SetOption(const char *option)