12#ifndef ROOT_TProofPlayerLite
13#define ROOT_TProofPlayerLite
#define ClassDefOverride(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.
void StoreFeedback(TObject *slave, TList *out) override
Store feedback results from the specified slave.
TProofPlayerLite(TProof *proof=0)
Long64_t Process(TDSet *set, const char *selector, Option_t *option="", Long64_t nentries=-1, Long64_t firstentry=0) override
Process specified TDSet on PROOF.
void SetupFeedback() override
Setup reporting of feedback objects.
~TProofPlayerLite() override
Long64_t Finalize(TQueryResult *qr) override
Finalize query (may not be used in this class).
Bool_t HandleTimer(TTimer *timer) override
Send feedback objects to client.
Long64_t Finalize(Bool_t force=kFALSE, Bool_t sync=kFALSE) override
Finalize a query.
Int_t MakeSelector(const char *selfile)
Create the selector object and save the relevant files and binary information in the cache so that th...
Long64_t Finalize(Bool_t force=kFALSE, Bool_t sync=kFALSE) override
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.