#ifndef ROOT_TProofPlayerLite
#define ROOT_TProofPlayerLite
#ifndef ROOT_TProofPlayer
#include "TProofPlayer.h"
#endif
class TProofPlayerLite : public TProofPlayerRemote {
protected:
Bool_t HandleTimer(TTimer *timer);
Int_t MakeSelector(const char *selfile);
void SetupFeedback();
public:
TProofPlayerLite(TProof *proof = 0) : TProofPlayerRemote(proof) { }
virtual ~TProofPlayerLite() { }
Long64_t Process(TDSet *set, const char *selector,
Option_t *option = "", Long64_t nentries = -1,
Long64_t firstentry = 0);
Long64_t Finalize(Bool_t force = kFALSE, Bool_t sync = kFALSE);
Long64_t Finalize(TQueryResult *qr)
{ return TProofPlayerRemote::Finalize(qr); }
void StoreFeedback(TObject *slave, TList *out);
ClassDef(TProofPlayerLite,0)
};
#endif
Last change: Thu Oct 23 08:20:21 2008
Last generated: 2008-10-23 08:20
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.