TProofPlayerRemote
class description - source file - inheritance tree
private:
virtual Bool_t HandleTimer(TTimer* timer)
TList* MergeFeedback()
protected:
virtual void SetupFeedback()
virtual void StopFeedback()
public:
TProofPlayerRemote()
TProofPlayerRemote(TProof* proof)
TProofPlayerRemote(const TProofPlayerRemote&)
virtual ~TProofPlayerRemote()
static TClass* Class()
virtual Int_t DrawSelect(TDSet* set, const char* varexp, const char* selection, const Option_t* option, Long64_t nentries = -1, Long64_t firstentry = 0)
virtual TDSetElement* GetNextPacket(TSlave* slave, TMessage* r)
virtual TClass* IsA() const
void MergeOutput()
virtual Int_t Process(TDSet* set, const char* selector, const Option_t* option, Long64_t nentries = -1, Long64_t firstentry = 0, TEventList* evl = 0)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void StopProcess(Bool_t abort)
virtual void StoreFeedback(TSlave* slave, TList* out)
virtual void StoreOutput(TList* out)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TProof* fProof Link to associated PROOF session
TList* fOutputLists Results returned by slaves
TList* fFeedbackLists Intermediate results
TVirtualPacketizer* fPacketizer Transform TDSet into packets for slaves
TProofPlayer
TProofPlayerRemote(TProof *proof)
~TProofPlayerRemote()
Int_t Process(TDSet *dset, const char *selector_file,
Option_t *option, Long64_t nentries,
Long64_t first, TEventList * /*evl*/)
Process specified TDSet on PROOF.
Returns -1 in case error, 0 otherwise.
Int_t DrawSelect(TDSet *set, const char *varexp,
const char *selection, Option_t *option,
Long64_t nentries, Long64_t firstentry)
void MergeOutput()
void StopProcess(Bool_t abort)
void StoreOutput(TList *out)
TList* MergeFeedback()
void StoreFeedback(TSlave *slave, TList *out)
void SetupFeedback()
void StopFeedback()
Bool_t HandleTimer(TTimer *)
TDSetElement* GetNextPacket(TSlave *slave, TMessage *r)
Inline Functions
TProofPlayerRemote TProofPlayerRemote(TProof* proof)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TProofPlayerRemote TProofPlayerRemote(const TProofPlayerRemote&)
Author: Maarten Ballintijn 07/01/02
Last update: root/proof:$Name: $:$Id: TProofPlayer.cxx,v 1.23 2003/05/06 08:23:43 rdm Exp $
Copyright (C) 1995-2001, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
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.