12 #ifndef ROOT_TProofPlayerLite
13 #define ROOT_TProofPlayerLite
28 class TProofPlayerLite :
public TProofPlayerRemote {
31 Bool_t HandleTimer(TTimer *timer);
33 Int_t MakeSelector(
const char *selfile);
37 TProofPlayerLite(TProof *proof = 0) : TProofPlayerRemote(proof) { }
39 virtual ~TProofPlayerLite() { }
41 Long64_t Process(TDSet *set,
const char *selector,
42 Option_t *option =
"", Long64_t nentries = -1,
43 Long64_t firstentry = 0);
44 Long64_t Process(TDSet *set, TSelector *selector,
45 Option_t *option =
"", Long64_t nentries = -1,
46 Long64_t firstentry = 0);
47 Long64_t Finalize(Bool_t force = kFALSE, Bool_t sync = kFALSE);
48 Long64_t Finalize(TQueryResult *qr)
49 {
return TProofPlayerRemote::Finalize(qr); }
51 void StoreFeedback(TObject *slave, TList *out);
53 ClassDef(TProofPlayerLite,0)