12#ifndef ROOT_TProofPlayerLite 
   13#define ROOT_TProofPlayerLite 
#define ClassDef(name, id)
 
This class implements a data set to be used for PROOF processing.
 
Mother of all ROOT objects.
 
Version of TProofPlayerRemote merges the functionality needed by clients and masters.
 
virtual ~TProofPlayerLite()
 
Long64_t Process(TDSet *set, const char *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0)
Process specified TDSet on PROOF.
 
void StoreFeedback(TObject *slave, TList *out)
Store feedback results from the specified slave.
 
TProofPlayerLite(TProof *proof=0)
 
Long64_t Finalize(Bool_t force=kFALSE, Bool_t sync=kFALSE)
Finalize a query.
 
Long64_t Finalize(TQueryResult *qr)
Finalize the results of a query already processed.
 
void SetupFeedback()
Setup reporting of feedback objects.
 
Int_t MakeSelector(const char *selfile)
Create the selector object and save the relevant files and binary information in the cache so that th...
 
Bool_t HandleTimer(TTimer *timer)
Send feedback objects to client.
 
virtual Long64_t Finalize(Bool_t force=kFALSE, Bool_t sync=kFALSE)
Finalize query (may not be used in this class).
 
This class controls a Parallel ROOT Facility, PROOF, cluster.
 
A container class for query results.
 
A TSelector object is used by the TTree::Draw, TTree::Scan, TTree::Process to navigate in a TTree and...
 
Handles synchronous and a-synchronous timer events.